Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.h160 codeview::TypeIndex VBPType; variable
DCodeViewDebug.cpp1727 if (!VBPType.getIndex()) { in getVBPTypeIndex()
1738 VBPType = TypeTable.writePointer(PR); in getVBPTypeIndex()
1741 return VBPType; in getVBPTypeIndex()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.h216 codeview::TypeIndex VBPType; variable
DCodeViewDebug.cpp2242 if (!VBPType.getIndex()) { in getVBPTypeIndex()
2252 VBPType = TypeTable.writeLeafType(PR); in getVBPTypeIndex()
2255 return VBPType; in getVBPTypeIndex()