Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Target/
DLanguage.cpp119 bool Language::IsTopLevelFunction(Function &function) { return false; } in IsTopLevelFunction() function in Language
/external/llvm-project/lldb/source/Symbol/
DFunction.cpp479 bool Function::IsTopLevelFunction() { in IsTopLevelFunction() function in Function