Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
DRenderScriptx86ABIFixups.cpp228 std::set<llvm::Function *> rs_functions; in fixupRSAllocationStructByValCalls() local
234 rs_functions.insert(call_inst->getCalledFunction()); in fixupRSAllocationStructByValCalls()
252 for (auto func : rs_functions) { in fixupRSAllocationStructByValCalls()