Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/CodeView/
DTypeHashingTest.cpp24 return Builder.writeLeafType(PR); in createPointerRecord()
32 return Builder.writeLeafType(AR); in createArgListRecord()
44 return Builder.writeLeafType(PR); in createProcedureRecord()
DRandomAccessVisitorTest.cpp109 GlobalState->Indices.push_back(Builder.writeLeafType(AR)); in SetUpTestCase()
364 TypeIndex IndexZero = Builder.writeLeafType(Class); in TEST_F()
370 TypeIndex IndexOne = Builder.writeLeafType(Modifier); in TEST_F()
DTypeIndexDiscoveryTest.cpp153 TTB->writeLeafType(Record); in writeTypeRecordsImpl()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp304 auto TI = TypeTable.writeLeafType(SID); in getScopeIndex()
329 TI = TypeTable.writeLeafType(MFuncId); in getFuncIdForSubprogram()
334 TI = TypeTable.writeLeafType(FuncId); in getFuncIdForSubprogram()
1425 ElementTypeIndex = TypeTable.writeLeafType(AR); in lowerTypeArray()
1556 return TypeTable.writeLeafType(PR); in lowerTypePointer()
1608 return TypeTable.writeLeafType(PR); in lowerTypeMemberPointer()
1679 return TypeTable.writeLeafType(MR); in lowerTypeModifier()
1701 TypeIndex ArgListIndex = TypeTable.writeLeafType(ArgListRec); in lowerTypeFunction()
1707 return TypeTable.writeLeafType(Procedure); in lowerTypeFunction()
1740 TypeIndex ArgListIndex = TypeTable.writeLeafType(ArgListRec); in lowerTypeMemberFunction()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DAppendingTypeTableBuilder.h61 template <typename T> TypeIndex writeLeafType(T &Record) { in writeLeafType() function
DMergingTypeTableBuilder.h72 template <typename T> TypeIndex writeLeafType(T &Record) { in writeLeafType() function
DGlobalTypeTableBuilder.h91 template <typename T> TypeIndex writeLeafType(T &Record) { in writeLeafType() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp101 TS.writeLeafType(Record); in toCodeViewRecord()