Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DPrettyFunctionDumper.cpp68 if ((ClassParent && CC == CallingConvention::ThisCall) || in start()
170 if ((ClassParent && CC != CallingConvention::ThisCall) || in start()
H A DMinimalTypeDumper.cpp124 RETURN_CASE(CallingConvention, ThisCall, "thiscall"); in formatCallingConvention()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h184 ThisCall = 0x0b, // this call (this passed in register) enumerator
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp86 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, ThisCall , "thiscall", OS) in operator <<()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp122 ENUM_ENTRY(CallingConvention, ThisCall),
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp244 IO.enumCase(Value, "ThisCall", CallingConvention::ThisCall); in enumeration()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp347 case llvm::codeview::CallingConvention::ThisCall: in TranslateCallingConvention()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp148 case CC::ThisCall: in TranslateCallingConvention()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DTypePrinter.cpp1492 case attr::ThisCall: OS << "thiscall"; break; in printAttributedAfter()
H A DType.cpp3239 case attr::ThisCall: in isCallingConv()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1733 case dwarf::DW_CC_BORLAND_thiscall: return CallingConvention::ThisCall; in dwarfCCToCodeView()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DAttr.td1992 def ThisCall : DeclOrTypeAttr {