Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Profile/
H A DDataAggregator.cpp295 FileBuf = std::move(*MB); in processFileBuildID()
296 ParsingBuf = FileBuf->getBuffer(); in processFileBuildID()
355 FileBuf = std::move(*MB); in parsePreAggregated()
356 ParsingBuf = FileBuf->getBuffer(); in parsePreAggregated()
509 FileBuf = std::move(*MB); in preprocessProfile()
510 ParsingBuf = FileBuf->getBuffer(); in preprocessProfile()
593 FileBuf = std::move(*MB); in preprocessProfile()
594 ParsingBuf = FileBuf->getBuffer(); in preprocessProfile()
H A DDataReader.cpp346 FileBuf = std::move(MB.get()); in parseInput()
347 ParsingBuf = FileBuf->getBuffer(); in parseInput()
/llvm-project-15.0.7/llvm/lib/InterfaceStub/
H A DELFObjHandler.cpp684 std::unique_ptr<FileOutputBuffer> FileBuf = std::move(*BufOrError); in writeELFBinaryToFile() local
685 memcpy(FileBuf->getBufferStart(), Buf.data(), Buf.size()); in writeELFBinaryToFile()
687 return FileBuf->commit(); in writeELFBinaryToFile()
/llvm-project-15.0.7/bolt/include/bolt/Profile/
H A DDataReader.h487 std::unique_ptr<MemoryBuffer> FileBuf; variable
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDebugInfo.cpp426 SmallString<128> FileBuf; in createFile() local
443 llvm::sys::path::append(FileBuf, *FileIt); in createFile()
445 File = FileBuf; in createFile()