Searched refs:is_indirect (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpointLocation.h353 SetIsIndirect (bool is_indirect) argument
355 m_is_indirect = is_indirect;
/freebsd-10.2-release/contrib/libcxxrt/
H A Ddwarf_eh.h123 static int is_indirect(unsigned char x) function
281 if (is_indirect(encoding))
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DAddress.h306 GetCallableLoadAddress (Target *target, bool is_indirect = false) const;
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Core/
H A DAddress.cpp329 Address::GetCallableLoadAddress (Target *target, bool is_indirect) const
333 if (is_indirect && target)

Completed in 41 milliseconds