Home
last modified time | relevance | path

Searched defs:is_resolved (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/include/lldb/Utility/
DFileSpec.h380 void SetIsResolved(bool is_resolved) { m_is_resolved = is_resolved; } in SetIsResolved()
/external/llvm-project/lldb/source/Breakpoint/
DBreakpointLocation.cpp595 bool is_resolved = IsResolved(); in GetDescription() local
626 bool is_resolved = IsResolved(); in Dump() local
/external/libcups/tools/
Dippfind.c118 is_resolved; /* Got the resolve data? */ member
/external/llvm-project/lldb/source/Core/
DDisassembler.cpp112 bool is_resolved = target.GetSectionLoadList().IsEmpty() in ResolveAddress() local