Searched refs:DwarfStringPool (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfStringPool.cpp | 22 DwarfStringPool::DwarfStringPool(BumpPtrAllocator &A, AsmPrinter &Asm, in DwarfStringPool() function in DwarfStringPool 27 StringMapEntry<DwarfStringPool::EntryTy> & 28 DwarfStringPool::getEntryImpl(AsmPrinter &Asm, StringRef Str) { in getEntryImpl() 42 DwarfStringPool::EntryRef DwarfStringPool::getEntry(AsmPrinter &Asm, in getEntry() 48 DwarfStringPool::EntryRef DwarfStringPool::getIndexedEntry(AsmPrinter &Asm, in getIndexedEntry() 56 void DwarfStringPool::emitStringOffsetsTableHeader(AsmPrinter &Asm, in emitStringOffsetsTableHeader() 78 void DwarfStringPool::emit(AsmPrinter &Asm, MCSection *StrSection, in emit()
|
| H A D | DwarfStringPool.h | 27 class DwarfStringPool { 41 DwarfStringPool(BumpPtrAllocator &A, AsmPrinter &Asm, StringRef Prefix);
|
| H A D | DwarfFile.h | 77 DwarfStringPool StrPool; 164 DwarfStringPool &getStringPool() { return StrPool; } in getStringPool()
|
| /freebsd-12.1/lib/clang/libllvm/ |
| H A D | Makefile | 159 SRCS_MIN+= CodeGen/AsmPrinter/DwarfStringPool.cpp
|