Searched refs:code_to_patch (Results 1 – 1 of 1) sorted by relevance
193 const CallPatches& code_to_patch = compiler_driver_->GetCodeToPatch(); in PatchElf() local194 for (size_t i = 0; i < code_to_patch.size(); i++) { in PatchElf()195 const CompilerDriver::CallPatchInformation* patch = code_to_patch[i]; in PatchElf()