/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | SectCreate.cpp | 24 auto &Sect = G->createSection(SectName, MP); in materialize() local
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | SymbolCache.cpp | 314 SymbolCache::findSymbolBySectOffset(uint32_t Sect, uint32_t Offset, in findSymbolBySectOffset() 340 SymbolCache::findFunctionSymbolBySectOffset(uint32_t Sect, uint32_t Offset) { in findFunctionSymbolBySectOffset() 385 SymbolCache::findPublicSymbolBySectOffset(uint32_t Sect, uint32_t Offset) { in findPublicSymbolBySectOffset()
|
H A D | NativeSession.cpp | 266 NativeSession::findSymbolBySectOffset(uint32_t Sect, uint32_t Offset, in findSymbolBySectOffset() argument 412 bool NativeSession::moduleIndexForSectOffset(uint32_t Sect, uint32_t Offset, in moduleIndexForSectOffset() argument
|
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/ |
H A D | InstrProfilingPort.h | 51 #define COMPILER_RT_SECTION(Sect) __declspec(allocate(Sect)) argument 53 #define COMPILER_RT_SECTION(Sect) __attribute__((section(Sect))) argument
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/ |
H A D | ObjectFileTransformer.cpp | 35 for (const object::SectionRef &Sect : Obj.sections()) { in getUUID() local
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | MachOObjectFile.cpp | 184 MachO::section_64 Sect = O.getSection64(Sec); in getSectionFlags() local 187 MachO::section Sect = O.getSection(Sec); in getSectionFlags() local 1960 MachO::section_64 Sect = getSection64(Sec); in getSectionSize() local 1965 MachO::section Sect = getSection(Sec); in getSectionSize() local 1991 MachO::section_64 Sect = getSection64(Sec); in getSectionContents() local 1995 MachO::section Sect = getSection(Sec); in getSectionContents() local 2006 MachO::section_64 Sect = getSection64(Sec); in getSectionAlignment() local 2009 MachO::section Sect = getSection(Sec); in getSectionAlignment() local 2185 MachO::section_64 Sect = getSection64(Sec); in section_rel_end() local 2188 MachO::section Sect = getSection(Sec); in section_rel_end() local [all …]
|
H A D | Object.cpp | 221 void LLVMMoveToContainingSection(LLVMSectionIteratorRef Sect, in LLVMMoveToContainingSection()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | MachOLinkGraphBuilder.h | 57 uint8_t Sect = 0; member
|
H A D | ELFLinkGraphBuilder.h | 126 virtual bool excludeSection(const typename ELFT::Shdr &Sect) const { in excludeSection()
|
H A D | MachOLinkGraphBuilder.cpp | 243 uint8_t Sect; createNormalizedSymbols() local [all...] |
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | MachODumper.cpp | 345 MachO::section Sect = Obj->getSection(Sec); in getSection() local 357 MachO::section_64 Sect = Obj->getSection64(Sec); getSection() local [all...] |
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/BinaryReader/ |
H A D | DylibReader.cpp | 221 for (auto &Sect : Obj->sections()) { in readMachOHeader() local
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfutil/ |
H A D | DebugInfoLinker.cpp | 48 for (const object::SectionRef &Sect : ObjFile.sections()) { in ObjFileAddressMap() local
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/ |
H A D | DIASession.cpp | 222 DIASession::findSymbolBySectOffset(uint32_t Sect, uint32_t Offset, in findSymbolBySectOffset()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | DWARFEmitter.cpp | 227 static Error emitPubSection(raw_ostream &OS, const DWARFYAML::PubSection &Sect, in emitPubSection()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
H A D | ObjectFileELF.cpp | 1863 void AddSection(SectionAddressInfo Info, SectionSP Sect) { in AddSection()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | MachODump.cpp | 1723 auto Sect = find_if(LiteralSections, [&](const SectionRef &R) { in DumpLiteralPointerSection() local
|