Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.h61 DwarfStringPool StrPool;
144 DwarfStringPool &getStringPool() { return StrPool; } in getStringPool()
H A DCMakeLists.txt19 DwarfStringPool.cpp
/netbsd-src/external/apache2/llvm/lib/libLLVMAsmPrinter/
H A DMakefile27 DwarfStringPool.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/CodeGen/AsmPrinter/
H A DBUILD.gn36 "DwarfStringPool.cpp",