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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfStringPool.cpp1 //===- llvm/CodeGen/DwarfStringPool.cpp - Dwarf Debug Framework -----------===//
9 #include "DwarfStringPool.h"
21 DwarfStringPool::DwarfStringPool(BumpPtrAllocator &A, AsmPrinter &Asm, function in class:DwarfStringPool
26 StringMapEntry<DwarfStringPool::EntryTy> &
27 DwarfStringPool::getEntryImpl(AsmPrinter &Asm, StringRef Str) {
41 DwarfStringPool::EntryRef DwarfStringPool::getEntry(AsmPrinter &Asm,
47 DwarfStringPool::EntryRef DwarfStringPool
[all...]
H A DDwarfStringPool.h1 //===- llvm/CodeGen/DwarfStringPool.h - Dwarf Debug Framework ---*- C++ -*-===//
26 class DwarfStringPool { class in namespace:llvm
40 DwarfStringPool(BumpPtrAllocator &A, AsmPrinter &Asm, StringRef Prefix);
H A DDwarfFile.h12 #include "DwarfStringPool.h"
60 DwarfStringPool StrPool;
143 DwarfStringPool &getStringPool() { return StrPool; }
/freebsd-11-stable/lib/clang/libllvm/
H A DMakefile174 SRCS_MIN+= CodeGen/AsmPrinter/DwarfStringPool.cpp

Completed in 115 milliseconds