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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/LTO/
H A DLTOModule.cpp573 bool IsUndefined = Flags & object::BasicSymbolRef::SF_Undefined; local
584 if (IsUndefined)
594 if (IsUndefined) {
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindPlan.h92 bool IsUndefined() const { return m_type == undefined; } function in class:lldb_private::UnwindPlan::Row::RegisterLocation
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextLLDB.cpp1395 if (unwindplan_regloc.IsUndefined()) {

Completed in 84 milliseconds