Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/DebugInfo/CodeView/
H A DTypeHashingTest.cpp24 return Builder.writeLeafType(PR); in createPointerRecord()
32 return Builder.writeLeafType(AR); in createArgListRecord()
44 return Builder.writeLeafType(PR); in createProcedureRecord()
H A DRandomAccessVisitorTest.cpp107 GlobalState->Indices.push_back(Builder.writeLeafType(AR)); in SetUpTestCase()
362 TypeIndex IndexZero = Builder.writeLeafType(Class); in TEST_F()
368 TypeIndex IndexOne = Builder.writeLeafType(Modifier); in TEST_F()
H A DTypeIndexDiscoveryTest.cpp152 TTB->writeLeafType(Record); in writeTypeRecordsImpl()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp361 auto TI = TypeTable.writeLeafType(SID); in getScopeIndex()
406 TI = TypeTable.writeLeafType(MFuncId); in getFuncIdForSubprogram()
411 TI = TypeTable.writeLeafType(FuncId); in getFuncIdForSubprogram()
889 return TypeTable.writeLeafType(SIR); in getStringIdTypeIdx()
1751 return TypeTable.writeLeafType(AR); in lowerTypeString()
1888 return TypeTable.writeLeafType(PR); in lowerTypePointer()
1941 return TypeTable.writeLeafType(PR); in lowerTypeMemberPointer()
2012 return TypeTable.writeLeafType(MR); in lowerTypeModifier()
2089 return TypeTable.writeLeafType(MFR); in lowerTypeMemberFunction()
2208 TypeTable.writeLeafType(USLR); in addUDTSrcLine()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DAppendingTypeTableBuilder.h58 template <typename T> TypeIndex writeLeafType(T &Record) { in writeLeafType() function
H A DMergingTypeTableBuilder.h69 template <typename T> TypeIndex writeLeafType(T &Record) { in writeLeafType() function
H A DGlobalTypeTableBuilder.h110 template <typename T> TypeIndex writeLeafType(T &Record) { in writeLeafType() function
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp100 TS.writeLeafType(Record); in toCodeViewRecord()