Home | History | Annotate | Download | only in JIT

Lines Matching refs:Personality

483 JITDwarfEmitter::EmitCommonEHFrame(const Function* Personality) const {
494 JCE->emitString(Personality ? "zPLR" : "zR");
499 if (Personality) {
500 // Augmentation Size: 3 small ULEBs of one byte each, and the personality
504 // We set the encoding of the personality as direct encoding because we use
506 // PC value may be bigger than the personality function pointer.
509 JCE->emitInt32(((intptr_t)Jit.getPointerToGlobal(Personality)));
512 JCE->emitInt64(((intptr_t)Jit.getPointerToGlobal(Personality)));
539 JITDwarfEmitter::EmitEHFrame(const Function* Personality,
555 // If there is a personality and landing pads then point to the language
557 if (Personality) {