Home | History | Annotate | Download | only in Disassembler

Lines Matching full:address

49 /// symbolic information at the Address for this instrution.  If that returns
53 /// Address + Value is done and if a symbol is found an MCExpr is created with
54 /// that, else an MCExpr with Address + Value is created. If GetOpInfo()
61 MCInst &MI, raw_ostream &CommentStream, int64_t Value, uint64_t Address,
74 !GetOpInfo(DisInfo, Address, 0 /* Offset */, InstSize, 1, &SymbolicOp)) {
77 const char *Name = SymbolLookUp(DisInfo, Address + Value, &ReferenceType,
78 Address, &ReferenceName);
84 SymbolicOp.Value = Address + Value;
100 SymbolLookUp(DisInfo, EncodedInst, &ReferenceType, Address,
103 0xfffffffffffff000LL & (Address + Value));
114 SymbolLookUp(DisInfo, Address + Value, &ReferenceType, Address,
118 SymbolLookUp(DisInfo, Address + Value, &ReferenceType, Address,
131 SymbolLookUp(DisInfo, EncodedInst, &ReferenceType, Address,
135 CommentStream << "literal pool symbol address: " << ReferenceName;