Searched refs:Personality (Results 1 - 12 of 12) sorted by relevance

/external/llvm/lib/CodeGen/
H A DMachineModuleInfo.cpp412 const Function *Personality) {
414 LP.Personality = Personality;
417 if (Personalities[i] == Personality)
423 Personalities[0] = Personality;
425 Personalities.push_back(Personality);
553 return !LandingPads.empty() ? LandingPads[0].Personality : nullptr;
559 const Function* Personality = nullptr; local
563 if (LandingPads[i].Personality) {
564 Personality
411 addPersonality(MachineBasicBlock *LandingPad, const Function *Personality) argument
[all...]
/external/llvm/lib/CodeGen/AsmPrinter/
H A DARMException.cpp91 if (const Function * Personality =
93 MCSymbol *PerSym = Asm->getSymbol(Personality);
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMTargetStreamer.cpp46 void ARMTargetStreamer::emitPersonality(const MCSymbol *Personality) {} argument
H A DARMELFStreamer.cpp120 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);
1085 Personality = nullptr;
1207 if (Personality) {
1209 MCSymbolRefExpr::Create(Personality,
[all...]
/external/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h70 const Function *Personality; // Personality function. member in struct:llvm::LandingPadInfo
74 : LandingPadBlock(MBB), LandingPadLabel(nullptr), Personality(nullptr) {}
295 const Function *Personality);
/external/llvm/include/llvm/MC/
H A DMCDwarf.h468 : Begin(nullptr), End(nullptr), Personality(nullptr), Lsda(nullptr),
473 const MCSymbol *Personality; member in struct:llvm::MCDwarfFrameInfo
H A DMCStreamer.h120 virtual void emitPersonality(const MCSymbol *Personality);
/external/llvm/lib/MC/
H A DMCDwarf.cpp1314 // Personality Function
1316 if (VerboseAsm) Streamer.AddComment("Personality Function");
1317 if (!DwarfEHFrameOnly && Frame.Personality)
1318 Streamer.EmitSymbolValue(Frame.Personality, Size);
1407 // Personality Encoding
1409 // Personality
1422 // Personality Encoding
1424 "Personality Encoding");
1425 // Personality
1426 if (verboseAsm) streamer.AddComment("Personality");
1535 const MCSymbol *Personality; member in struct:__anon25881::CIEKey
[all...]
H A DMCStreamer.cpp338 CurFrame->Personality = Sym;
/external/clang/lib/CodeGen/
H A DCGException.cpp235 const EHPersonality &Personality) {
238 Personality.PersonalityFn);
243 const EHPersonality &Personality) {
244 llvm::Constant *Fn = getPersonalityFn(CGM, Personality);
1544 const EHPersonality &Personality = EHPersonality::get(CGM.getLangOpts()); local
1547 getOpaquePersonalityFn(CGM, Personality), 0);
1603 const EHPersonality &Personality = EHPersonality::get(CGM.getLangOpts()); local
1607 const char *RethrowName = Personality.CatchallRethrowFn;
234 getPersonalityFn(CodeGenModule &CGM, const EHPersonality &Personality) argument
242 getOpaquePersonalityFn(CodeGenModule &CGM, const EHPersonality &Personality) argument
/external/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2174 static bool isCatchAll(Personality_Type Personality, Constant *TypeInfo) { argument
2175 switch (Personality) {
2200 Personality_Type Personality = RecognizePersonality(LI.getPersonalityFn()); local
2228 if (isCatchAll(Personality, TypeInfo)) {
2266 if (isCatchAll(Personality, TypeInfo)) {
2289 if (isCatchAll(Personality, TypeInfo)) {
/external/libunwind/doc/
H A Dlibunwind-dynamic.tex141 personality-routine for this procedure. Personality-routines are

Completed in 379 milliseconds