Home
last modified time | relevance | path

Searched defs:FindFunction (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dexecutionengine.go155 func (ee ExecutionEngine) FindFunction(name string) (f Value) { func
/llvm-project-15.0.7/lldb/source/Symbol/
H A DCompileUnit.cpp76 lldb::FunctionSP CompileUnit::FindFunction( in FindFunction() function in CompileUnit