/openbsd/gnu/llvm/llvm/tools/llvm-pdbutil/ |
H A D | PrettyFunctionDumper.cpp | 68 PDB_CallingConv CC = Symbol.getCallingConvention(); in start() 169 CallingConvention CC = Signature->getCallingConvention(); in start() 176 << Signature->getCallingConvention() << " "; in start()
|
H A D | PrettyVariableDumper.cpp | 186 PDB_CallingConv CC = FuncSig->getCallingConvention(); in dump()
|
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/ |
H A D | PDBSymbolTypeFunctionSig.h | 31 FORWARD_SYMBOL_METHOD(getCallingConvention)
|
H A D | IPDBRawSymbol.h | 97 virtual PDB_CallingConv getCallingConvention() const = 0;
|
/openbsd/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeTypeFunctionSig.cpp | 119 dumpSymbolField(OS, "callingConvention", getCallingConvention(), Indent); in dump() 152 PDB_CallingConv NativeTypeFunctionSig::getCallingConvention() const { in getCallingConvention() function in NativeTypeFunctionSig
|
H A D | NativeRawSymbol.cpp | 143 PDB_CallingConv NativeRawSymbol::getCallingConvention() const { in getCallingConvention() function in NativeRawSymbol
|
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | NativeTypeFunctionSig.h | 42 PDB_CallingConv getCallingConvention() const override;
|
H A D | NativeRawSymbol.h | 77 PDB_CallingConv getCallingConvention() const override;
|
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/DIA/ |
H A D | DIARawSymbol.h | 72 PDB_CallingConv getCallingConvention() const override;
|
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/ |
H A D | Dwarf.h | 679 unsigned getCallingConvention(StringRef LanguageString);
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGVTables.cpp | 350 CallFnInfo.getCallingConvention() == CurFnInfo->getCallingConvention()); in EmitCallAndReturnForThunk()
|
H A D | TargetInfo.cpp | 1137 : IsPreassigned(FI.arg_size()), CC(FI.getCallingConvention()) {} in CCState() 2094 FI.getCallingConvention() == llvm::CallingConv::X86_ThisCall; in rewriteWithInAlloca() 3952 const unsigned CallingConv = FI.getCallingConvention(); in computeInfo() 4408 const unsigned CC = FI.getCallingConvention(); in computeInfo() 5534 FI.getCallingConvention()); in computeInfo() 6536 FI.getCallingConvention()); in computeInfo() 6540 FI.getCallingConvention()); in computeInfo() 6544 if (FI.getCallingConvention() != llvm::CallingConv::C) in computeInfo() 7295 if (FI.getCallingConvention() != llvm::CallingConv::C) in computeInfo() 9273 llvm::CallingConv::ID CC = FI.getCallingConvention(); in computeInfo() [all …]
|
/openbsd/gnu/llvm/llvm/lib/BinaryFormat/ |
H A D | Dwarf.cpp | 405 unsigned llvm::dwarf::getCallingConvention(StringRef CCString) { in getCallingConvention() function in llvm::dwarf
|
/openbsd/gnu/llvm/clang/include/clang/CodeGen/ |
H A D | CGFunctionInfo.h | 688 unsigned getCallingConvention() const { return CallingConvention; } in getCallingConvention() function
|
/openbsd/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/ |
H A D | DIARawSymbol.cpp | 624 PDB_CallingConv DIARawSymbol::getCallingConvention() const { in getCallingConvention() function in DIARawSymbol
|
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/ |
H A D | PDBASTParser.cpp | 657 auto cc = TranslateCallingConvention(func_sig->getCallingConvention()); in CreateLLDBTypeFromPDBType()
|
/openbsd/gnu/llvm/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 4420 unsigned CC = dwarf::getCallingConvention(Lex.getStrVal()); in parseMDField()
|