Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h176 MipsCall = 0x0c, // Mips call enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h185 MipsCall = 0x0c, // Mips call enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/
DPDBExtras.cpp60 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, MipsCall , "mipscall", OS) in operator <<()
/external/llvm/lib/DebugInfo/PDB/
DPDBExtras.cpp60 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, MipsCall , "mipscall", OS) in operator <<()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DTypeDumpVisitor.cpp123 ENUM_ENTRY(CallingConvention, MipsCall),
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp90 RETURN_CASE(CallingConvention, MipsCall, "mipscall"); in formatCallingConvention()
/external/llvm/lib/DebugInfo/CodeView/
DTypeDumper.cpp169 ENUM_ENTRY(CallingConvention, MipsCall),
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp245 IO.enumCase(Value, "MipsCall", CallingConvention::MipsCall); in enumeration()