Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/CodeView/
DTypeRecordBuilder.cpp107 void TypeRecordBuilder::writeTypeIndex(TypeIndex TypeInd) { in writeTypeIndex() argument
108 writeUInt32(TypeInd.getIndex()); in writeTypeIndex()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DCodeViewRecordIO.cpp102 Error CodeViewRecordIO::mapInteger(TypeIndex &TypeInd) { in mapInteger() argument
104 if (auto EC = Writer->writeInteger(TypeInd.getIndex())) in mapInteger()
112 TypeInd.setIndex(I); in mapInteger()
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecordBuilder.h38 void writeTypeIndex(TypeIndex TypeInd);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeViewRecordIO.h42 Error mapInteger(TypeIndex &TypeInd);