Home
last modified time | relevance | path

Searched refs:SectionOffsets (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPublicsStream.h44 return SectionOffsets; in getSectionOffsets()
52 FixedStreamArray<SectionOffset> SectionOffsets; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp190 SectionOffsetsTy &SectionOffsets);
199 const SectionOffsetsTy &SectionOffsets);
605 SectionOffsetsTy &SectionOffsets) { in computeSymbolTable() argument
760 SectionOffsets[SymtabSection] = std::make_pair(SecStart, SecEnd); in computeSymbolTable()
1041 const SectionOffsetsTy &SectionOffsets) { in writeSectionHeader() argument
1058 SectionOffsets.find(Section)->second; in writeSectionHeader()
1087 SectionOffsetsTy SectionOffsets; in writeObject() local
1104 SectionOffsets[&Section] = std::make_pair(SecStart, SecEnd); in writeObject()
1146 SectionOffsets[Group] = std::make_pair(SecStart, SecEnd); in writeObject()
1163 SectionOffsets); in writeObject()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DPublicsStream.cpp91 if (auto EC = Reader.readArray(SectionOffsets, Header->NumSections)) in reload()