Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h196 MipsCall = 0x0c, // Mips call enumerator
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp86 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, MipsCall , "mipscall", OS) in operator <<()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp414 CV_ENUM_CLASS_ENT(CallingConvention, MipsCall),
H A DTypeDumpVisitor.cpp123 ENUM_ENTRY(CallingConvention, MipsCall),
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp118 RETURN_CASE(CallingConvention, MipsCall, "mipscall"); in formatCallingConvention()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp249 IO.enumCase(Value, "MipsCall", CallingConvention::MipsCall); in enumeration()