Searched refs:tryAddingPcLoadReferenceComment (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp283 /// tryAddingPcLoadReferenceComment - trys to add a comment as to what is being
290 static void tryAddingPcLoadReferenceComment(uint64_t Address, uint64_t Value, function
557 tryAddingPcLoadReferenceComment(insn.startLocation +
/external/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp591 /// tryAddingPcLoadReferenceComment - trys to add a comment as to what is being
600 static void tryAddingPcLoadReferenceComment(uint64_t Address, int Value, function
2056 tryAddingPcLoadReferenceComment(Address, Address + imm + 8, Decoder);
3092 tryAddingPcLoadReferenceComment(Address, (Address & ~2u) + imm + 4, Decoder);

Completed in 79 milliseconds