Searched refs:IsSubroutine (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp3362 static bool IsSubroutine(const DWARFDIE &die) { function
3374 if (IsSubroutine(candidate)) {
3399 assert(IsSubroutine(function));
3402 assert(!IsSubroutine(context) || context == function);

Completed in 56 milliseconds