Home
last modified time | relevance | path

Searched refs:DwarfStringPool (Results 1 – 8 of 8) sorted by relevance

/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfStringPool.cpp20 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 DDwarfStringPool.h26 class DwarfStringPool {
40 DwarfStringPool(BumpPtrAllocator &A, AsmPrinter &Asm, StringRef Prefix);
H A DDwarfFile.h12 #include "DwarfStringPool.h"
66 DwarfStringPool StrPool;
149 DwarfStringPool &getStringPool() { return StrPool; }
H A DCMakeLists.txt19 DwarfStringPool.cpp
/llvm-project/llvm/unittests/DebugInfo/DWARF/
H A DDwarfGenerator.h31 class DwarfStringPool; variable
259 std::unique_ptr<DwarfStringPool> StringPool; // Entries owned by Allocator.
326 DwarfStringPool &getStringPool() { return *StringPool; } in getStringPool()
H A DDwarfGenerator.cpp10 #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 DBUILD.gn37 "DwarfStringPool.cpp",
/llvm-project/utils/bazel/llvm-project-overlay/llvm/unittests/
H A DBUILD.bazel228 features = ["-layering_check"], # #include "../lib/CodeGen/AsmPrinter/DwarfStringPool.h"