/openbsd-src/gnu/llvm/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
|
/openbsd-src/gnu/llvm/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 1081 ELFFile<ELFT>::getSection(uint32_t Index) const { in getSection() function
|
H A D | ObjectFile.h | 423 inline Expected<section_iterator> SymbolRef::getSection() const { in getSection() function
|
H A D | ELFObjectFile.h | 428 const Elf_Shdr *getSection(DataRefImpl Sec) const { in getSection() function
|
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
H A D | GlobalObject.h | 111 StringRef getSection() const { in getSection() function
|
/openbsd-src/gnu/llvm/llvm/tools/dsymutil/ |
H A D | MachOUtils.cpp | 229 getSection(const object::MachOObjectFile &Obj, in getSection() function 236 getSection(const object::MachOObjectFile &Obj, in getSection() function
|
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/ |
H A D | MCSymbol.h | 267 MCSection &getSection() const { in getSection() function
|
/openbsd-src/gnu/llvm/lld/COFF/ |
H A D | InputFiles.h | 217 const coff_section *getSection(COFFSymbolRef sym) { in getSection() function
|
H A D | InputFiles.cpp | 173 const coff_section *ObjFile::getSection(uint32_t i) { in getSection() function in ObjFile
|
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
H A D | DebugObjectManagerPlugin.cpp | 383 DebugObjectSection *ELFDebugObject::getSection(StringRef Name) { in getSection() function in llvm::orc::ELFDebugObject
|
/openbsd-src/gnu/llvm/llvm/lib/IR/ |
H A D | Globals.cpp | 165 StringRef GlobalValue::getSection() const { in getSection() function in GlobalValue
|
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVBinaryReader.cpp | 255 LVBinaryReader::getSection(LVScope *Scope, LVAddress Address, in getSection() function in LVBinaryReader
|
/openbsd-src/gnu/llvm/llvm/lib/Object/ |
H A D | MachOObjectFile.cpp | 2009 Expected<SectionRef> MachOObjectFile::getSection(unsigned SectionIndex) const { in getSection() function in MachOObjectFile 2018 Expected<SectionRef> MachOObjectFile::getSection(StringRef SectionName) const { in getSection() function in MachOObjectFile 4610 MachO::section MachOObjectFile::getSection(DataRefImpl DRI) const { in getSection() function in MachOObjectFile 4620 MachO::section MachOObjectFile::getSection(const LoadCommandInfo &L, in getSection() function in MachOObjectFile
|
H A D | COFFObjectFile.cpp | 1077 Expected<const coff_section *> COFFObjectFile::getSection(int32_t Index) const { in getSection() function in COFFObjectFile
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/ |
H A D | MachODumper.cpp | 341 static void getSection(const MachOObjectFile *Obj, in getSection() function
|
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | DIE.h | 916 MCSection *getSection() const { return Section; } in getSection() function
|
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/ELF/ |
H A D | ELFObject.h | 753 const SectionBase *getSection() const { return SecToApplyRel; } in getSection() function
|
H A D | ELFObject.cpp | 1639 Expected<SectionBase *> SectionTableRef::getSection(uint32_t Index, in getSection() function in SectionTableRef
|
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/ |
H A D | JITLink.h | 217 Section &getSection() const { return *Parent; } in getSection() function
|