Searched refs:DwarfStringPool (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfStringPool.cpp | 20 DwarfStringPool::DwarfStringPool(BumpPtrAllocator &A, AsmPrinter &Asm, in DwarfStringPool() function in DwarfStringPool 25 StringMapEntry<DwarfStringPool::EntryTy> & 26 DwarfStringPool::getEntryImpl(AsmPrinter &Asm, StringRef Str) { in getEntryImpl() 39 DwarfStringPool::EntryRef DwarfStringPool::getEntry(AsmPrinter &Asm, in getEntry() 45 DwarfStringPool::EntryRef DwarfStringPool::getIndexedEntry(AsmPrinter &Asm, in getIndexedEntry() 53 void DwarfStringPool::emitStringOffsetsTableHeader(AsmPrinter &Asm, in emitStringOffsetsTableHeader() 75 void DwarfStringPool::emit(AsmPrinter &Asm, MCSection *StrSection, in emit()
|
H A D | DwarfStringPool.h | 26 class DwarfStringPool { 40 DwarfStringPool(BumpPtrAllocator &A, AsmPrinter &Asm, StringRef Prefix);
|
H A D | DwarfFile.h | 61 DwarfStringPool StrPool; 144 DwarfStringPool &getStringPool() { return StrPool; } in getStringPool()
|
H A D | CMakeLists.txt | 19 DwarfStringPool.cpp
|
/netbsd-src/external/apache2/llvm/lib/libLLVMAsmPrinter/ |
H A D | Makefile | 27 DwarfStringPool.cpp \
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/CodeGen/AsmPrinter/ |
H A D | BUILD.gn | 36 "DwarfStringPool.cpp",
|