Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfStringPool.cpp22 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()
DDwarfStringPool.h27 class DwarfStringPool {
38 DwarfStringPool(BumpPtrAllocator &A, AsmPrinter &Asm, StringRef Prefix);
DDwarfFile.h45 DwarfStringPool StrPool;
112 DwarfStringPool &getStringPool() { return StrPool; } in getStringPool()
DCMakeLists.txt18 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/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DDwarfGenerator.h32 class DwarfStringPool; variable
251 std::unique_ptr<DwarfStringPool> StringPool; // Entries owned by Allocator.
308 DwarfStringPool &getStringPool() { return *StringPool; } in getStringPool()
DDwarfGenerator.cpp468 StringPool = llvm::make_unique<DwarfStringPool>(Allocator, *Asm, StringRef()); in init()
/external/swiftshader/third_party/llvm-7.0/
DAndroid.mk131 llvm/lib/CodeGen/AsmPrinter/DwarfStringPool.cpp \
DBUILD.gn702 "llvm/lib/CodeGen/AsmPrinter/DwarfStringPool.cpp",
/external/swiftshader/
DCMakeLists.txt797 ${LLVM_DIR}/lib/CodeGen/AsmPrinter/DwarfStringPool.cpp