Go to the documentation of this file.
9 #ifndef LLVM_DEBUGINFO_PDB_PDBSYMBOLFUNC_H
10 #define LLVM_DEBUGINFO_PDB_PDBSYMBOLFUNC_H
23 class PDBSymbolTypeFunctionSig;
24 template <
typename ChildType>
class IPDBEnumChildren;
33 std::unique_ptr<IPDBEnumChildren<PDBSymbolData>>
getArguments()
const;
81 std::unique_ptr<IPDBEnumLineNumbers> getLineNumbers()
const;
88 #endif // LLVM_DEBUGINFO_PDB_PDBSYMBOLFUNC_H
std::string getName() const
This is an optimization pass for GlobalISel generic memory operations.
static std::string getSignature(FunctionType *FTy)
#define DECLARE_PDB_SYMBOL_CONCRETE_TYPE(TagValue)
bool isDestructor() const
FunctionType * getType(LLVMContext &Context, ID id, ArrayRef< Type * > Tys=None)
Return the function type for an intrinsic.
#define FORWARD_CONCRETE_SYMBOL_ID_METHOD_WITH_NAME(ConcreteType, PrivateName, PublicName)
void dump(PDBSymDumper &Dumper) const override
Dumps the contents of a symbol a raw_ostream.
PDBSymbol defines the base of the inheritance hierarchy for concrete symbol types (e....
#define FORWARD_SYMBOL_ID_METHOD(MethodName)
FORWARD_CONCRETE_SYMBOL_ID_METHOD_WITH_NAME(PDBSymbolTypeFunctionSig, getType, getSignature) std uint32_t getCompilandId() const
std::unique_ptr< IPDBEnumChildren< PDBSymbolData > > getArguments() const
#define FORWARD_SYMBOL_METHOD(MethodName)