Searched refs:DwarfStringPool (Results 1 – 8 of 8) sorted by relevance
/llvm-project/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 | 12 #include "DwarfStringPool.h" 66 DwarfStringPool StrPool; 149 DwarfStringPool &getStringPool() { return StrPool; }
|
H A D | CMakeLists.txt | 19 DwarfStringPool.cpp
|
/llvm-project/llvm/unittests/DebugInfo/DWARF/ |
H A D | DwarfGenerator.h | 31 class DwarfStringPool; variable 259 std::unique_ptr<DwarfStringPool> StringPool; // Entries owned by Allocator. 326 DwarfStringPool &getStringPool() { return *StringPool; } in getStringPool()
|
H A D | DwarfGenerator.cpp | 10 #include "../lib/CodeGen/AsmPrinter/DwarfStringPool.h" 523 StringPool = std::make_unique<DwarfStringPool>(Allocator, *Asm, StringRef()); in init()
|
/llvm-project/llvm/utils/gn/secondary/llvm/lib/CodeGen/AsmPrinter/ |
H A D | BUILD.gn | 37 "DwarfStringPool.cpp",
|
/llvm-project/utils/bazel/llvm-project-overlay/llvm/unittests/ |
H A D | BUILD.bazel | 228 features = ["-layering_check"], # #include "../lib/CodeGen/AsmPrinter/DwarfStringPool.h"
|