Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.h102 SectionEntry &getSection(unsigned SectionID) { return Sections[SectionID]; } in getSection() function
H A DRuntimeDyldMachO.h132 SectionEntry &getSection(unsigned SectionID) { return Sections[SectionID]; } in getSection() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DGlobalObject.h112 StringRef getSection() const { in getSection() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DELF.h406 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 DObjectFile.h406 inline Expected<section_iterator> SymbolRef::getSection() const { in getSection() function
H A DELFObjectFile.h414 const Elf_Shdr *getSection(DataRefImpl Sec) const { in getSection() function
/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DMachOUtils.cpp226 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 Dosx.d261 ubyte[] getSection(in mach_header* header, intptr_t slide, in getSection() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCSymbol.h261 MCSection &getSection() const { in getSection() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/sections/
H A Dmacho.d717 ubyte[] getSection(in mach_header* header, intptr_t slide, in getSection() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.cpp369 DebugObjectSection *ELFDebugObject::getSection(StringRef Name) { in getSection() function in llvm::orc::ELFDebugObject
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DGlobals.cpp162 StringRef GlobalValue::getSection() const { in getSection() function in GlobalValue
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DMachOObjectFile.cpp1993 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 DCOFFObjectFile.cpp1008 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 DMachODumper.cpp328 static void getSection(const MachOObjectFile *Obj, in getSection() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DDIE.h908 MCSection *getSection() const { return Section; } in getSection() function
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DObject.h745 const SectionBase *getSection() const { return SecToApplyRel; } in getSection() function
H A DObject.cpp1650 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 DJITLink.h190 Section &getSection() const { return Parent; } in getSection() function