mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +00:00
clang-format for my previous commit (I keep forgetting... )
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207025 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
16fc3db324
commit
2bff66859e
@ -26,6 +26,7 @@ class AddressPool {
|
||||
AddressPoolEntry(unsigned Number, bool TLS) : Number(Number), TLS(TLS) {}
|
||||
};
|
||||
DenseMap<const MCSymbol *, AddressPoolEntry> Pool;
|
||||
|
||||
public:
|
||||
/// \brief Returns the index into the address pool with the given
|
||||
/// label/symbol.
|
||||
|
@ -53,6 +53,7 @@ class DwarfFile {
|
||||
std::string StringPref;
|
||||
|
||||
AddressPool AddrPool;
|
||||
|
||||
public:
|
||||
DwarfFile(AsmPrinter *AP, const char *Pref, BumpPtrAllocator &DA);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user