Home
last modified time | relevance | path

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

/freebsd/contrib/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.h62 DwarfStringPool StrPool;
145 DwarfStringPool &getStringPool() { return StrPool; } in getStringPool()
/freebsd/lib/clang/libllvm/
H A DMakefile210 SRCS_MIN+= CodeGen/AsmPrinter/DwarfStringPool.cpp