Home
last modified time | relevance | path

Searched refs:getBlockMapOffset (Results 1 – 4 of 4) 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/llvm/tools/llvm-pdbdump/
DYAMLOutputStyle.cpp57 Obj.Headers->BlockMapOffset = File.getBlockMapOffset(); in dumpFileHeaders()
DLLVMOutputStyle.cpp104 P.printNumber("BlockMapOffset", File.getBlockMapOffset()); in dumpFileHeaders()