Home
last modified time | relevance | path

Searched refs:PpcCall (Results 1 – 9 of 9) sorted by relevance

/external/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h179 PpcCall = 0x0f, // PPC call enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h188 PpcCall = 0x0f, // PPC call enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/
DPDBExtras.cpp63 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, PpcCall , "ppccall", OS) in operator <<()
/external/llvm/lib/DebugInfo/PDB/
DPDBExtras.cpp63 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, PpcCall , "ppccall", OS) in operator <<()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DTypeDumpVisitor.cpp126 ENUM_ENTRY(CallingConvention, PpcCall),
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp97 RETURN_CASE(CallingConvention, PpcCall, "ppccall"); in formatCallingConvention()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/CodeView/
DTypeIndexDiscoveryTest.cpp189 static ProcedureRecord Procedure(TypeIndex(17), CallingConvention::PpcCall,
/external/llvm/lib/DebugInfo/CodeView/
DTypeDumper.cpp172 ENUM_ENTRY(CallingConvention, PpcCall),
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp248 IO.enumCase(Value, "PpcCall", CallingConvention::PpcCall); in enumeration()