/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldELF.h | 102 SectionEntry &getSection(unsigned SectionID) { return Sections[SectionID]; } getSection() function
|
H A D | RuntimeDyldMachO.h | 132 SectionEntry &getSection(unsigned SectionID) { return Sections[SectionID]; } getSection() function
|
/llvm-project/bolt/include/bolt/Core/ |
H A D | BinaryData.h | 125 BinarySection &getSection() { return *Section; } in getSection() function 126 const BinarySection &getSection() const { return *Section; } in getSection() function
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | GlobalObject.h | 118 StringRef getSection() const { getSection() function
|
/llvm-project/bolt/include/bolt/Rewrite/ |
H A D | RewriteInstance.h | 555 BinarySection *getSection(const Twine &Name) { getSection() function
|
/llvm-project/llvm/tools/dsymutil/ |
H A D | MachOUtils.cpp | 246 getSection(const object::MachOObjectFile &Obj, in getSection() function 253 getSection(const object::MachOObjectFile &Obj, in getSection() function
|
/llvm-project/llvm/include/llvm/Object/ |
H A D | ELF.h | 533 getSection(typename ELFT::ShdrRange Sections, uint32_t Index) { getSection() function 576 ELFFile<ELFT>::getSection(const Elf_Sym &Sym, const Elf_Shdr *SymTab, getSection() function 586 ELFFile<ELFT>::getSection(const Elf_Sym &Sym, Elf_Sym_Range Symbols, getSection() function 1208 ELFFile<ELFT>::getSection(uint32_t Index) const { getSection() function [all...] |
H A D | ObjectFile.h | 480 inline Expected<section_iterator> SymbolRef::getSection() const { in getSection() function
|
H A D | ELFObjectFile.h | 471 const Elf_Shdr *getSection(DataRefImpl Sec) const { in getSection() function [all...] |
/llvm-project/llvm/include/llvm/MC/ |
H A D | MCSymbol.h | 269 MCSection &getSection() const { in getSection() function
|
/llvm-project/lld/COFF/ |
H A D | InputFiles.h | 220 const coff_section *getSection(COFFSymbolRef sym) { getSection() function
|
H A D | InputFiles.cpp | 206 const coff_section *ObjFile::getSection(uint32_t i) { getSection() function in ObjFile [all...] |
/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | DebugObjectManagerPlugin.cpp | 368 DebugObjectSection *ELFDebugObject::getSection(StringRef Name) { getSection() function in llvm::orc::ELFDebugObject
|
/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVBinaryReader.cpp | 339 LVBinaryReader::getSection(LVScope *Scope, LVAddress Address, in getSection() function in LVBinaryReader
|
/llvm-project/llvm/lib/IR/ |
H A D | Globals.cpp | 183 StringRef GlobalValue::getSection() const { getSection() function in GlobalValue
|
/llvm-project/llvm/lib/Object/ |
H A D | MachOObjectFile.cpp | 2016 Expected<SectionRef> MachOObjectFile::getSection(unsigned SectionIndex) const { in getSection() function in MachOObjectFile 2025 Expected<SectionRef> MachOObjectFile::getSection(StringRef SectionName) const { in getSection() function in MachOObjectFile 4621 MachO::section MachOObjectFile::getSection(DataRefImpl DRI) const { getSection() function in MachOObjectFile 4631 MachO::section MachOObjectFile::getSection(const LoadCommandInfo &L, getSection() function in MachOObjectFile [all...] |
H A D | COFFObjectFile.cpp | 1114 Expected<const coff_section *> COFFObjectFile::getSection(int32_t Index) const { getSection() function in COFFObjectFile
|
/llvm-project/llvm/tools/llvm-readobj/ |
H A D | MachODumper.cpp | 341 static void getSection(const MachOObjectFile *Obj, in getSection() function
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | DIE.h | 996 MCSection *getSection() const { return Section; } in getSection() function
|
/llvm-project/llvm/lib/ObjCopy/ELF/ |
H A D | ELFObject.h | 878 const SectionBase *getSection() const { return SecToApplyRel; } getSection() function
|
H A D | ELFObject.cpp | 1685 Expected<SectionBase *> SectionTableRef::getSection(uint32_t Index, getSection() function in SectionTableRef [all...] |
/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
H A D | JITLink.h | 223 Section &getSection() const { return *Parent; } in getSection() function [all...] |