Go to the documentation of this file.
9 #ifndef LLVM_DEBUGINFO_PDB_NATIVE_NATIVEPUBLICSYMBOL_H
10 #define LLVM_DEBUGINFO_PDB_NATIVE_NATIVEPUBLICSYMBOL_H
33 std::string
getName()
const override;
44 #endif // LLVM_DEBUGINFO_PDB_NATIVE_NATIVEPUBLICSYMBOL_H
This is an optimization pass for GlobalISel generic memory operations.
std::string getName() const override
uint64_t getVirtualAddress() const override
This class implements an extremely fast bulk output stream that can only output to a stream.
uint32_t getRelativeVirtualAddress() const override
uint32_t getAddressOffset() const override
NativePublicSymbol(NativeSession &Session, SymIndexId Id, const codeview::PublicSym32 &Sym)
void dump(raw_ostream &OS, int Indent, PdbSymbolIdField ShowIdFields, PdbSymbolIdField RecurseIdFields) const override
uint32_t getAddressSection() const override
~NativePublicSymbol() override
const codeview::PublicSym32 Sym