Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h178 NearPascal = 0x02, // near left to right push, callee pops stack enumerator
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp77 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, NearPascal , "pascal", OS) in operator <<()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp401 CV_ENUM_CLASS_ENT(CallingConvention, NearPascal),
H A DTypeDumpVisitor.cpp114 ENUM_ENTRY(CallingConvention, NearPascal),
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp120 RETURN_CASE(CallingConvention, NearPascal, "pascal"); in formatCallingConvention()
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp240 IO.enumCase(Value, "NearPascal", CallingConvention::NearPascal); in enumeration()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp358 case llvm::codeview::CallingConvention::NearPascal: in TranslateCallingConvention()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp140 case CC::NearPascal: in TranslateCallingConvention()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1971 case dwarf::DW_CC_BORLAND_pascal: return CallingConvention::NearPascal; in dwarfCCToCodeView()