Searched defs:IsTopLevelFunction (Results 1 – 2 of 2) sorted by relevance
/llvm-project/lldb/source/Target/ | ||
H A D | Language.cpp | 161 bool Language::IsTopLevelFunction(Function &function) { return false; } in IsTopLevelFunction() function in Language |
/llvm-project/lldb/source/Symbol/ | ||
H A D | Function.cpp | 512 bool Function::IsTopLevelFunction() { IsTopLevelFunction() function in Function |