HomeSort by: relevance | last modified time | path
    Searched refs:ArmCall (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 190 ArmCall = 0x11, // ARM call
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
EnumTables.cpp 412 CV_ENUM_CLASS_ENT(CallingConvention, ArmCall),
TypeDumpVisitor.cpp 127 ENUM_ENTRY(CallingConvention, ArmCall),
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
PDBExtras.cpp 91 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, ArmCall , "armcall", OS)
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
MinimalTypeDumper.cpp 104 RETURN_CASE(CallingConvention, ArmCall, "armcall");
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
CodeViewYAMLTypes.cpp 254 IO.enumCase(Value, "ArmCall", CallingConvention::ArmCall);

Completed in 51 milliseconds