Home
last modified time | relevance | path

Searched refs:InlineStrategy (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h42 typedef enum InlineStrategy { enum
46 } InlineStrategy; typedef
108 InlineStrategy GetInlineStrategy() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp336 const InlineStrategy inline_strategy = GetInlineStrategy(); in CreateBreakpoint()
3781 InlineStrategy TargetProperties::GetInlineStrategy() const { in GetInlineStrategy()
3783 return (InlineStrategy)m_collection_sp->GetPropertyAtIndexAsEnumeration( in GetInlineStrategy()