Searched refs:PatchFileName (Results 1 – 2 of 2) sorted by relevance
439 PP.PatchFileName = PatchName.str().str(); in create()511 llvm::MemoryBuffer::getMemBufferCopy(PatchContents, PatchFileName); in apply()513 PPOpts.addRemappedFile(PatchFileName, PatchBuffer.release()); in apply()516 PPOpts.Includes.push_back(PatchFileName); in apply()
132 std::string PatchFileName; variable