Searched refs:StrPool (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfFile.cpp24 : Asm(AP), Abbrevs(AbbrevAllocator), StrPool(DA, *Asm, Pref) {}
101 StrPool.emit(*Asm, StrSection, OffsetSection, UseRelativeOffsets);
H A DDwarfFile.h60 DwarfStringPool StrPool; member in class:llvm::DwarfFile
143 DwarfStringPool &getStringPool() { return StrPool; }
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DSignals.cpp94 StringSaver &StrPool);
137 StringSaver StrPool(Allocator);
141 MainExecutableName.c_str(), StrPool))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DSignals.inc258 StringSaver *StrPool;
273 Data->Modules[I] = Data->StrPool->save(ModuleName).data();
283 StringSaver &StrPool) {
291 Data.StrPool = &StrPool;

Completed in 116 milliseconds