Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp363 auto TI = TypeTable.writeLeafType(SID); in getScopeIndex()
408 TI = TypeTable.writeLeafType(MFuncId); in getFuncIdForSubprogram()
413 TI = TypeTable.writeLeafType(FuncId); in getFuncIdForSubprogram()
893 return TypeTable.writeLeafType(SIR); in getStringIdTypeIdx()
958 TypeIndex BuildInfoIndex = TypeTable.writeLeafType(BIR); in emitBuildInfo()
1778 ElementTypeIndex = TypeTable.writeLeafType(AR); in lowerTypeArray()
1801 return TypeTable.writeLeafType(AR); in lowerTypeString()
1940 return TypeTable.writeLeafType(PR); in lowerTypePointer()
1993 return TypeTable.writeLeafType(PR); in lowerTypeMemberPointer()
2064 return TypeTable.writeLeafType(MR); in lowerTypeModifier()
[all …]
/src/contrib/llvm-project/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
/src/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp100 TS.writeLeafType(Record); in toCodeViewRecord()