Home
last modified time | relevance | path

Searched defs:OutputBuffer (Results 1 – 19 of 19) sorted by relevance

/llvm-project/libcxxabi/src/demangle/
H A DUtility.h73 OutputBuffer(char *StartBuf, size_t Size) in OutputBuffer() function
75 OutputBuffer(char *StartBuf, size_t *SizePtr) in OutputBuffer() function
H A DItaniumDemangle.h259 hasRHSComponentSlow(OutputBuffer &) hasRHSComponentSlow() argument
260 hasArraySlow(OutputBuffer &) hasArraySlow() argument
261 hasFunctionSlow(OutputBuffer &) hasFunctionSlow() argument
265 getSyntaxNode(OutputBuffer &) getSyntaxNode() argument
293 printRight(OutputBuffer &) printRight() argument
784 hasRHSComponentSlow(OutputBuffer &) hasRHSComponentSlow() argument
785 hasArraySlow(OutputBuffer &) hasArraySlow() argument
820 hasRHSComponentSlow(OutputBuffer &) hasRHSComponentSlow() argument
821 hasFunctionSlow(OutputBuffer &) hasFunctionSlow() argument
945 hasRHSComponentSlow(OutputBuffer &) hasRHSComponentSlow() argument
946 hasFunctionSlow(OutputBuffer &) hasFunctionSlow() argument
[all...]
/llvm-project/llvm/include/llvm/Demangle/
H A DUtility.h73 OutputBuffer(char *StartBuf, size_t Size) in OutputBuffer() function
75 OutputBuffer(char *StartBuf, size_t *SizePtr) in OutputBuffer() function
H A DItaniumDemangle.h264 virtual bool hasFunctionSlow(OutputBuffer &) const { return false; } in getSyntaxNode() argument
258 hasRHSComponentSlow(OutputBuffer &) hasRHSComponentSlow() argument
259 hasArraySlow(OutputBuffer &) hasArraySlow() argument
260 hasFunctionSlow(OutputBuffer &) hasFunctionSlow() argument
292 printRight(OutputBuffer &) printRight() argument
783 hasRHSComponentSlow(OutputBuffer &) hasRHSComponentSlow() argument
784 hasArraySlow(OutputBuffer &) hasArraySlow() argument
819 hasRHSComponentSlow(OutputBuffer &) hasRHSComponentSlow() argument
820 hasFunctionSlow(OutputBuffer &) hasFunctionSlow() argument
944 hasRHSComponentSlow(OutputBuffer &) hasRHSComponentSlow() argument
945 hasFunctionSlow(OutputBuffer &) hasFunctionSlow() argument
[all...]
H A DMicrosoftDemangleNodes.h23 class OutputBuffer; variable
[all...]
/llvm-project/llvm/include/llvm/Analysis/
H A DInteractiveModelRunner.h67 std::vector<char> OutputBuffer; global() variable
/llvm-project/compiler-rt/lib/gwp_asan/tests/
H A Dharness.cpp31 void CheckOnlyOneGwpAsanCrash(const std::string &OutputBuffer) { in CheckOnlyOneGwpAsanCrash()
/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp417 OS << OutputBuffer.getBuffer(); in write() argument
331 SmallVector<char, 128> OutputBuffer; codegenModule() local
493 SmallVector<char, 128> OutputBuffer; ProcessThinLTOModule() local
928 writeGeneratedObject(int count,StringRef CacheEntryPath,const MemoryBuffer & OutputBuffer) writeGeneratedObject() argument
996 auto OutputBuffer = codegenModule(*TheModule, *TMBuilder.create()); run() local
1185 auto OutputBuffer = ProcessThinLTOModule( run() local
[all...]
/llvm-project/llvm/tools/llvm-mt/
H A Dllvm-mt.cpp134 std::unique_ptr<MemoryBuffer> OutputBuffer = Merger.getMergedManifest(); llvm_mt_main() local
/llvm-project/llvm/tools/llvm-cvtres/
H A Dllvm-cvtres.cpp205 std::unique_ptr<MemoryBuffer> OutputBuffer = main() local
/llvm-project/clang-tools-extra/clangd/
H A DJSONTransport.cpp153 llvm::SmallVector<char, 0> OutputBuffer; member in clang::clangd::__anon23c0b4f50111::JSONTransport
/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp357 char *OutputBuffer = (char *)GVTOP(Args[0]); in lle_X_sprintf() local
/llvm-project/llvm/unittests/MIR/
H A DMachineMetadata.cpp186 auto OutputBuffer = MemoryBuffer::getMemBuffer(Output, "Output", false); checkOutput() local
/llvm-project/llvm/tools/llvm-libtool-darwin/
H A Dllvm-libtool-darwin.cpp609 std::unique_ptr<MemoryBuffer> &OutputBuffer = OutputBufferOrErr.get(); createStaticLibrary() local
/llvm-project/llvm/tools/llvm-rc/
H A Dllvm-rc.cpp723 std::unique_ptr<MemoryBuffer> OutputBuffer = doCvtres() local
/llvm-project/llvm/lib/Object/
H A DWindowsResource.cpp620 std::unique_ptr<WritableMemoryBuffer> OutputBuffer; member in llvm::object::WindowsResourceCOFFWriter
/llvm-project/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp904 SmallString<16> OutputBuffer; writeIndex() local
/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp1429 SmallVectorImpl<char> &OutputBuffer) { in CanonicalizeFile() argument
/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp1144 cloneExpression(DataExtractor & Data,DWARFExpression Expression,const DWARFFile & File,CompileUnit & Unit,SmallVectorImpl<uint8_t> & OutputBuffer,int64_t AddrRelocAdjustment,bool IsLittleEndian) cloneExpression() argument