Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPublicsStream.h45 return SectionOffsets; in getSectionOffsets()
53 FixedStreamArray<SectionOffset> SectionOffsets; variable
/freebsd-12.1/contrib/llvm/lib/MC/
H A DELFObjectWriter.cpp202 SectionOffsetsTy &SectionOffsets);
213 const SectionOffsetsTy &SectionOffsets);
613 SectionOffsetsTy &SectionOffsets) { in computeSymbolTable() argument
1035 const SectionOffsetsTy &SectionOffsets) { in writeSectionHeader() argument
1052 SectionOffsets.find(Section)->second; in writeSectionHeader()
1081 SectionOffsetsTy SectionOffsets; in writeObject() local
1100 SectionOffsets[&Section] = std::make_pair(SecStart, SecEnd); in writeObject()
1152 SectionOffsets[Group] = std::make_pair(SecStart, SecEnd); in writeObject()
1169 SectionOffsets); in writeObject()
1207 SectionOffsets[Sec] = std::make_pair(SecStart, SecEnd); in writeObject()
[all …]
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DPublicsStream.cpp92 if (auto EC = Reader.readArray(SectionOffsets, Header->NumSections)) in reload()