Lines Matching defs:literal
667 // Patch a literal load instruction to load from 'source'.
670 // The range of a load literal instruction, expressed as 'instr +- range'.
677 // Calculate the address of a literal referred to by a load-literal
680 // The literal itself is safely mutable only if the backing buffer is safely
703 uint32_t literal;
704 memcpy(&literal, GetLiteralAddress<const void*>(), sizeof(literal));
705 return literal;
712 uint64_t literal;
713 memcpy(&literal, GetLiteralAddress<const void*>(), sizeof(literal));
714 return literal;