Searched refs:ThisCall (Results 1 – 13 of 13) sorted by relevance
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | PrettyFunctionDumper.cpp | 70 if ((ClassParent && CC == CallingConvention::ThisCall) || in start() 173 if ((ClassParent && CC != CallingConvention::ThisCall) || in start()
|
H A D | MinimalTypeDumper.cpp | 129 RETURN_CASE(CallingConvention, ThisCall, "thiscall"); in formatCallingConvention()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | CodeView.h | 195 ThisCall = 0x0b, // this call (this passed in register) enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/ |
H A D | PDBExtras.cpp | 85 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, ThisCall , "thiscall", OS) in operator <<()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | EnumTables.cpp | 413 CV_ENUM_CLASS_ENT(CallingConvention, ThisCall),
|
H A D | TypeDumpVisitor.cpp | 122 ENUM_ENTRY(CallingConvention, ThisCall),
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLTypes.cpp | 248 IO.enumCase(Value, "ThisCall", CallingConvention::ThisCall); in enumeration()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
H A D | PDBASTParser.cpp | 353 case llvm::codeview::CallingConvention::ThisCall: in TranslateCallingConvention()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | PdbAstBuilder.cpp | 150 case CC::ThisCall: in TranslateCallingConvention()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | TypePrinter.cpp | 1979 case attr::ThisCall: OS << "thiscall"; break; in printAttributedAfter()
|
H A D | Type.cpp | 4148 case attr::ThisCall: in isCallingConv()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 2002 case dwarf::DW_CC_BORLAND_thiscall: return CallingConvention::ThisCall; in lowerTypeModifier()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | Attr.td | 3072 def ThisCall : DeclOrTypeAttr {
|