Home | History | Annotate | Download | only in InstPrinter

Lines Matching refs:Address

646     // Next the address: [xN]
1230 // If the branch target is simply an address then print it in hex.
1233 int64_t Address;
1234 if (BranchTarget && BranchTarget->EvaluateAsAbsolute(Address)) {
1236 O.write_hex(Address);