Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h190 ArmCall = 0x11, // ARM call enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp91 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, ArmCall , "armcall", OS) in operator <<()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp412 CV_ENUM_CLASS_ENT(CallingConvention, ArmCall),
H A DTypeDumpVisitor.cpp127 ENUM_ENTRY(CallingConvention, ArmCall),
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp104 RETURN_CASE(CallingConvention, ArmCall, "armcall"); in formatCallingConvention()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp254 IO.enumCase(Value, "ArmCall", CallingConvention::ArmCall); in enumeration()