Lines Matching refs:Buf
63 std::unique_ptr<MemoryBuffer> Buf(unwrap(MemBuf)); in LLVMCreateObjectFile() local
65 ObjectFile::createObjectFile(Buf->getMemBufferRef())); in LLVMCreateObjectFile()
73 auto *Ret = new OwningBinary<ObjectFile>(std::move(ObjOrErr.get()), std::move(Buf)); in LLVMCreateObjectFile()
106 std::string Buf; in LLVMMoveToContainingSection() local
107 raw_string_ostream OS(Buf); in LLVMMoveToContainingSection()
110 report_fatal_error(Buf); in LLVMMoveToContainingSection()
188 std::string Buf; in LLVMGetSymbolName() local
189 raw_string_ostream OS(Buf); in LLVMGetSymbolName()
192 report_fatal_error(Buf); in LLVMGetSymbolName()
200 std::string Buf; in LLVMGetSymbolAddress() local
201 raw_string_ostream OS(Buf); in LLVMGetSymbolAddress()
204 report_fatal_error(Buf); in LLVMGetSymbolAddress()