Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfStringPool.cpp21 DwarfStringPool::DwarfStringPool(BumpPtrAllocator &A, AsmPrinter &Asm, in DwarfStringPool() function in DwarfStringPool
26 StringMapEntry<DwarfStringPool::EntryTy> &
27 DwarfStringPool::getEntryImpl(AsmPrinter &Asm, StringRef Str) { in getEntryImpl()
41 DwarfStringPool::EntryRef DwarfStringPool::getEntry(AsmPrinter &Asm, in getEntry()
47 DwarfStringPool::EntryRef DwarfStringPool::getIndexedEntry(AsmPrinter &Asm, in getIndexedEntry()
55 void DwarfStringPool::emitStringOffsetsTableHeader(AsmPrinter &Asm, in emitStringOffsetsTableHeader()
77 void DwarfStringPool::emit(AsmPrinter &Asm, MCSection *StrSection, in emit()
DDwarfStringPool.h26 class DwarfStringPool {
40 DwarfStringPool(BumpPtrAllocator &A, AsmPrinter &Asm, StringRef Prefix);
DDwarfFile.h60 DwarfStringPool StrPool;
143 DwarfStringPool &getStringPool() { return StrPool; } in getStringPool()
DCMakeLists.txt18 DwarfStringPool.cpp
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
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()
DDwarfStringPool.h26 class DwarfStringPool {
40 DwarfStringPool(BumpPtrAllocator &A, AsmPrinter &Asm, StringRef Prefix);
DDwarfFile.h61 DwarfStringPool StrPool;
144 DwarfStringPool &getStringPool() { return StrPool; } in getStringPool()
DCMakeLists.txt19 DwarfStringPool.cpp
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfStringPool.cpp17 DwarfStringPool::DwarfStringPool(BumpPtrAllocator &A, AsmPrinter &Asm, in DwarfStringPool() function in DwarfStringPool
22 DwarfStringPool::EntryRef DwarfStringPool::getEntry(AsmPrinter &Asm, in getEntry()
37 void DwarfStringPool::emit(AsmPrinter &Asm, MCSection *StrSection, in emit()
DDwarfStringPool.h28 class DwarfStringPool {
38 DwarfStringPool(BumpPtrAllocator &A, AsmPrinter &Asm, StringRef Prefix);
DDwarfFile.h52 DwarfStringPool StrPool;
107 DwarfStringPool &getStringPool() { return StrPool; } in getStringPool()
DCMakeLists.txt18 DwarfStringPool.cpp
/external/llvm-project/llvm/unittests/DebugInfo/DWARF/
DDwarfGenerator.h31 class DwarfStringPool; variable
256 std::unique_ptr<DwarfStringPool> StringPool; // Entries owned by Allocator.
313 DwarfStringPool &getStringPool() { return *StringPool; } in getStringPool()
DDwarfGenerator.cpp499 StringPool = std::make_unique<DwarfStringPool>(Allocator, *Asm, StringRef()); in init()
/external/llvm-project/llvm/utils/gn/secondary/llvm/lib/CodeGen/AsmPrinter/
DBUILD.gn36 "DwarfStringPool.cpp",
/external/swiftshader/third_party/llvm-10.0/
DAndroid.bp127 "llvm/lib/CodeGen/AsmPrinter/DwarfStringPool.cpp",
DBUILD.gn283 "llvm/lib/CodeGen/AsmPrinter/DwarfStringPool.cpp",
DCMakeLists.txt127 ${LLVM_DIR}/lib/CodeGen/AsmPrinter/DwarfStringPool.cpp