Searched refs:TriCall (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | CodeView.h | 203 TriCall = 0x13, // TriCore Call enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/ |
H A D | PDBExtras.cpp | 93 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, TriCall , "tricall", OS) in operator <<()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | EnumTables.cpp | 421 CV_ENUM_CLASS_ENT(CallingConvention, TriCall),
|
H A D | TypeDumpVisitor.cpp | 130 ENUM_ENTRY(CallingConvention, TriCall),
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | MinimalTypeDumper.cpp | 130 RETURN_CASE(CallingConvention, TriCall, "tricall"); in formatCallingConvention()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLTypes.cpp | 256 IO.enumCase(Value, "TriCall", CallingConvention::TriCall); in enumeration()
|