| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | SectCreate.cpp | 25 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 | 264 NativeSession::findSymbolBySectOffset(uint32_t Sect, uint32_t Offset, in findSymbolBySectOffset() 410 bool NativeSession::moduleIndexForSectOffset(uint32_t Sect, uint32_t Offset, in moduleIndexForSectOffset()
|
| /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 | 33 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 1961 MachO::section_64 Sect = getSection64(Sec); in getSectionSize() local 1966 MachO::section Sect = getSection(Sec); in getSectionSize() local 1992 MachO::section_64 Sect = getSection64(Sec); in getSectionContents() local 1996 MachO::section Sect = getSection(Sec); in getSectionContents() local 2007 MachO::section_64 Sect = getSection64(Sec); in getSectionAlignment() local 2010 MachO::section Sect = getSection(Sec); in getSectionAlignment() local 2186 MachO::section_64 Sect = getSection64(Sec); in section_rel_end() local 2189 MachO::section Sect = getSection(Sec); in section_rel_end() local [all …]
|
| H A D | Object.cpp | 220 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 | 127 virtual bool excludeSection(const typename ELFT::Shdr &Sect) const { in excludeSection()
|
| H A D | MachOLinkGraphBuilder.cpp | 236 uint8_t Sect; in createNormalizedSymbols() local
|
| /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 | 220 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 | 223 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 | 1828 void AddSection(SectionAddressInfo Info, SectionSP Sect) { in AddSection()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | MachODump.cpp | 1719 auto Sect = find_if(LiteralSections, [&](const SectionRef &R) { in DumpLiteralPointerSection() local
|