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