HomeSort by relevance Sort by last modified time
    Searched refs:Personality (Results 1 - 13 of 13) sorted by null

  /external/llvm/lib/CodeGen/
MachineModuleInfo.cpp 278 // Always emit some info, by default "no personality" info.
409 /// addPersonality - Provide the personality function for the exception
412 const Function *Personality) {
414 LP.Personality = Personality;
417 if (Personalities[i] == Personality)
420 // If this is the first personality we're adding go
423 Personalities[0] = Personality;
425 Personalities.push_back(Personality);
549 /// getPersonality - Return the personality function for the current function
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
ARMException.cpp 90 // Emit references to personality.
91 if (const Function * Personality =
93 MCSymbol *PerSym = Asm->getSymbol(Personality);
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMTargetStreamer.cpp 46 void ARMTargetStreamer::emitPersonality(const MCSymbol *Personality) {}
ARMELFStreamer.cpp 54 "Invalid personality index");
120 void emitPersonality(const MCSymbol *Personality) override;
159 void ARMTargetAsmStreamer::emitPersonality(const MCSymbol *Personality) {
160 OS << "\t.personality " << Personality->getName() << '\n';
394 void emitPersonality(const MCSymbol *Personality) override;
639 const MCSymbol *Personality;
659 void ARMTargetELFStreamer::emitPersonality(const MCSymbol *Personality) {
660 getStreamer().emitPersonality(Personality);
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h 70 const Function *Personality; // Personality function.
74 : LandingPadBlock(MBB), LandingPadLabel(nullptr), Personality(nullptr) {}
143 /// Personalities - Vector of all personality functions ever seen. Used to
292 /// addPersonality - Provide the personality function for the exception
295 const Function *Personality);
297 /// getPersonalityIndex - Get index of the current personality function inside
301 /// getPersonalities - Return array of personality functions ever seen.
400 /// getPersonality - Return a personality function if available. The presence
  /external/llvm/include/llvm/MC/
MCDwarf.h 468 : Begin(nullptr), End(nullptr), Personality(nullptr), Lsda(nullptr),
473 const MCSymbol *Personality;
MCStreamer.h 120 virtual void emitPersonality(const MCSymbol *Personality);
  /external/llvm/lib/MC/
MCDwarf.cpp     [all...]
MCStreamer.cpp 338 CurFrame->Personality = Sym;
  /external/clang/lib/CodeGen/
CGException.cpp 128 /// The exceptions personality for a function.
132 // If this is non-null, this personality requires a non-standard
196 /// Determines the personality function to use when both C++
200 // The ObjC personality defers to the C++ personality for non-ObjC
201 // handlers. Unlike the C++ case, we use the same personality
212 // The GCC runtime's personality function inherently doesn't support
213 // mixed EH. Use the C++ personality just to avoid returning null.
235 const EHPersonality &Personality) {
238 Personality.PersonalityFn)
727 const EHPersonality &personality = EHPersonality::get(getLangOpts()); local
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
editable_text.js 338 * @param {Object=} opt_personality Personality used to speak text.
492 var personality = {};
494 personality = cvox.AbstractTts.PERSONALITY_DELETED;
498 .format({'COUNT': 1})), evt.triggeredByUser, personality);
537 evt, prefixLen, suffixLen, autocompleteSuffix, personality);
554 evt, prefixLen, suffixLen, autocompleteSuffix, personality);
572 personality);
575 this.speak(evtValue[0], evt.triggeredByUser, personality);
582 this.speak(value[value.length - 1], evt.triggeredByUser, personality);
585 this.speak(value[0], evt.triggeredByUser, personality);
    [all...]
  /external/libunwind/doc/
libunwind-dynamic.tex 141 personality-routine for this procedure. Personality-routines are
144 description of the personality routine. If the procedure has no
145 personality routine, \Var{handler} must be set to 0.

Completed in 377 milliseconds