Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangExpressionParser.cpp1354 LLVMUserExpression::IRPasses custom_passes; in PrepareForExecution() local
1363 runtime->GetIRPasses(custom_passes); in PrepareForExecution()
1367 if (custom_passes.EarlyPasses) { in PrepareForExecution()
1373 custom_passes.EarlyPasses->run(*llvm_module_up); in PrepareForExecution()
1466 if (custom_passes.LatePasses) { in PrepareForExecution()
1472 custom_passes.LatePasses->run(*module); in PrepareForExecution()
/external/llvm-project/lldb/include/lldb/Target/
DLanguageRuntime.h162 virtual bool GetIRPasses(LLVMUserExpression::IRPasses &custom_passes) { in GetIRPasses() argument