Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h185 MipsCall = 0x0c, // Mips call enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp86 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, MipsCall , "mipscall", OS) in operator <<()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp407 CV_ENUM_CLASS_ENT(CallingConvention, MipsCall),
H A DTypeDumpVisitor.cpp122 ENUM_ENTRY(CallingConvention, MipsCall),
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp114 RETURN_CASE(CallingConvention, MipsCall, "mipscall"); in formatCallingConvention()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp249 IO.enumCase(Value, "MipsCall", CallingConvention::MipsCall); in enumeration()