/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldELF.h | 102 SectionEntry &getSection(unsigned SectionID) { return Sections[SectionID]; } in getSection() function
|
H A D | RuntimeDyldMachO.h | 132 SectionEntry &getSection(unsigned SectionID) { return Sections[SectionID]; } in getSection() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | GlobalObject.h | 112 StringRef getSection() const { in getSection() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/ |
H A D | ELF.h | 406 getSection(typename ELFT::ShdrRange Sections, uint32_t Index) { in getSection() function 449 ELFFile<ELFT>::getSection(const Elf_Sym &Sym, const Elf_Shdr *SymTab, in getSection() function 459 ELFFile<ELFT>::getSection(const Elf_Sym &Sym, Elf_Sym_Range Symbols, in getSection() function 1047 ELFFile<ELFT>::getSection(uint32_t Index) const { in getSection() function
|
H A D | ObjectFile.h | 406 inline Expected<section_iterator> SymbolRef::getSection() const { in getSection() function
|
H A D | ELFObjectFile.h | 414 const Elf_Shdr *getSection(DataRefImpl Sec) const { in getSection() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/ |
H A D | MachOUtils.cpp | 226 getSection(const object::MachOObjectFile &Obj, in getSection() function 233 getSection(const object::MachOObjectFile &Obj, in getSection() function
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/sections/ |
H A D | osx.d | 261 ubyte[] getSection(in mach_header* header, intptr_t slide, in getSection() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
H A D | MCSymbol.h | 261 MCSection &getSection() const { in getSection() function
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/sections/ |
H A D | macho.d | 717 ubyte[] getSection(in mach_header* header, intptr_t slide, in getSection() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/ |
H A D | DebugObjectManagerPlugin.cpp | 369 DebugObjectSection *ELFDebugObject::getSection(StringRef Name) { in getSection() function in llvm::orc::ELFDebugObject
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | Globals.cpp | 162 StringRef GlobalValue::getSection() const { in getSection() function in GlobalValue
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/ |
H A D | MachOObjectFile.cpp | 1993 Expected<SectionRef> MachOObjectFile::getSection(unsigned SectionIndex) const { in getSection() function in MachOObjectFile 2002 Expected<SectionRef> MachOObjectFile::getSection(StringRef SectionName) const { in getSection() function in MachOObjectFile 4263 MachO::section MachOObjectFile::getSection(DataRefImpl DRI) const { in getSection() function in MachOObjectFile 4273 MachO::section MachOObjectFile::getSection(const LoadCommandInfo &L, in getSection() function in MachOObjectFile
|
H A D | COFFObjectFile.cpp | 1008 Expected<const coff_section *> COFFObjectFile::getSection(int32_t Index) const { in getSection() function in COFFObjectFile
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/ |
H A D | MachODumper.cpp | 328 static void getSection(const MachOObjectFile *Obj, in getSection() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | DIE.h | 908 MCSection *getSection() const { return Section; } in getSection() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/ |
H A D | Object.h | 745 const SectionBase *getSection() const { return SecToApplyRel; } in getSection() function
|
H A D | Object.cpp | 1650 Expected<SectionBase *> SectionTableRef::getSection(uint32_t Index, in getSection() function in llvm::objcopy::elf::SectionTableRef
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/JITLink/ |
H A D | JITLink.h | 190 Section &getSection() const { return Parent; } in getSection() function
|