LLVM: include/llvm/DebugInfo/PDB/PDBSymbolFunc.h Source File (original) (raw)

1

2

3

4

5

6

7

8

9#ifndef LLVM_DEBUGINFO_PDB_PDBSYMBOLFUNC_H

10#define LLVM_DEBUGINFO_PDB_PDBSYMBOLFUNC_H

11

15

18

19namespace llvm {

20

21namespace pdb {

22

26

29public:

31

33

34 std::unique_ptr<IPDBEnumChildren> getArguments() const;

35

81

82 std::unique_ptr getLineNumbers() const;

84};

85

86}

87}

88

89#endif

#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 SymbolRef::Type getType(const Symbol *Sym)

static std::string getSignature(FunctionType *FTy)

Definition PDBSymbolFunc.h:27

void dump(PDBSymDumper &Dumper) const override

Dumps the contents of a symbol a raw_ostream.

bool isDestructor() const

std::unique_ptr< IPDBEnumChildren< PDBSymbolData > > getArguments() const

FORWARD_CONCRETE_SYMBOL_ID_METHOD_WITH_NAME(PDBSymbolTypeFunctionSig, getType, getSignature) std uint32_t getCompilandId() const

std::string getName() const

PDBSymbol(const IPDBSession &PDBSession)

This is an optimization pass for GlobalISel generic memory operations.

LLVM_ABI std::pair< StringRef, StringRef > getToken(StringRef Source, StringRef Delimiters=" \t\n\v\f\r")

getToken - This function extracts one token from source, ignoring any leading characters that appear ...