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

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

Completed in 106 milliseconds