Home
last modified time | relevance | path

Searched refs:TriCall (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h203 TriCall = 0x13, // TriCore Call enumerator
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp93 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, TriCall , "tricall", OS) in operator <<()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp421 CV_ENUM_CLASS_ENT(CallingConvention, TriCall),
H A DTypeDumpVisitor.cpp130 ENUM_ENTRY(CallingConvention, TriCall),
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp130 RETURN_CASE(CallingConvention, TriCall, "tricall"); in formatCallingConvention()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp256 IO.enumCase(Value, "TriCall", CallingConvention::TriCall); in enumeration()