Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h185 MipsCall = 0x0c, // Mips call enumerator
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp87 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, MipsCall , "mipscall", OS) in operator <<()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp123 ENUM_ENTRY(CallingConvention, MipsCall),
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp114 RETURN_CASE(CallingConvention, MipsCall, "mipscall"); in formatCallingConvention()
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp245 IO.enumCase(Value, "MipsCall", CallingConvention::MipsCall); in enumeration()