Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptx86ABIFixups.cpp221 std::set<llvm::Function *> rs_functions; in fixupRSAllocationStructByValCalls() local
227 rs_functions.insert(call_inst->getCalledFunction()); in fixupRSAllocationStructByValCalls()
244 for (auto func : rs_functions) { in fixupRSAllocationStructByValCalls()