Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/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
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalObject.h118 StringRef getSection() const { in getSection() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/
H A DELF.h485 getSection(typename ELFT::ShdrRange Sections, uint32_t Index) { getSection() function
528 ELFFile<ELFT>::getSection(const Elf_Sym &Sym, const Elf_Shdr *SymTab, getSection() function
538 ELFFile<ELFT>::getSection(const Elf_Sym &Sym, Elf_Sym_Range Symbols, getSection() function
1160 ELFFile<ELFT>::getSection(uint32_t Index) const { getSection() function
[all...]
H A DObjectFile.h479 inline Expected<section_iterator> SymbolRef::getSection() const { getSection() function
H A DELFObjectFile.h438 const Elf_Shdr *getSection(DataRefImpl Sec) const { getSection() function
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbol.h269 MCSection &getSection() const { in getSection() function
/freebsd-src/contrib/llvm-project/lld/COFF/
H A DInputFiles.h220 const coff_section *getSection(COFFSymbolRef sym) { in getSection() function
H A DInputFiles.cpp173 const coff_section *ObjFile::getSection(uint32_t i) { getSection() function in ObjFile
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DGlobals.cpp174 StringRef GlobalValue::getSection() const { getSection() function in GlobalValue
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.cpp368 DebugObjectSection *ELFDebugObject::getSection(StringRef Name) { in getSection() function in llvm::orc::ELFDebugObject
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.cpp310 LVBinaryReader::getSection(LVScope *Scope, LVAddress Address, getSection() function in LVBinaryReader
/freebsd-src/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp2016 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
4617 MachO::section MachOObjectFile::getSection(DataRefImpl DRI) const { getSection() function in MachOObjectFile
4627 MachO::section MachOObjectFile::getSection(const LoadCommandInfo &L, getSection() function in MachOObjectFile
[all...]
H A DCOFFObjectFile.cpp1128 Expected<const coff_section *> COFFObjectFile::getSection(int32_t Index) const { getSection() function in COFFObjectFile
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp341 static void getSection(const MachOObjectFile *Obj, in getSection() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h996 MCSection *getSection() const { return Section; } in getSection() function
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h762 const SectionBase *getSection() const { return SecToApplyRel; } getSection() function
H A DELFObject.cpp1654 Expected<SectionBase *> SectionTableRef::getSection(uint32_t Index, getSection() function in SectionTableRef
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h222 Section &getSection() const { return *Parent; } getSection() function
[all...]