Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h192 TriCall = 0x13, // TriCore Call enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp93 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, TriCall , "tricall", OS) in operator <<()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp414 CV_ENUM_CLASS_ENT(CallingConvention, TriCall),
H A DTypeDumpVisitor.cpp129 ENUM_ENTRY(CallingConvention, TriCall),
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp125 RETURN_CASE(CallingConvention, TriCall, "tricall"); in formatCallingConvention()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp256 IO.enumCase(Value, "TriCall", CallingConvention::TriCall); in enumeration()