Home
last modified time | relevance | path

Searched defs:Sect (Results 1 – 17 of 17) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
HDSectCreate.cpp24 auto &Sect = G->createSection(SectName, MP); in materialize() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDSymbolCache.cpp314 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()
HDNativeSession.cpp266 NativeSession::findSymbolBySectOffset(uint32_t Sect, uint32_t Offset, in findSymbolBySectOffset()
412 bool NativeSession::moduleIndexForSectOffset(uint32_t Sect, uint32_t Offset, in moduleIndexForSectOffset()
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/profile/
HDInstrProfilingPort.h51 #define COMPILER_RT_SECTION(Sect) __declspec(allocate(Sect)) argument
53 #define COMPILER_RT_SECTION(Sect) __attribute__((section(Sect))) argument
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
HDObjectFileTransformer.cpp35 for (const object::SectionRef &Sect : Obj.sections()) { in getUUID() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Object/
HDMachOObjectFile.cpp184 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 …]
HDObject.cpp221 void LLVMMoveToContainingSection(LLVMSectionIteratorRef Sect, in LLVMMoveToContainingSection()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
HDMachOLinkGraphBuilder.h57 uint8_t Sect = 0; member
HDELFLinkGraphBuilder.h126 virtual bool excludeSection(const typename ELFT::Shdr &Sect) const { in excludeSection()
HDMachOLinkGraphBuilder.cpp244 uint8_t Sect; in createNormalizedSymbols() local
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDMachODumper.cpp345 MachO::section Sect = Obj->getSection(Sec); in getSection() local
357 MachO::section_64 Sect = Obj->getSection64(Sec); in getSection() local
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
HDDebugInfoLinker.cpp48 for (const object::SectionRef &Sect : ObjFile.sections()) { in ObjFileAddressMap() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/TextAPI/BinaryReader/
HDDylibReader.cpp221 for (auto &Sect : Obj->sections()) { in readMachOHeader() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
HDDIASession.cpp222 DIASession::findSymbolBySectOffset(uint32_t Sect, uint32_t Offset, in findSymbolBySectOffset()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDDWARFEmitter.cpp227 static Error emitPubSection(raw_ostream &OS, const DWARFYAML::PubSection &Sect, in emitPubSection()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
HDObjectFileELF.cpp1863 void AddSection(SectionAddressInfo Info, SectionSP Sect) { in AddSection()
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
HDMachODump.cpp1723 auto Sect = find_if(LiteralSections, [&](const SectionRef &R) { in DumpLiteralPointerSection() local