Home | History | Annotate | Download | only in InstPrinter

Lines Matching defs:Address

643     // Next the address: [xN]
1251 // If the branch target is simply an address then print it in hex.
1254 int64_t Address;
1255 if (BranchTarget && BranchTarget->EvaluateAsAbsolute(Address)) {
1257 O.write_hex(Address);