/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/ |
H A D | PrettyFunctionDumper.cpp | 65 PDB_CallingConv CC = Symbol.getCallingConvention(); in start() 166 CallingConvention CC = Signature->getCallingConvention(); in start() 173 << Signature->getCallingConvention() << " "; in start()
|
H A D | PrettyVariableDumper.cpp | 184 PDB_CallingConv CC = FuncSig->getCallingConvention(); in dump()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeTypeFunctionSig.cpp | 118 dumpSymbolField(OS, "callingConvention", getCallingConvention(), Indent); in dump() 151 PDB_CallingConv NativeTypeFunctionSig::getCallingConvention() const { in getCallingConvention() function in NativeTypeFunctionSig
|
H A D | NativeRawSymbol.cpp | 144 PDB_CallingConv NativeRawSymbol::getCallingConvention() const { in getCallingConvention() function in NativeRawSymbol
|
/netbsd-src/external/apache2/llvm/dist/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;
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | NativeTypeFunctionSig.h | 45 PDB_CallingConv getCallingConvention() const override;
|
H A D | NativeRawSymbol.h | 77 PDB_CallingConv getCallingConvention() const override;
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/DIA/ |
H A D | DIARawSymbol.h | 72 PDB_CallingConv getCallingConvention() const override;
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/ |
H A D | Dwarf.h | 596 unsigned getCallingConvention(StringRef LanguageString);
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/BinaryFormat/ |
H A D | Dwarf.cpp | 404 unsigned llvm::dwarf::getCallingConvention(StringRef CCString) { in getCallingConvention() function in llvm::dwarf
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGVTables.cpp | 346 CallFnInfo.getCallingConvention() == CurFnInfo->getCallingConvention()); in EmitCallAndReturnForThunk()
|
H A D | TargetInfo.cpp | 1086 : IsPreassigned(FI.arg_size()), CC(FI.getCallingConvention()) {} in CCState() 2032 FI.getCallingConvention() == llvm::CallingConv::X86_ThisCall; in rewriteWithInAlloca() 3862 const unsigned CallingConv = FI.getCallingConvention(); in computeInfo() 4305 const unsigned CC = FI.getCallingConvention(); in computeInfo() 5437 FI.getCallingConvention()); in computeInfo() 5875 CGF.CurFnInfo->getCallingConvention()); in EmitAAPCSVAArg() 6364 FI.getCallingConvention()); in computeInfo() 6368 FI.getCallingConvention()); in computeInfo() 6372 if (FI.getCallingConvention() != llvm::CallingConv::C) in computeInfo() 7114 if (FI.getCallingConvention() != llvm::CallingConv::C) in computeInfo() [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/CodeGen/ |
H A D | CGFunctionInfo.h | 685 unsigned getCallingConvention() const { return CallingConvention; } in getCallingConvention() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/ |
H A D | DIARawSymbol.cpp | 624 PDB_CallingConv DIARawSymbol::getCallingConvention() const { in getCallingConvention() function in DIARawSymbol
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 4366 unsigned CC = dwarf::getCallingConvention(Lex.getStrVal()); in parseMDField()
|