Home
last modified time | relevance | path

Searched refs:allocateString (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMinidumpEmitter.cpp72 size_t allocateString(StringRef Str);
93 size_t BlobAllocator::allocateString(StringRef Str) { in allocateString() function in BlobAllocator
168 M.Entry.ModuleNameRVA = File.allocateString(M.Name); in layout()
237 SystemInfo.Info.CSDVersionRVA = File.allocateString(SystemInfo.CSDVersion); in layout()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp369 Sym->setImportModule(OutContext.allocateString(Name)); in emitDecls()
379 Sym->setImportName(OutContext.allocateString(Name)); in emitDecls()
386 Sym->setExportName(OutContext.allocateString(Name)); in emitDecls()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp1045 WasmSym->setExportName(Ctx.allocateString(ExportName)); in parseDirective()
1060 WasmSym->setImportModule(Ctx.allocateString(ImportModule)); in parseDirective()
1075 WasmSym->setImportName(Ctx.allocateString(ImportName)); in parseDirective()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCCodeView.cpp447 FixedSizePortion = MCCtx->allocateString(FixedSizePortion); in emitDefRange()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h844 StringRef allocateString(StringRef s) { in allocateString() function