Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DPublicsStream.h44 return SectionOffsets; in getSectionOffsets()
52 FixedStreamArray<SectionOffset> SectionOffsets; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DELFObjectWriter.cpp202 SectionOffsetsTy &SectionOffsets);
213 const SectionOffsetsTy &SectionOffsets);
610 SectionOffsetsTy &SectionOffsets) { in computeSymbolTable() argument
759 SectionOffsets[SymtabSection] = std::make_pair(SecStart, SecEnd); in computeSymbolTable()
774 SectionOffsets[SymtabShndxSection] = std::make_pair(SecStart, SecEnd); in computeSymbolTable()
1040 const SectionOffsetsTy &SectionOffsets) { in writeSectionHeader() argument
1057 SectionOffsets.find(Section)->second; in writeSectionHeader()
1086 SectionOffsetsTy SectionOffsets; in writeObject() local
1105 SectionOffsets[&Section] = std::make_pair(SecStart, SecEnd); in writeObject()
1157 SectionOffsets[Group] = std::make_pair(SecStart, SecEnd); in writeObject()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DPublicsStream.cpp91 if (auto EC = Reader.readArray(SectionOffsets, Header->NumSections)) in reload()