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

Lines Matching defs:NValue

248   uint64_t NValue = 0;
287 NValue = STE_64.n_value;
297 NValue = STE.n_value;
304 format(printFormat, NValue).print(Str, sizeof(Str));
328 if (NValue != 0) {
438 (((NType & MachO::N_TYPE) == MachO::N_UNDF && NValue == 0) ||