Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp331 auto TI = TypeTable.writeLeafType(SID); in getScopeIndex()
356 TI = TypeTable.writeLeafType(MFuncId); in getFuncIdForSubprogram()
361 TI = TypeTable.writeLeafType(FuncId); in getFuncIdForSubprogram()
782 return TypeTable.writeLeafType(SIR); in getStringIdTypeIdx()
1672 return TypeTable.writeLeafType(PR); in lowerTypePointer()
1724 return TypeTable.writeLeafType(PR); in lowerTypeMemberPointer()
1795 return TypeTable.writeLeafType(MR); in lowerTypeModifier()
1872 return TypeTable.writeLeafType(MFR); in lowerTypeMemberFunction()
1881 return TypeTable.writeLeafType(VFTSR); in lowerTypeVFTableShape()
1988 TypeTable.writeLeafType(USLR); in addUDTSrcLine()
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DAppendingTypeTableBuilder.h61 template <typename T> TypeIndex writeLeafType(T &Record) { in writeLeafType() function
H A DMergingTypeTableBuilder.h72 template <typename T> TypeIndex writeLeafType(T &Record) { in writeLeafType() function
H A DGlobalTypeTableBuilder.h91 template <typename T> TypeIndex writeLeafType(T &Record) { in writeLeafType() function
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp101 TS.writeLeafType(Record); in toCodeViewRecord()