Searched refs:DwarfStringPool (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfStringPool.h1 //===-- llvm/CodeGen/DwarfStringPool.h - Dwarf Debug Framework -*- C++ -*--===//
28 class DwarfStringPool { class in namespace:llvm
38 DwarfStringPool(BumpPtrAllocator &A, AsmPrinter &Asm, StringRef Prefix);
H A DDwarfStringPool.cpp1 //===-- llvm/CodeGen/DwarfStringPool.cpp - Dwarf Debug Framework ----------===//
10 #include "DwarfStringPool.h"
17 DwarfStringPool::DwarfStringPool(BumpPtrAllocator &A, AsmPrinter &Asm, function in class:DwarfStringPool
22 DwarfStringPool::EntryRef DwarfStringPool::getEntry(AsmPrinter &Asm,
37 void DwarfStringPool::emit(AsmPrinter &Asm, MCSection *StrSection,
H A DDwarfFile.h14 #include "DwarfStringPool.h"
52 DwarfStringPool StrPool;
107 DwarfStringPool &getStringPool() { return StrPool; }

Completed in 100 milliseconds