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

Go to the documentation of this file.

1

2

3

4

5

6

7

8

9#ifndef LLVM_DEBUGINFO_PDB_PDBSYMBOLDATA_H

10#define LLVM_DEBUGINFO_PDB_PDBSYMBOLDATA_H

11

16

17namespace llvm {

18

19namespace pdb {

20

22

25public:

27

53

54 std::unique_ptr getLineNumbers() const;

56};

57}

58}

59

60#endif

#define DECLARE_PDB_SYMBOL_CONCRETE_TYPE(TagValue)

#define FORWARD_SYMBOL_ID_METHOD(MethodName)

#define FORWARD_SYMBOL_METHOD(MethodName)

static SymbolRef::Type getType(const Symbol *Sym)

Definition PDBSymbolData.h:23

std::unique_ptr< IPDBEnumLineNumbers > getLineNumbers() const

void dump(PDBSymDumper &Dumper) const override

Dumps the contents of a symbol a raw_ostream.

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 ...

static Error getOffset(const SymbolRef &Sym, SectionRef Sec, uint64_t &Result)