Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Target/
H A DLanguage.cpp130 bool Language::IsTopLevelFunction(Function &function) { return false; } in IsTopLevelFunction() function in Language
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DFunction.cpp477 bool Function::IsTopLevelFunction() { in IsTopLevelFunction() function in Function