Searched refs:symbolFinalValueIsKnown (Results 1 - 5 of 5) sorted by relevance

/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64Relocator.cpp313 if (getTarget().symbolFinalValueIsKnown(*rsym))
363 if (!getTarget().symbolFinalValueIsKnown(*rsym))
/frameworks/compile/mclinker/include/mcld/Target/
H A DGNULDBackend.h270 bool symbolFinalValueIsKnown(const ResolveInfo& pSym) const;
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp619 if (getTarget().symbolFinalValueIsKnown(*rsym))
741 if (getTarget().symbolFinalValueIsKnown(*rsym)) {
1513 if (getTarget().symbolFinalValueIsKnown(*rsym))
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.cpp738 if (getTarget().symbolFinalValueIsKnown(*rsym))
771 if (!getTarget().symbolFinalValueIsKnown(*rsym))
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp2911 bool GNULDBackend::symbolFinalValueIsKnown(const ResolveInfo& pSym) const function in class:GNULDBackend

Completed in 360 milliseconds