Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/LTO/
H A DLTOModule.cpp572 bool IsUndefined = Flags & object::BasicSymbolRef::SF_Undefined; in parseSymbols() local
583 if (IsUndefined) in parseSymbols()
593 if (IsUndefined) { in parseSymbols()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DUnwindPlan.h93 bool IsUndefined() const { return m_type == undefined; } in IsUndefined() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextLLDB.cpp1400 if (unwindplan_regloc.IsUndefined()) { in SavedLocationForRegister()