Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DPDBFile.h81 uint32_t getBlockMapIndex() const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DPDBFile.h59 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
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DYAMLOutputStyle.cpp83 Obj.Headers->SuperBlock.BlockMapAddr = File.getBlockMapIndex(); in dumpFileHeaders()
DExplainOutputStyle.cpp117 return pdbBlockIndex() == File.pdb().getBlockMapIndex(); in isPdbBlockMapBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DPDBFile.cpp68 uint32_t PDBFile::getBlockMapIndex() const { in getBlockMapIndex() function in PDBFile