Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DLanguage.cpp161 bool Language::IsTopLevelFunction(Function &function) { return false; } in IsTopLevelFunction() function in Language
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DFunction.cpp512 bool Function::IsTopLevelFunction() { in IsTopLevelFunction() function in Function