Home
last modified time | relevance | path

Searched refs:NearPascal (Results 1 – 9 of 9) sorted by relevance

/freebsd-head/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
HDCodeView.h187 NearPascal = 0x02, // near left to right push, callee pops stack enumerator
/freebsd-head/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
HDPDBExtras.cpp77 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, NearPascal , "pascal", OS) in operator <<()
/freebsd-head/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
HDEnumTables.cpp405 CV_ENUM_CLASS_ENT(CallingConvention, NearPascal),
HDTypeDumpVisitor.cpp114 ENUM_ENTRY(CallingConvention, NearPascal),
/freebsd-head/contrib/llvm-project/llvm/tools/llvm-pdbutil/
HDMinimalTypeDumper.cpp121 RETURN_CASE(CallingConvention, NearPascal, "pascal"); in formatCallingConvention()
/freebsd-head/contrib/llvm-project/llvm/lib/ObjectYAML/
HDCodeViewYAMLTypes.cpp240 IO.enumCase(Value, "NearPascal", CallingConvention::NearPascal); in enumeration()
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
HDPDBASTParser.cpp357 case llvm::codeview::CallingConvention::NearPascal: in TranslateCallingConvention()
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
HDPdbAstBuilder.cpp141 case CC::NearPascal: in TranslateCallingConvention()
/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDCodeViewDebug.cpp2004 case dwarf::DW_CC_BORLAND_pascal: return CallingConvention::NearPascal; in dwarfCCToCodeView()