Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOModule.cpp576 bool IsUndefined = Flags & object::BasicSymbolRef::SF_Undefined; in parseSymbols() local
587 if (IsUndefined) in parseSymbols()
597 if (IsUndefined) { in parseSymbols()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindPlan.h93 bool IsUndefined() const { return m_type == undefined; } in IsUndefined() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DRegisterContextUnwind.cpp1299 !unwindplan_regloc.IsUndefined()) { in GetAbstractRegisterLocation()
1452 if (!unwindplan_regloc.IsUndefined()) in GetAbstractRegisterLocation()
1507 if (abs_regloc->IsUndefined()) { in SavedLocationForRegister()