HomeSort by: relevance | last modified time | path
    Searched refs:StrPool (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfFile.cpp 23 : Asm(AP), Abbrevs(AbbrevAllocator), StrPool(DA, *Asm, Pref) {}
103 StrPool.emit(*Asm, StrSection, OffsetSection, UseRelativeOffsets);
DwarfFile.h 61 DwarfStringPool StrPool;
144 DwarfStringPool &getStringPool() { return StrPool; }
  /src/external/apache2/llvm/dist/llvm/lib/Support/
Signals.cpp 102 StringSaver &StrPool);
147 StringSaver StrPool(Allocator);
151 MainExecutableName.c_str(), StrPool))
  /src/external/apache2/llvm/dist/llvm/lib/Support/Windows/
Signals.inc 258 StringSaver *StrPool;
273 Data->Modules[I] = Data->StrPool->save(ModuleName).data();
283 StringSaver &StrPool) {
291 Data.StrPool = &StrPool;

Completed in 16 milliseconds