Home
last modified time | relevance | path

Searched refs:ThisCall (Results 1 – 13 of 13) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
DPrettyFunctionDumper.cpp67 if ((ClassParent && CC == CallingConvention::ThisCall) || in start()
170 if ((ClassParent && CC != CallingConvention::ThisCall) || in start()
DMinimalTypeDumper.cpp124 RETURN_CASE(CallingConvention, ThisCall, "thiscall"); in formatCallingConvention()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h187 ThisCall = 0x0b, // this call (this passed in register) enumerator
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
DPDBExtras.cpp85 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, ThisCall , "thiscall", OS) in operator <<()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp409 CV_ENUM_CLASS_ENT(CallingConvention, ThisCall),
DTypeDumpVisitor.cpp121 ENUM_ENTRY(CallingConvention, ThisCall),
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp248 IO.enumCase(Value, "ThisCall", CallingConvention::ThisCall); in enumeration()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
DPDBASTParser.cpp344 case llvm::codeview::CallingConvention::ThisCall: in TranslateCallingConvention()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DPdbAstBuilder.cpp141 case CC::ThisCall: in TranslateCallingConvention()
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DTypePrinter.cpp1710 case attr::ThisCall: OS << "thiscall"; break; in printAttributedAfter()
DType.cpp3562 case attr::ThisCall: in isCallingConv()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1843 case dwarf::DW_CC_BORLAND_thiscall: return CallingConvention::ThisCall; in dwarfCCToCodeView()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DAttr.td2525 def ThisCall : DeclOrTypeAttr {