Searched refs:compiler_ctx (Results 1 – 1 of 1) sorted by relevance
858 void Module::FindFunctions(llvm::ArrayRef<CompilerContext> compiler_ctx, in FindFunctions() argument862 if (compiler_ctx.empty() || in FindFunctions()863 compiler_ctx.back().kind != CompilerContextKind::Function) in FindFunctions()865 ConstString name = compiler_ctx.back().name; in FindFunctions()871 if (sc.function && compiler_ctx.equals(sc.function->GetCompilerContext())) in FindFunctions()