/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfStringPool.cpp | 21 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()
|
D | DwarfStringPool.h | 26 class DwarfStringPool { 40 DwarfStringPool(BumpPtrAllocator &A, AsmPrinter &Asm, StringRef Prefix);
|
D | DwarfFile.h | 60 DwarfStringPool StrPool; 143 DwarfStringPool &getStringPool() { return StrPool; } in getStringPool()
|
D | CMakeLists.txt | 18 DwarfStringPool.cpp
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfStringPool.cpp | 20 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()
|
D | DwarfStringPool.h | 26 class DwarfStringPool { 40 DwarfStringPool(BumpPtrAllocator &A, AsmPrinter &Asm, StringRef Prefix);
|
D | DwarfFile.h | 61 DwarfStringPool StrPool; 144 DwarfStringPool &getStringPool() { return StrPool; } in getStringPool()
|
D | CMakeLists.txt | 19 DwarfStringPool.cpp
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfStringPool.cpp | 17 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()
|
D | DwarfStringPool.h | 28 class DwarfStringPool { 38 DwarfStringPool(BumpPtrAllocator &A, AsmPrinter &Asm, StringRef Prefix);
|
D | DwarfFile.h | 52 DwarfStringPool StrPool; 107 DwarfStringPool &getStringPool() { return StrPool; } in getStringPool()
|
D | CMakeLists.txt | 18 DwarfStringPool.cpp
|
/external/llvm-project/llvm/unittests/DebugInfo/DWARF/ |
D | DwarfGenerator.h | 31 class DwarfStringPool; variable 256 std::unique_ptr<DwarfStringPool> StringPool; // Entries owned by Allocator. 313 DwarfStringPool &getStringPool() { return *StringPool; } in getStringPool()
|
D | DwarfGenerator.cpp | 499 StringPool = std::make_unique<DwarfStringPool>(Allocator, *Asm, StringRef()); in init()
|
/external/llvm-project/llvm/utils/gn/secondary/llvm/lib/CodeGen/AsmPrinter/ |
D | BUILD.gn | 36 "DwarfStringPool.cpp",
|
/external/swiftshader/third_party/llvm-10.0/ |
D | Android.bp | 127 "llvm/lib/CodeGen/AsmPrinter/DwarfStringPool.cpp",
|
D | BUILD.gn | 283 "llvm/lib/CodeGen/AsmPrinter/DwarfStringPool.cpp",
|
D | CMakeLists.txt | 127 ${LLVM_DIR}/lib/CodeGen/AsmPrinter/DwarfStringPool.cpp
|