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

  /frameworks/compile/mclinker/include/mcld/LD/
Relocator.h 40 Unsupport,
  /external/llvm/tools/llc/
Android.mk 110 $(error "Unsupport llc target $(TARGET_ARCH)")
  /frameworks/compile/mclinker/lib/Fragment/
Relocation.cpp 119 case Relocator::Unsupport: {
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocator.cpp 234 HexagonRelocator::Result unsupport(Relocation& pReloc, function
237 return HexagonRelocator::Unsupport;
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocator.cpp 878 return ARMRelocator::Unsupport;
881 ARMRelocator::Result unsupport(Relocation& pReloc, ARMRelocator& pParent) function
883 return ARMRelocator::Unsupport;
  /frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.cpp 583 X86Relocator::Result unsupport(Relocation& pReloc, X86_32Relocator& pParent) function
585 return X86Relocator::Unsupport;
951 X86Relocator::Result unsupport(Relocation& pReloc, X86_64Relocator& pParent) function
953 return X86Relocator::Unsupport;

Completed in 73 milliseconds