Home
last modified time | relevance | path

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

/src/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()
/src/contrib/llvm-project/lldb/include/lldb/Core/
H A DModule.h341 void FindFunctions(llvm::ArrayRef<CompilerContext> compiler_ctx,