Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/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
1081 ELFFile<ELFT>::getSection(uint32_t Index) const { in getSection() function
H A DObjectFile.h423 inline Expected<section_iterator> SymbolRef::getSection() const { in getSection() function
H A DELFObjectFile.h428 const Elf_Shdr *getSection(DataRefImpl Sec) const { in getSection() function
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DGlobalObject.h111 StringRef getSection() const { in getSection() function
/openbsd-src/gnu/llvm/llvm/tools/dsymutil/
H A DMachOUtils.cpp229 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 DMCSymbol.h267 MCSection &getSection() const { in getSection() function
/openbsd-src/gnu/llvm/lld/COFF/
H A DInputFiles.h217 const coff_section *getSection(COFFSymbolRef sym) { in getSection() function
H A DInputFiles.cpp173 const coff_section *ObjFile::getSection(uint32_t i) { in getSection() function in ObjFile
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.cpp383 DebugObjectSection *ELFDebugObject::getSection(StringRef Name) { in getSection() function in llvm::orc::ELFDebugObject
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DGlobals.cpp165 StringRef GlobalValue::getSection() const { in getSection() function in GlobalValue
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.cpp255 LVBinaryReader::getSection(LVScope *Scope, LVAddress Address, in getSection() function in LVBinaryReader
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DMachOObjectFile.cpp2009 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 DCOFFObjectFile.cpp1077 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 DMachODumper.cpp341 static void getSection(const MachOObjectFile *Obj, in getSection() function
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DDIE.h916 MCSection *getSection() const { return Section; } in getSection() function
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/ELF/
H A DELFObject.h753 const SectionBase *getSection() const { return SecToApplyRel; } in getSection() function
H A DELFObject.cpp1639 Expected<SectionBase *> SectionTableRef::getSection(uint32_t Index, in getSection() function in SectionTableRef
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h217 Section &getSection() const { return *Parent; } in getSection() function