10 #ifndef LLVM_DEBUGINFO_PDB_PDBSYMBOLFUNC_H 11 #define LLVM_DEBUGINFO_PDB_PDBSYMBOLFUNC_H 31 std::unique_ptr<IPDBEnumChildren<PDBSymbolData>>
getArguments()
const;
79 std::unique_ptr<IPDBEnumLineNumbers> getLineNumbers()
const;
86 #endif // LLVM_DEBUGINFO_PDB_PDBSYMBOLFUNC_H #define DECLARE_PDB_SYMBOL_CONCRETE_TYPE(TagValue)
This class represents lattice values for constants.
std::unique_ptr< IPDBEnumChildren< PDBSymbolData > > getArguments() const
static StringRef getName(Value *V)
#define FORWARD_SYMBOL_METHOD(MethodName)
std::pair< StringRef, StringRef > getToken(StringRef Source, StringRef Delimiters=" \\\)
getToken - This function extracts one token from source, ignoring any leading characters that appear ...
bool isDestructor() const
#define FORWARD_CONCRETE_SYMBOL_ID_METHOD_WITH_NAME(ConcreteType, PrivateName, PublicName)
static wasm::ValType getType(const TargetRegisterClass *RC)
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
static std::string getSignature(FunctionType *FTy)
void dump(PDBSymDumper &Dumper) const override
Dumps the contents of a symbol a raw_ostream.