Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptx86ABIFixups.h17 bool fixupX86FunctionCalls(llvm::Module &module);
H A DRenderScriptExpressionOpts.cpp101 changed_module |= fixupX86FunctionCalls(module); in runOnModule()
H A DRenderScriptx86ABIFixups.cpp268 bool fixupX86FunctionCalls(llvm::Module &module) { in fixupX86FunctionCalls() function