Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h201 ArmCall = 0x11, // ARM call enumerator
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp91 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, ArmCall , "armcall", OS) in operator <<()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp108 RETURN_CASE(CallingConvention, ArmCall, "armcall"); in formatCallingConvention()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp419 CV_ENUM_CLASS_ENT(CallingConvention, ArmCall),
H A DTypeDumpVisitor.cpp128 ENUM_ENTRY(CallingConvention, ArmCall),
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp254 IO.enumCase(Value, "ArmCall", CallingConvention::ArmCall); in enumeration()