mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-21 23:17:16 +00:00
llvm-pdbdump: Add flags controlling the type of values to dump.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229330 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -25,4 +25,4 @@ void PDBSymbolCustom::getDataBytes(llvm::SmallVector<uint8_t, 32> &bytes) {
|
||||
}
|
||||
|
||||
void PDBSymbolCustom::dump(raw_ostream &OS, int Indent,
|
||||
PDB_DumpLevel Level) const {}
|
||||
PDB_DumpLevel Level, PDB_DumpFlags Flags) const {}
|
||||
Reference in New Issue
Block a user