Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h177 FarC = 0x01, // far right to left push, caller pops stack enumerator
/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/PDB/
DPDBExtras.cpp76 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, FarC , "cdecl", OS) in operator <<()
/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp400 CV_ENUM_CLASS_ENT(CallingConvention, FarC),
DTypeDumpVisitor.cpp113 ENUM_ENTRY(CallingConvention, FarC),
/openbsd/src/gnu/llvm/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp109 RETURN_CASE(CallingConvention, FarC, "far cdecl"); in formatCallingConvention()
/openbsd/src/gnu/llvm/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp239 IO.enumCase(Value, "FarC", CallingConvention::FarC); in enumeration()
/openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
DPdbAstBuilder.cpp138 case CC::FarC: in TranslateCallingConvention()