Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp858 void Module::FindFunctions(llvm::ArrayRef<CompilerContext> compiler_ctx, in FindFunctions() argument
862 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()