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

  /frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocator.h 58 enum EntryValue { Default = 0, SymVal = 1 };
ARMRelocator.cpp 94 got_entry->setValue(ARMRelocator::SymVal);
100 got_entry->setValue(ARMRelocator::SymVal);
881 if (got_entry != NULL && ARMRelocator::SymVal == got_entry->getValue())
900 if (got_entry != NULL && ARMRelocator::SymVal == got_entry->getValue())
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
SimpleConstraintManager.cpp 27 Optional<nonloc::SymbolVal> SymVal = X.getAs<nonloc::SymbolVal>();
28 if (SymVal && SymVal->isExpression()) {
29 const SymExpr *SE = SymVal->getSymbol();
ExprEngineC.cpp     [all...]
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64Relocator.h 59 enum EntryValue { Default = 0, SymVal = 1 };
AArch64RelocationHelpers.h 171 got_entry->setValue(AArch64Relocator::SymVal);
175 got_entry->setValue(AArch64Relocator::SymVal);
178 rel_entry.setAddend(AArch64Relocator::SymVal);
AArch64Relocator.cpp 664 if (got_entry != NULL && AArch64Relocator::SymVal == got_entry->getValue())
668 if ((dyn_rela != NULL) && (AArch64Relocator::SymVal == dyn_rela->addend())) {
688 if (got_entry != NULL && AArch64Relocator::SymVal == got_entry->getValue())
693 if ((dyn_rela != NULL) && (AArch64Relocator::SymVal == dyn_rela->addend())) {
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocator.h 65 enum EntryValue { Default = 0, SymVal = 1 };
HexagonRelocator.cpp 68 got_entry->setValue(HexagonRelocator::SymVal);
74 got_entry->setValue(HexagonRelocator::SymVal);
843 if (HexagonRelocator::SymVal == got_entry->getValue())
  /frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.h 61 enum EntryValue { Default = 0, SymVal = 1 };
X86Relocator.cpp 72 got_entry->setValue(X86Relocator::SymVal);
78 got_entry->setValue(X86Relocator::SymVal);
    [all...]

Completed in 300 milliseconds