Home
last modified time | relevance | path

Searched refs:FarC (Results 1 – 15 of 15) sorted by relevance

/external/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h166 FarC = 0x01, // far right to left push, caller pops stack enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h175 FarC = 0x01, // far right to left push, caller pops stack enumerator
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h175 FarC = 0x01, // far right to left push, caller pops stack enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
DPDBExtras.cpp76 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, FarC , "cdecl", OS) in operator <<()
/external/llvm/lib/DebugInfo/PDB/
DPDBExtras.cpp50 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, FarC , "cdecl", OS) in operator <<()
/external/llvm-project/llvm/lib/DebugInfo/PDB/
DPDBExtras.cpp76 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, FarC , "cdecl", OS) in operator <<()
/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp397 CV_ENUM_CLASS_ENT(CallingConvention, FarC),
DTypeDumpVisitor.cpp112 ENUM_ENTRY(CallingConvention, FarC),
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp389 CV_ENUM_CLASS_ENT(CallingConvention, FarC),
DTypeDumpVisitor.cpp112 ENUM_ENTRY(CallingConvention, FarC),
/external/llvm-project/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp106 RETURN_CASE(CallingConvention, FarC, "far cdecl"); in formatCallingConvention()
/external/llvm/lib/DebugInfo/CodeView/
DTypeDumper.cpp159 ENUM_ENTRY(CallingConvention, FarC),
/external/llvm-project/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp234 IO.enumCase(Value, "FarC", CallingConvention::FarC); in enumeration()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp234 IO.enumCase(Value, "FarC", CallingConvention::FarC); in enumeration()
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DPdbAstBuilder.cpp130 case CC::FarC: in TranslateCallingConvention()