Home
last modified time | relevance | path

Searched refs:AM33Call (Results 1 – 8 of 8) sorted by relevance

/external/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h182 AM33Call = 0x12, // AM33 call enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h191 AM33Call = 0x12, // AM33 call enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/
DPDBExtras.cpp66 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, AM33Call , "am33call", OS) in operator <<()
/external/llvm/lib/DebugInfo/PDB/
DPDBExtras.cpp66 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, AM33Call , "am33call", OS) in operator <<()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DTypeDumpVisitor.cpp129 ENUM_ENTRY(CallingConvention, AM33Call),
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp79 RETURN_CASE(CallingConvention, AM33Call, "am33call"); in formatCallingConvention()
/external/llvm/lib/DebugInfo/CodeView/
DTypeDumper.cpp175 ENUM_ENTRY(CallingConvention, AM33Call),
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp251 IO.enumCase(Value, "AM33Call", CallingConvention::AM33Call); in enumeration()