Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lld/Common/
H A DErrorHandler.cpp94 if (e.outputBuffer) in exitLld()
95 e.outputBuffer->discard(); in exitLld()
/src/contrib/llvm-project/lld/include/lld/Common/
H A DErrorHandler.h121 std::unique_ptr<llvm::FileOutputBuffer> outputBuffer; variable
/src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_posix_libcdep.cpp67 size_t mangledNameLength, char *outputBuffer,
/src/contrib/llvm-project/lld/MachO/
H A DWriter.cpp48 Writer() : buffer(errorHandler().outputBuffer) {} in Writer()
/src/contrib/llvm-project/lld/ELF/
H A DWriter.cpp52 Writer() : buffer(errorHandler().outputBuffer) {} in Writer()
/src/contrib/llvm-project/lld/COFF/
H A DWriter.cpp208 : buffer(errorHandler().outputBuffer), delayIdata(c), edata(c), ctx(c) {} in Writer()