Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPublicsStream.h41 return SectionOffsets; in getSectionOffsets()
49 FixedStreamArray<SectionOffset> SectionOffsets; variable
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DELFObjectWriter.cpp188 SectionOffsetsTy &SectionOffsets);
199 const SectionOffsetsTy &SectionOffsets);
634 SectionOffsetsTy &SectionOffsets) { in computeSymbolTable() argument
789 SectionOffsets[SymtabSection] = std::make_pair(SecStart, SecEnd); in computeSymbolTable()
804 SectionOffsets[SymtabShndxSection] = std::make_pair(SecStart, SecEnd); in computeSymbolTable()
1053 const SectionOffsetsTy &SectionOffsets) { in writeSectionHeader() argument
1070 SectionOffsets.find(Section)->second; in writeSectionHeader()
1101 SectionOffsetsTy SectionOffsets; in writeObject() local
1118 SectionOffsets[&Section] = std::make_pair(SecStart, SecEnd); in writeObject()
1160 SectionOffsets[Group] = std::make_pair(SecStart, SecEnd); in writeObject()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DPublicsStream.cpp89 if (auto EC = Reader.readArray(SectionOffsets, Header->NumSections)) in reload()