Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DPrettyFunctionDumper.cpp70 if ((ClassParent && CC == CallingConvention::ThisCall) || in start()
173 if ((ClassParent && CC != CallingConvention::ThisCall) || in start()
H A DMinimalTypeDumper.cpp127 RETURN_CASE(CallingConvention, ThisCall, "thiscall"); in formatCallingConvention()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h186 ThisCall = 0x0b, // this call (this passed in register) enumerator
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp85 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, ThisCall , "thiscall", OS) in operator <<()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp409 CV_ENUM_CLASS_ENT(CallingConvention, ThisCall),
H A DTypeDumpVisitor.cpp122 ENUM_ENTRY(CallingConvention, ThisCall),
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp248 IO.enumCase(Value, "ThisCall", CallingConvention::ThisCall); in enumeration()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp354 case llvm::codeview::CallingConvention::ThisCall: in TranslateCallingConvention()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp149 case CC::ThisCall: in TranslateCallingConvention()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DTypePrinter.cpp1770 case attr::ThisCall: OS << "thiscall"; break; in printAttributedAfter()
H A DType.cpp3651 case attr::ThisCall: in isCallingConv()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1969 case dwarf::DW_CC_BORLAND_thiscall: return CallingConvention::ThisCall; in dwarfCCToCodeView()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DAttr.td2647 def ThisCall : DeclOrTypeAttr {