Home
last modified time | relevance | path

Searched refs:outputBuffer (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lld/Common/
H A DErrorHandler.cpp87 if (e.outputBuffer) in exitLld()
88 e.outputBuffer->discard(); in exitLld()
/freebsd/contrib/llvm-project/lld/include/lld/Common/
H A DErrorHandler.h121 std::unique_ptr<llvm::FileOutputBuffer> outputBuffer; variable
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_posix_libcdep.cpp67 size_t mangledNameLength, char *outputBuffer,
/freebsd/contrib/llvm-project/lld/MachO/
H A DWriter.cpp47 Writer() : buffer(errorHandler().outputBuffer) {} in Writer()
/freebsd/contrib/llvm-project/lld/ELF/
H A DWriter.cpp53 Writer(Ctx &ctx) : ctx(ctx), buffer(ctx.e.outputBuffer), tc(ctx) {} in Writer()
/freebsd/contrib/llvm-project/lld/COFF/
H A DWriter.cpp205 : buffer(c.e.outputBuffer), strtab(StringTableBuilder::WinCOFF), in Writer()