Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DSectCreate.cpp24 auto &Sect = G->createSection(SectName, MP); materialize() local
/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DObjectFileTransformer.cpp35 for (const object::SectionRef &Sect : Obj.sections()) { getUUID() local
/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolCache.cpp314 SymbolCache::findSymbolBySectOffset(uint32_t Sect, uint32_t Offset, in findSymbolBySectOffset() argument
340 SymbolCache::findFunctionSymbolBySectOffset(uint32_t Sect, uint32_t Offset) { in findFunctionSymbolBySectOffset() argument
385 SymbolCache::findPublicSymbolBySectOffset(uint32_t Sect, uint32_ argument
[all...]
H A DNativeSession.cpp266 findSymbolBySectOffset(uint32_t Sect,uint32_t Offset,PDB_SymType Type) findSymbolBySectOffset() argument
412 moduleIndexForSectOffset(uint32_t Sect,uint32_t Offset,uint16_t & ModuleIndex) const moduleIndexForSectOffset() argument
/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
/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); getSectionContents() local
1995 MachO::section Sect = getSection(Sec); getSectionContents() local
2006 MachO::section_64 Sect = getSection64(Sec); getSectionAlignment() local
2009 MachO::section Sect = getSection(Sec); getSectionAlignment() local
2185 MachO::section_64 Sect = getSection64(Sec); section_rel_end() local
2188 MachO::section Sect = getSection(Sec); section_rel_end() local
4787 MachO::section_64 Sect = getSection64(Sec); getRelocation() local
4790 MachO::section Sect = getSection(Sec); getRelocation() local
[all...]
H A DObject.cpp221 void LLVMMoveToContainingSection(LLVMSectionIteratorRef Sect, in LLVMMoveToContainingSection()
/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.h57 uint8_t Sect = 0; member
H A DELFLinkGraphBuilder.h126 excludeSection(const typename ELFT::Shdr & Sect) excludeSection() argument
H A DMachOLinkGraphBuilder.cpp244 uint8_t Sect; createNormalizedSymbols() local
[all...]
/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
/llvm-project/llvm/lib/TextAPI/BinaryReader/
H A DDylibReader.cpp221 for (auto &Sect : Obj->sections()) { in readMachOHeader() local
/llvm-project/llvm/tools/llvm-dwarfutil/
H A DDebugInfoLinker.cpp48 for (const object::SectionRef &Sect : ObjFile.sections()) { in ObjFileAddressMap() local
/llvm-project/llvm/unittests/DebugInfo/PDB/
H A DPDBApiTest.cpp93 std::unique_ptr<PDBSymbol> findSymbolBySectOffset(uint32_t Sect, in findSymbolBySectOffset()
/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASession.cpp222 DIASession::findSymbolBySectOffset(uint32_t Sect, uint32_t Offset, in findSymbolBySectOffset()
/llvm-project/llvm/tools/dsymutil/
H A DMachOUtils.cpp311 auto Sect = getSection(Obj, Segment, LCI, i); in transferSegmentAndSections() local
[all...]
/llvm-project/llvm/tools/llvm-gsymutil/
H A Dllvm-gsymutil.cpp327 for (const object::SectionRef &Sect : Obj.sections()) { handleObjectFile() local
/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp227 emitPubSection(raw_ostream & OS,const DWARFYAML::PubSection & Sect,bool IsLittleEndian,bool IsGNUPubSec=false) emitPubSection() argument
/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1846 AddSection(SectionAddressInfo Info,SectionSP Sect) AddSection() argument
/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp1723 auto Sect = find_if(LiteralSections, [&](const SectionRef &R) { in DumpLiteralPointerSection() local