Searched refs:FarC (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | CodeView.h | 186 FarC = 0x01, // far right to left push, caller pops stack enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/ |
H A D | PDBExtras.cpp | 76 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, FarC , "cdecl", OS) in operator <<()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | EnumTables.cpp | 404 CV_ENUM_CLASS_ENT(CallingConvention, FarC),
|
H A D | TypeDumpVisitor.cpp | 113 ENUM_ENTRY(CallingConvention, FarC),
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | MinimalTypeDumper.cpp | 110 RETURN_CASE(CallingConvention, FarC, "far cdecl"); in formatCallingConvention()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLTypes.cpp | 239 IO.enumCase(Value, "FarC", CallingConvention::FarC); in enumeration()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | PdbAstBuilder.cpp | 139 case CC::FarC: in TranslateCallingConvention()
|