Home
last modified time | relevance | path

Searched refs:IsSyntheticWithAutoGeneratedName (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
DSymbol.h158 bool IsSyntheticWithAutoGeneratedName() const;
/freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/
DSymbol.cpp571 bool Symbol::IsSyntheticWithAutoGeneratedName() const { in IsSyntheticWithAutoGeneratedName() function in Symbol
DSymtab.cpp306 if (symbol->IsTrampoline() || symbol->IsSyntheticWithAutoGeneratedName()) in InitNameIndexes()