Home
last modified time | relevance | path

Searched refs:getBlockMapIndex (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DPDBFile.h81 uint32_t getBlockMapIndex() const;
/external/llvm/tools/llvm-pdbdump/
DYAMLOutputStyle.cpp56 Obj.Headers->SuperBlock.BlockMapAddr = File.getBlockMapIndex(); in dumpFileHeaders()
DLLVMOutputStyle.cpp102 P.printNumber("BlockMapAddr", File.getBlockMapIndex()); in dumpFileHeaders()
/external/llvm/lib/DebugInfo/PDB/Raw/
DPDBFile.cpp51 uint32_t PDBFile::getBlockMapIndex() const { return SB->BlockMapAddr; } in getBlockMapIndex() function in PDBFile