Home
last modified time | relevance | path

Searched refs:getBlockMapOffset (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/DebugInfo/PDB/Raw/
DPDBFile.cpp59 uint64_t PDBFile::getBlockMapOffset() const { in getBlockMapOffset() function in PDBFile
114 Reader.setOffset(getBlockMapOffset()); in parseFileHeaders()
349 Writer.setOffset(getBlockMapOffset()); in commit()
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DPDBFile.h83 uint64_t getBlockMapOffset() const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DPDBFile.h61 uint64_t getBlockMapOffset() const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DPDBFile.cpp79 uint64_t PDBFile::getBlockMapOffset() const { in getBlockMapOffset() function in PDBFile
172 Reader.setOffset(getBlockMapOffset()); in parseFileHeaders()
/external/llvm/tools/llvm-pdbdump/
DYAMLOutputStyle.cpp57 Obj.Headers->BlockMapOffset = File.getBlockMapOffset(); in dumpFileHeaders()
DLLVMOutputStyle.cpp104 P.printNumber("BlockMapOffset", File.getBlockMapOffset()); in dumpFileHeaders()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DExplainOutputStyle.cpp226 uint64_t BlockMapOffset = File.pdb().getBlockMapOffset(); in explainPdbBlockMapOffset()