Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h183 TriCall = 0x13, // TriCore Call enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h192 TriCall = 0x13, // TriCore Call enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/
DPDBExtras.cpp67 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, TriCall , "tricall", OS) in operator <<()
/external/llvm/lib/DebugInfo/PDB/
DPDBExtras.cpp67 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, TriCall , "tricall", OS) in operator <<()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DTypeDumpVisitor.cpp130 ENUM_ENTRY(CallingConvention, TriCall),
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp101 RETURN_CASE(CallingConvention, TriCall, "tricall"); in formatCallingConvention()
/external/llvm/lib/DebugInfo/CodeView/
DTypeDumper.cpp176 ENUM_ENTRY(CallingConvention, TriCall),
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp252 IO.enumCase(Value, "TriCall", CallingConvention::TriCall); in enumeration()