HomeSort by relevance Sort by last modified time
    Searched refs:DwarfStringPool (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfFile.h 19 #include "DwarfStringPool.h"
47 DwarfStringPool StrPool;
81 DwarfStringPool &getStringPool() { return StrPool; }
DwarfStringPool.h 1 //===-- llvm/CodeGen/DwarfStringPool.h - Dwarf Debug Framework -*- C++ -*--===//
28 class DwarfStringPool {
34 DwarfStringPool(BumpPtrAllocator &A, AsmPrinter &Asm, StringRef Prefix)
DwarfStringPool.cpp 1 //===-- llvm/CodeGen/DwarfStringPool.cpp - Dwarf Debug Framework ----------===//
10 #include "DwarfStringPool.h"
15 MCSymbol *DwarfStringPool::getSectionSymbol() { return SectionSymbol; }
30 MCSymbol *DwarfStringPool::getSymbol(AsmPrinter &Asm, StringRef Str) {
34 unsigned DwarfStringPool::getIndex(AsmPrinter &Asm, StringRef Str) {
38 void DwarfStringPool::emit(AsmPrinter &Asm, const MCSection *StrSection,
Android.mk 16 DwarfStringPool.cpp \

Completed in 242 milliseconds