Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp842 void Module::FindFunctions(llvm::ArrayRef<CompilerContext> compiler_ctx, in FindFunctions() argument
846 if (compiler_ctx.empty() || in FindFunctions()
847 compiler_ctx.back().kind != CompilerContextKind::Function) in FindFunctions()
849 ConstString name = compiler_ctx.back().name; in FindFunctions()
855 if (sc.function && compiler_ctx.equals(sc.function->GetCompilerContext())) in FindFunctions()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DModule.h342 void FindFunctions(llvm::ArrayRef<CompilerContext> compiler_ctx,