Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPublicsStream.h41 return SectionOffsets; in getSectionOffsets()
49 FixedStreamArray<SectionOffset> SectionOffsets; variable
/llvm-project-15.0.7/llvm/lib/MC/
H A DELFObjectWriter.cpp188 SectionOffsetsTy &SectionOffsets);
197 const SectionOffsetsTy &SectionOffsets);
614 SectionOffsetsTy &SectionOffsets) { in computeSymbolTable() argument
769 SectionOffsets[SymtabSection] = std::make_pair(SecStart, SecEnd); in computeSymbolTable()
1025 const SectionOffsetsTy &SectionOffsets) { in writeSectionHeader() argument
1042 SectionOffsets.find(Section)->second; in writeSectionHeader()
1071 SectionOffsetsTy SectionOffsets; in writeObject() local
1088 SectionOffsets[&Section] = std::make_pair(SecStart, SecEnd); in writeObject()
1130 SectionOffsets[Group] = std::make_pair(SecStart, SecEnd); in writeObject()
1147 SectionOffsets); in writeObject()
[all …]
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DPublicsStream.cpp89 if (auto EC = Reader.readArray(SectionOffsets, Header->NumSections)) in reload()