Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolCache.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()
H A DNativeSession.cpp266 NativeSession::findSymbolBySectOffset(uint32_t Sect, uint32_t Offset, in findSymbolBySectOffset()
412 bool NativeSession::moduleIndexForSectOffset(uint32_t Sect, uint32_t Offset, in moduleIndexForSectOffset()
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPort.h51 #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 DObjectFileTransformer.cpp34 for (const object::SectionRef &Sect : Obj.sections()) { in getUUID() local
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.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 …]
H A DObject.cpp221 void LLVMMoveToContainingSection(LLVMSectionIteratorRef Sect, in LLVMMoveToContainingSection()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.h57 uint8_t Sect = 0; member
H A DELFLinkGraphBuilder.h126 virtual bool excludeSection(const typename ELFT::Shdr &Sect) const { in excludeSection()
H A DMachOLinkGraphBuilder.cpp244 uint8_t Sect; in createNormalizedSymbols() local
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/BinaryReader/
H A DDylibReader.cpp219 for (auto &Sect : Obj->sections()) { in readMachOHeader() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp345 MachO::section Sect = Obj->getSection(Sec); in getSection() local
357 MachO::section_64 Sect = Obj->getSection64(Sec); in getSection() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
H A DDebugInfoLinker.cpp48 for (const object::SectionRef &Sect : ObjFile.sections()) { in ObjFileAddressMap() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASession.cpp222 DIASession::findSymbolBySectOffset(uint32_t Sect, uint32_t Offset, in findSymbolBySectOffset()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp227 static Error emitPubSection(raw_ostream &OS, const DWARFYAML::PubSection &Sect, in emitPubSection()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1846 void AddSection(SectionAddressInfo Info, SectionSP Sect) { in AddSection()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp1723 auto Sect = find_if(LiteralSections, [&](const SectionRef &R) { in DumpLiteralPointerSection() local