Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DGlobalObject.h57 const char *getSection() const { return Section.c_str(); } in getSection() function
/minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/
H A DMCSymbol.h127 const MCSection &getSection() const { in getSection() function
H A DMCAssembler.h626 const MCSection &getSection() const { return *Section; } in getSection() function
/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.h123 SectionEntry &getSection(unsigned SectionID) { return Sections[SectionID]; } in getSection() function
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.h135 const MCSection *getSection() const { in getSection() function
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DGlobals.cpp106 const char *GlobalValue::getSection() const { in getSection() function in GlobalValue
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Object/
H A DELF.h523 ELFFile<ELFT>::getSection(const Elf_Sym *symb) const { in getSection() function
853 ELFFile<ELFT>::getSection(uint32_t index) const { in getSection() function
H A DObjectFile.h343 inline std::error_code SymbolRef::getSection(section_iterator &Result) const { in getSection() function
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-readobj/
H A DMachODumper.cpp292 static void getSection(const MachOObjectFile *Obj, in getSection() function
/minix3/external/bsd/llvm/dist/llvm/lib/Object/
H A DMachOObjectFile.cpp2216 MachO::section MachOObjectFile::getSection(DataRefImpl DRI) const { in getSection() function in MachOObjectFile
2224 MachO::section MachOObjectFile::getSection(const LoadCommandInfo &L, in getSection() function in MachOObjectFile
H A DCOFFObjectFile.cpp869 std::error_code COFFObjectFile::getSection(int32_t Index, in getSection() function in COFFObjectFile