Searched refs:SectionOffsets (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | PublicsStream.h | 45 return SectionOffsets; in getSectionOffsets() 53 FixedStreamArray<SectionOffset> SectionOffsets; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | ELFObjectWriter.cpp | 201 SectionOffsetsTy &SectionOffsets); 212 const SectionOffsetsTy &SectionOffsets); 612 SectionOffsetsTy &SectionOffsets) { in computeSymbolTable() argument 743 SectionOffsets[SymtabSection] = std::make_pair(SecStart, SecEnd); in computeSymbolTable() 758 SectionOffsets[SymtabShndxSection] = std::make_pair(SecStart, SecEnd); in computeSymbolTable() 1020 const SectionOffsetsTy &SectionOffsets) { in writeSectionHeader() argument 1037 SectionOffsets.find(Section)->second; in writeSectionHeader() 1066 SectionOffsetsTy SectionOffsets; in writeObject() local 1085 SectionOffsets[&Section] = std::make_pair(SecStart, SecEnd); in writeObject() 1135 SectionOffsets[Group] = std::make_pair(SecStart, SecEnd); in writeObject() [all …]
|
/external/llvm/lib/MC/ |
D | ELFObjectWriter.cpp | 201 SectionOffsetsTy &SectionOffsets); 213 const SectionOffsetsTy &SectionOffsets); 769 SectionOffsetsTy &SectionOffsets) { in computeSymbolTable() argument 933 SectionOffsets[SymtabSection] = std::make_pair(SecStart, SecEnd); in computeSymbolTable() 948 SectionOffsets[SymtabShndxSection] = std::make_pair(SecStart, SecEnd); in computeSymbolTable() 1185 const SectionOffsetsTy &SectionOffsets) { in writeSectionHeader() argument 1202 SectionOffsets.find(Section)->second; in writeSectionHeader() 1230 SectionOffsetsTy SectionOffsets; in writeObject() local 1245 SectionOffsets[&Section] = std::make_pair(SecStart, SecEnd); in writeObject() 1287 SectionOffsets[Group] = std::make_pair(SecStart, SecEnd); in writeObject() [all …]
|
/external/llvm/include/llvm/DebugInfo/PDB/Raw/ |
D | PublicsStream.h | 51 return SectionOffsets; in getSectionOffsets() 66 codeview::FixedStreamArray<SectionOffset> SectionOffsets; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/ |
D | PublicsStream.cpp | 92 if (auto EC = Reader.readArray(SectionOffsets, Header->NumSections)) in reload()
|
/external/llvm/lib/DebugInfo/PDB/Raw/ |
D | PublicsStream.cpp | 150 if (auto EC = Reader.readArray(SectionOffsets, Header->NumSections)) in reload()
|