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

  /frameworks/compile/mclinker/include/mcld/Target/
TargetLDBackend.h 184 /// isSymbolPreemptible - whether the symbol can be preemted by other link
186 virtual bool isSymbolPreemptible(const ResolveInfo& pSym) const = 0;
GNULDBackend.h 263 /// isSymbolPreemptible - whether the symbol can be preemted by other link
265 bool isSymbolPreemptible(const ResolveInfo& pSym) const;
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64RelocationHelpers.h 140 pParent.getTarget().isSymbolPreemptible(pSym))
AArch64Relocator.cpp 315 !getTarget().isSymbolPreemptible(*rsym)) {
  /frameworks/compile/mclinker/lib/LD/
IdenticalCodeFolding.cpp 257 if (!pBackend.isSymbolPreemptible(*rel.symInfo()) && sym->hasFragRef() &&
  /frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.cpp 54 pFactory.getTarget().isSymbolPreemptible(pSym))
589 !getTarget().isSymbolPreemptible(*rsym))
    [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocator.cpp 64 pFactory.getTarget().isSymbolPreemptible(pSym))
680 !getTarget().isSymbolPreemptible(*rsym)) {
    [all...]
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocator.cpp 50 pFactory.getTarget().isSymbolPreemptible(pSym))
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]

Completed in 239 milliseconds