/llvm-project/libcxxabi/src/demangle/ |
H A D | Utility.h | 73 OutputBuffer(char *StartBuf, size_t Size) in OutputBuffer() function 75 OutputBuffer(char *StartBuf, size_t *SizePtr) in OutputBuffer() function
|
H A D | ItaniumDemangle.h | 259 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 D | Utility.h | 73 OutputBuffer(char *StartBuf, size_t Size) in OutputBuffer() function 75 OutputBuffer(char *StartBuf, size_t *SizePtr) in OutputBuffer() function
|
H A D | ItaniumDemangle.h | 264 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 D | MicrosoftDemangleNodes.h | 23 class OutputBuffer; variable [all...] |
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | InteractiveModelRunner.h | 67 std::vector<char> OutputBuffer; global() variable
|
/llvm-project/compiler-rt/lib/gwp_asan/tests/ |
H A D | harness.cpp | 31 void CheckOnlyOneGwpAsanCrash(const std::string &OutputBuffer) { in CheckOnlyOneGwpAsanCrash()
|
/llvm-project/llvm/lib/LTO/ |
H A D | ThinLTOCodeGenerator.cpp | 417 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 D | llvm-mt.cpp | 134 std::unique_ptr<MemoryBuffer> OutputBuffer = Merger.getMergedManifest(); llvm_mt_main() local
|
/llvm-project/llvm/tools/llvm-cvtres/ |
H A D | llvm-cvtres.cpp | 205 std::unique_ptr<MemoryBuffer> OutputBuffer = main() local
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | JSONTransport.cpp | 153 llvm::SmallVector<char, 0> OutputBuffer; member in clang::clangd::__anon23c0b4f50111::JSONTransport
|
/llvm-project/llvm/lib/ExecutionEngine/Interpreter/ |
H A D | ExternalFunctions.cpp | 357 char *OutputBuffer = (char *)GVTOP(Args[0]); in lle_X_sprintf() local
|
/llvm-project/llvm/unittests/MIR/ |
H A D | MachineMetadata.cpp | 186 auto OutputBuffer = MemoryBuffer::getMemBuffer(Output, "Output", false); checkOutput() local
|
/llvm-project/llvm/tools/llvm-libtool-darwin/ |
H A D | llvm-libtool-darwin.cpp | 609 std::unique_ptr<MemoryBuffer> &OutputBuffer = OutputBufferOrErr.get(); createStaticLibrary() local
|
/llvm-project/llvm/tools/llvm-rc/ |
H A D | llvm-rc.cpp | 723 std::unique_ptr<MemoryBuffer> OutputBuffer = doCvtres() local
|
/llvm-project/llvm/lib/Object/ |
H A D | WindowsResource.cpp | 620 std::unique_ptr<WritableMemoryBuffer> OutputBuffer; member in llvm::object::WindowsResourceCOFFWriter
|
/llvm-project/clang/lib/Serialization/ |
H A D | GlobalModuleIndex.cpp | 904 SmallString<16> OutputBuffer; writeIndex() local
|
/llvm-project/llvm/lib/FileCheck/ |
H A D | FileCheck.cpp | 1429 SmallVectorImpl<char> &OutputBuffer) { in CanonicalizeFile() argument
|
/llvm-project/llvm/lib/DWARFLinker/Classic/ |
H A D | DWARFLinker.cpp | 1144 cloneExpression(DataExtractor & Data,DWARFExpression Expression,const DWARFFile & File,CompileUnit & Unit,SmallVectorImpl<uint8_t> & OutputBuffer,int64_t AddrRelocAdjustment,bool IsLittleEndian) cloneExpression() argument
|