Searched refs:DwarfStringPool (Results 1 – 13 of 13) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfStringPool.cpp | 22 DwarfStringPool::DwarfStringPool(BumpPtrAllocator &A, AsmPrinter &Asm, in DwarfStringPool() function in DwarfStringPool 27 DwarfStringPool::EntryRef DwarfStringPool::getEntry(AsmPrinter &Asm, in getEntry() 42 void DwarfStringPool::emitStringOffsetsTableHeader(AsmPrinter &Asm, in emitStringOffsetsTableHeader() 64 void DwarfStringPool::emit(AsmPrinter &Asm, MCSection *StrSection, in emit()
|
D | DwarfStringPool.h | 27 class DwarfStringPool { 38 DwarfStringPool(BumpPtrAllocator &A, AsmPrinter &Asm, StringRef Prefix);
|
D | DwarfFile.h | 45 DwarfStringPool StrPool; 112 DwarfStringPool &getStringPool() { return StrPool; } in getStringPool()
|
D | CMakeLists.txt | 18 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/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/ |
D | DwarfGenerator.h | 32 class DwarfStringPool; variable 251 std::unique_ptr<DwarfStringPool> StringPool; // Entries owned by Allocator. 308 DwarfStringPool &getStringPool() { return *StringPool; } in getStringPool()
|
D | DwarfGenerator.cpp | 468 StringPool = llvm::make_unique<DwarfStringPool>(Allocator, *Asm, StringRef()); in init()
|
/external/swiftshader/third_party/llvm-7.0/ |
D | Android.mk | 131 llvm/lib/CodeGen/AsmPrinter/DwarfStringPool.cpp \
|
D | BUILD.gn | 702 "llvm/lib/CodeGen/AsmPrinter/DwarfStringPool.cpp",
|
/external/swiftshader/ |
D | CMakeLists.txt | 797 ${LLVM_DIR}/lib/CodeGen/AsmPrinter/DwarfStringPool.cpp
|