Home | History | Annotate | Download | only in llvm-nm

Lines Matching refs:NValue

304   uint64_t NValue = 0;
339 NValue = STE_64.n_value;
349 NValue = STE.n_value;
356 format(printFormat, NValue).print(Str, sizeof(Str));
380 if (NValue != 0) {
497 (((NType & MachO::N_TYPE) == MachO::N_UNDF && NValue == 0) ||