Home
last modified time | relevance | path

Searched defs:getSection (Results 1 – 11 of 11) sorted by relevance

/NextBSD/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRuntimeDyldELF.h99 SectionEntry &getSection(unsigned SectionID) { return Sections[SectionID]; } in getSection() function
HDRuntimeDyldMachO.h125 SectionEntry &getSection(unsigned SectionID) { return Sections[SectionID]; } in getSection() function
/NextBSD/contrib/llvm/include/llvm/IR/
HDGlobalObject.h57 const char *getSection() const { return Section.c_str(); } in getSection() function
/NextBSD/contrib/llvm/lib/CodeGen/AsmPrinter/
HDDwarfUnit.h130 MCSection *getSection() const { in getSection() function
/NextBSD/contrib/llvm/include/llvm/Object/
HDObjectFile.h326 inline std::error_code SymbolRef::getSection(section_iterator &Result) const { in getSection() function
HDELF.h478 ELFFile<ELFT>::getSection(const Elf_Sym *symb) const { in getSection() function
885 ELFFile<ELFT>::getSection(uint32_t Index) const { in getSection() function
/NextBSD/contrib/llvm/lib/IR/
HDGlobals.cpp106 const char *GlobalValue::getSection() const { in getSection() function in GlobalValue
/NextBSD/contrib/llvm/include/llvm/MC/
HDMCSymbol.h264 MCSection &getSection() const { in getSection() function
/NextBSD/contrib/llvm/tools/llvm-readobj/
HDMachODumper.cpp269 static void getSection(const MachOObjectFile *Obj, in getSection() function
/NextBSD/contrib/llvm/lib/Object/
HDMachOObjectFile.cpp1949 MachO::section MachOObjectFile::getSection(DataRefImpl DRI) const { in getSection() function in MachOObjectFile
1959 MachO::section MachOObjectFile::getSection(const LoadCommandInfo &L, in getSection() function in MachOObjectFile
HDCOFFObjectFile.cpp815 std::error_code COFFObjectFile::getSection(int32_t Index, in getSection() function in COFFObjectFile