Home
last modified time | relevance | path

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

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