Searched refs:FixupApply (Results 1 – 2 of 2) sorted by relevance
70 typedef void (*FixupApply)(const FixupEntry*, uint32_t*, const FixupData&); typedef74 FixupEntry(FixupApply apply, int ipa, int reg, int loc) : in FixupEntry()77 FixupApply apply;114 bool addInterp(int ipa, int reg, FixupApply apply);
443 CodeEmitter::addInterp(int ipa, int reg, FixupApply apply) in addInterp()