Home
last modified time | relevance | path

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

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