9#ifndef LLVM_DEBUGINFO_PDB_PDBSYMBOLFUNC_H
10#define LLVM_DEBUGINFO_PDB_PDBSYMBOLFUNC_H
25template <
typename ChildType>
class IPDBEnumChildren;
32 bool isDestructor()
const;
34 std::unique_ptr<IPDBEnumChildren<PDBSymbolData>> getArguments()
const;
82 std::unique_ptr<IPDBEnumLineNumbers> getLineNumbers()
const;
#define DECLARE_PDB_SYMBOL_CONCRETE_TYPE(TagValue)
#define FORWARD_SYMBOL_ID_METHOD(MethodName)
#define FORWARD_CONCRETE_SYMBOL_ID_METHOD_WITH_NAME(ConcreteType, PrivateName, PublicName)
#define FORWARD_SYMBOL_METHOD(MethodName)
static StringRef getName(Value *V)
static SymbolRef::Type getType(const Symbol *Sym)
static std::string getSignature(FunctionType *FTy)
PDBSymbol defines the base of the inheritance hierarchy for concrete symbol types (e....
This is an optimization pass for GlobalISel generic memory operations.
void dump(const SparseBitVector< ElementSize > &LHS, raw_ostream &out)