Home | History | Annotate | Download | only in MC

Lines Matching refs:Address

24 // symbolic information at the Address for this instruction. If that returns
34 uint64_t Address,
43 !GetOpInfo(DisInfo, Address, Offset, InstSize, 1, &SymbolicOp)) {
54 const char *Name = SymbolLookUp(DisInfo, Value, &ReferenceType, Address,
60 // For branches always create an MCExpr so it gets printed as hex address.
129 // in a literal pool near the Address of the instruction. The Address of the
132 // literal pool's entry if the referenced address is that of a symbol. Or it
133 // will return a pointer to a literal 'C' string if the referenced address of
134 // the literal pool's entry is an address into a section with C string literals.
137 uint64_t Address) {
141 (void)SymbolLookUp(DisInfo, Value, &ReferenceType, Address, &ReferenceName);