Searched refs:DwarfStringPool (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/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
|
| /llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/ |
| H A D | DwarfGenerator.h | 31 class DwarfStringPool; variable 256 std::unique_ptr<DwarfStringPool> StringPool; // Entries owned by Allocator. 313 DwarfStringPool &getStringPool() { return *StringPool; } in getStringPool()
|
| H A D | DwarfGenerator.cpp | 495 StringPool = std::make_unique<DwarfStringPool>(Allocator, *Asm, StringRef()); in init()
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | BUILD.gn | 36 "DwarfStringPool.cpp",
|
| /llvm-project-15.0.7/clang/docs/tools/ |
| H A D | clang-formatted-files.txt | 5847 llvm/lib/CodeGen/AsmPrinter/DwarfStringPool.cpp 5848 llvm/lib/CodeGen/AsmPrinter/DwarfStringPool.h
|