Home
last modified time | relevance | path

Searched refs:PDBSymbolTypeFunctionSig (Results 1 – 25 of 31) sorted by relevance

12

/external/llvm/lib/DebugInfo/PDB/
DPDBSymbolTypeFunctionSig.cpp30 const PDBSymbolTypeFunctionSig &Sig) in FunctionArgEnumerator()
69 PDBSymbolTypeFunctionSig::PDBSymbolTypeFunctionSig( in PDBSymbolTypeFunctionSig() function in PDBSymbolTypeFunctionSig
73 std::unique_ptr<PDBSymbol> PDBSymbolTypeFunctionSig::getReturnType() const { in getReturnType()
78 PDBSymbolTypeFunctionSig::getArguments() const { in getArguments()
82 std::unique_ptr<PDBSymbol> PDBSymbolTypeFunctionSig::getClassParent() const { in getClassParent()
89 void PDBSymbolTypeFunctionSig::dump(PDBSymDumper &Dumper) const { in dump()
DPDBSymbolFunc.cpp90 std::unique_ptr<PDBSymbolTypeFunctionSig> PDBSymbolFunc::getSignature() const { in getSignature()
91 return Session.getConcreteSymbolById<PDBSymbolTypeFunctionSig>(getTypeId()); in getSignature()
DPDBSymDumper.cpp113 void PDBSymDumper::dump(const PDBSymbolTypeFunctionSig &Symbol) { in dump()
114 PDB_SYMDUMP_UNREACHABLE(PDBSymbolTypeFunctionSig) in dump()
DCMakeLists.txt84 PDBSymbolTypeFunctionSig.cpp
DPDBSymbol.cpp81 FACTORY_SYMTAG_CASE(FunctionSig, PDBSymbolTypeFunctionSig) in create()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/
DPDBSymbolTypeFunctionSig.cpp31 const PDBSymbolTypeFunctionSig &Sig) in FunctionArgEnumerator()
70 PDBSymbolTypeFunctionSig::PDBSymbolTypeFunctionSig( in PDBSymbolTypeFunctionSig() function in PDBSymbolTypeFunctionSig
77 PDBSymbolTypeFunctionSig::getArguments() const { in getArguments()
81 void PDBSymbolTypeFunctionSig::dump(PDBSymDumper &Dumper) const { in dump()
85 void PDBSymbolTypeFunctionSig::dumpRight(PDBSymDumper &Dumper) const { in dumpRight()
89 bool PDBSymbolTypeFunctionSig::isCVarArgs() const { in isCVarArgs()
DPDBSymDumper.cpp113 void PDBSymDumper::dump(const PDBSymbolTypeFunctionSig &Symbol) { in dump()
114 PDB_SYMDUMP_UNREACHABLE(PDBSymbolTypeFunctionSig) in dump()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbolTypeFunctionSig.h21 class PDBSymbolTypeFunctionSig : public PDBSymbol {
23 PDBSymbolTypeFunctionSig(const IPDBSession &PDBSession,
DPDBSymDumper.h47 virtual void dump(const PDBSymbolTypeFunctionSig &Symbol);
65 virtual void dumpRight(const PDBSymbolTypeFunctionSig &Symbol) {} in dumpRight()
DPDBSymbolFunc.h74 FORWARD_CONCRETE_SYMBOL_ID_METHOD_WITH_NAME(PDBSymbolTypeFunctionSig, getType,
/external/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbolTypeFunctionSig.h21 class PDBSymbolTypeFunctionSig : public PDBSymbol {
23 PDBSymbolTypeFunctionSig(const IPDBSession &PDBSession,
DPDBSymbolFunc.h29 std::unique_ptr<PDBSymbolTypeFunctionSig> getSignature() const;
DPDBSymDumper.h47 virtual void dump(const PDBSymbolTypeFunctionSig &Symbol);
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DPrettyVariableDumper.cpp139 void VariableDumper::dump(const PDBSymbolTypeFunctionSig &Symbol) { in dump()
156 void VariableDumper::dumpRight(const PDBSymbolTypeFunctionSig &Symbol) { in dumpRight()
182 if (auto FuncSig = unique_dyn_cast<PDBSymbolTypeFunctionSig>(PointeeType)) { in dump()
205 if (isa<PDBSymbolTypeFunctionSig>(PointeeType) || in dumpRight()
DPrettyVariableDumper.h34 void dump(const PDBSymbolTypeFunctionSig &Symbol) override;
40 void dumpRight(const PDBSymbolTypeFunctionSig &Symbol) override;
DPrettyTypedefDumper.cpp56 if (auto FuncSig = unique_dyn_cast<PDBSymbolTypeFunctionSig>(PointeeType)) { in dump()
71 void TypedefDumper::dump(const PDBSymbolTypeFunctionSig &Symbol) { in dump()
DPrettyTypedefDumper.h29 void dump(const PDBSymbolTypeFunctionSig &Symbol) override;
DPrettyFunctionDumper.h25 void start(const PDBSymbolTypeFunctionSig &Symbol, const char *Name,
DPrettyFunctionDumper.cpp53 void FunctionDumper::start(const PDBSymbolTypeFunctionSig &Symbol, in start()
243 if (auto FuncSig = unique_dyn_cast<PDBSymbolTypeFunctionSig>(PointeeType)) { in dump()
/external/llvm/tools/llvm-pdbdump/
DTypedefDumper.cpp60 if (auto FuncSig = dyn_cast<PDBSymbolTypeFunctionSig>(PointeeType.get())) { in dump()
72 void TypedefDumper::dump(const PDBSymbolTypeFunctionSig &Symbol) { in dump()
DVariableDumper.cpp97 void VariableDumper::dump(const PDBSymbolTypeFunctionSig &Symbol) {} in dump()
160 dyn_cast<PDBSymbolTypeFunctionSig>(PointeeType.get())) { in tryDumpFunctionPointer()
DTypedefDumper.h29 void dump(const PDBSymbolTypeFunctionSig &Symbol) override;
DVariableDumper.h31 void dump(const PDBSymbolTypeFunctionSig &Symbol) override;
DFunctionDumper.h25 void start(const PDBSymbolTypeFunctionSig &Symbol, const char *Name,
DFunctionDumper.cpp53 void FunctionDumper::start(const PDBSymbolTypeFunctionSig &Symbol, in start()
240 if (auto FuncSig = dyn_cast<PDBSymbolTypeFunctionSig>(PointeeType.get())) { in dump()

12