Home
last modified time | relevance | path

Searched refs:NValue (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-nm/
Dllvm-nm.cpp335 uint64_t NValue = 0; in darwinPrintSymbol() local
371 NValue = STE_64.n_value; in darwinPrintSymbol()
377 NValue = I->Address; in darwinPrintSymbol()
389 NValue = STE.n_value; in darwinPrintSymbol()
395 NValue = I->Address; in darwinPrintSymbol()
403 format(printFormat, NValue).print(Str, sizeof(Str)); in darwinPrintSymbol()
416 format(printFormat, NValue).print(Str, sizeof(Str)); in darwinPrintSymbol()
442 if (NValue != 0) { in darwinPrintSymbol()
574 (((NType & MachO::N_TYPE) == MachO::N_UNDF && NValue == 0) || in darwinPrintSymbol()
/external/llvm/tools/llvm-nm/
Dllvm-nm.cpp304 uint64_t NValue = 0; in darwinPrintSymbol() local
339 NValue = STE_64.n_value; in darwinPrintSymbol()
349 NValue = STE.n_value; in darwinPrintSymbol()
356 format(printFormat, NValue).print(Str, sizeof(Str)); in darwinPrintSymbol()
380 if (NValue != 0) { in darwinPrintSymbol()
497 (((NType & MachO::N_TYPE) == MachO::N_UNDF && NValue == 0) || in darwinPrintSymbol()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSimplifyIndVar.cpp348 auto *NValue = Rem->getOperand(0); in simplifyIVRemainder() local
353 bool UsedAsNumerator = IVOperand == NValue; in simplifyIVRemainder()
357 const SCEV *N = SE->getSCEV(NValue); in simplifyIVRemainder()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DMachOObjectFile.cpp1646 uint64_t NValue = 0; in checkSymbolTable() local
1657 NValue = STE_64.n_value; in checkSymbolTable()
1665 NValue = STE.n_value; in checkSymbolTable()
1675 if (NValue >= S.strsize) in checkSymbolTable()
1676 return malformedError("bad n_value: " + Twine((int)NValue) + " past " in checkSymbolTable()
1681 (((NType & MachO::N_TYPE) == MachO::N_UNDF && NValue == 0) || in checkSymbolTable()
1746 uint64_t NValue = getNValue(Symb); in getIndirectName() local
1747 if (NValue >= StringTable.size()) in getIndirectName()
1749 const char *Start = &StringTable.data()[NValue]; in getIndirectName()
/external/v8/src/arm/
Dconstants-arm.h540 inline int NValue() const { return Bit(7); } in NValue() function
/external/llvm/lib/Object/
DMachOObjectFile.cpp483 uint64_t NValue = getNValue(Symb); in getIndirectName() local
484 if (NValue >= StringTable.size()) in getIndirectName()
486 const char *Start = &StringTable.data()[NValue]; in getIndirectName()