HomeSort by relevance Sort by last modified time
    Searched refs:symbolFinalValueIsKnown (Results 1 - 4 of 4) sorted by null

  /frameworks/compile/mclinker/include/mcld/Target/
GNULDBackend.h 222 bool symbolFinalValueIsKnown(const ResolveInfo& pSym) const;
  /frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.cpp 419 if (getTarget().symbolFinalValueIsKnown(*rsym))
531 if (getTarget().symbolFinalValueIsKnown(*rsym)) {
    [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocator.cpp 425 if (getTarget().symbolFinalValueIsKnown(*rsym))
461 if (!getTarget().symbolFinalValueIsKnown(*rsym)) {
    [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]

Completed in 443 milliseconds