Home
last modified time | relevance | path

Searched defs:IsUndefined (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindPlan.h92 bool IsUndefined() const { return m_type == undefined; } in IsUndefined() function
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOModule.cpp577 bool IsUndefined = Flags & object::BasicSymbolRef::SF_Undefined; in parseSymbols() local