Searched refs:NValue (Results 1 – 6 of 6) sorted by relevance
335 uint64_t NValue = 0; in darwinPrintSymbol() local371 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()
304 uint64_t NValue = 0; in darwinPrintSymbol() local339 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()
348 auto *NValue = Rem->getOperand(0); in simplifyIVRemainder() local353 bool UsedAsNumerator = IVOperand == NValue; in simplifyIVRemainder()357 const SCEV *N = SE->getSCEV(NValue); in simplifyIVRemainder()
1646 uint64_t NValue = 0; in checkSymbolTable() local1657 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() local1747 if (NValue >= StringTable.size()) in getIndirectName()1749 const char *Start = &StringTable.data()[NValue]; in getIndirectName()
540 inline int NValue() const { return Bit(7); } in NValue() function
483 uint64_t NValue = getNValue(Symb); in getIndirectName() local484 if (NValue >= StringTable.size()) in getIndirectName()486 const char *Start = &StringTable.data()[NValue]; in getIndirectName()