Home
last modified time | relevance | path

Searched defs:Epilog (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/frameworks/compile/mclinker/include/mcld/Script/
DOutputSectDesc.h107 struct Epilog { struct
108 bool hasRegion() const { return m_pRegion != NULL; } in hasRegion()
132 bool operator==(const Epilog& pRHS) const { argument
147 const std::string* m_pRegion;
148 const std::string* m_pLMARegion;
149 StringList* m_pPhdrs;
150 RpnExpr* m_pFillExp;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MC/
DMCWinEH.h59 struct Epilog { struct
60 std::vector<Instruction> Instructions;
61 unsigned Condition;
62 MCSymbol *End;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MC/
DMCWinEH.h59 struct Epilog { struct
60 std::vector<Instruction> Instructions;
61 unsigned Condition;
62 MCSymbol *End;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/MC/
DMCWinEH.h59 struct Epilog { struct
60 std::vector<Instruction> Instructions;
61 unsigned Condition;
62 MCSymbol *End;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/MC/
DMCWinEH.h59 struct Epilog { struct
60 std::vector<Instruction> Instructions;
61 unsigned Condition;
62 MCSymbol *End;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/
H A DMCWinEH.h59 struct Epilog { struct
60 std::vector<Instruction> Instructions;
61 unsigned Condition;
62 MCSymbol *End;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
H A DMCWin64EH.cpp733 const std::vector<WinEH::Instruction> &Epilog) { in getARM64OffsetInProlog()
761 const std::vector<WinEH::Instruction> &Epilog = in checkARM64PackedEpilog() local
1724 const std::vector<WinEH::Instruction> &Epilog, in getARMOffsetInProlog()
1770 const std::vector<WinEH::Instruction> &Epilog = EpilogInfo.Instructions; in checkARMPackedEpilog() local
2002 const std::vector<WinEH::Instruction> &Epilog = EpilogInfo.Instructions; in tryARMPackedUnwind() local
2303 auto &Epilog = I.second; in ARMEmitUnwindInfo() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DModuloSchedule.cpp822 for (auto &Epilog : EpilogBBs) in splitLifetimes() local
866 MachineBasicBlock *Epilog = EpilogBBs[i]; in addBranches() local
1932 MachineBasicBlock *Epilog = *EI; in fixupBranches() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DModuloSchedule.cpp835 for (auto &Epilog : EpilogBBs) in splitLifetimes() local
879 MachineBasicBlock *Epilog = EpilogBBs[i]; in addBranches() local
1962 MachineBasicBlock *Epilog = *EI; in fixupBranches() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMWinCOFFStreamer.cpp246 std::vector<WinEH::Instruction> &Epilog = in emitARMWinCFIEpilogEnd() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
H A DAArch64LowerHomogeneousPrologEpilog.cpp126 enum FrameHelperType { Prolog, PrologFrame, Epilog, EpilogTail }; enumerator
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp2926 for (auto &Epilog : EpilogBBs) in splitLifetimes() local
2973 MachineBasicBlock *Epilog = EpilogBBs[i]; in addBranches() local
/aosp_15_r20/system/core/fastboot/
H A Dfastboot.cpp213 static void Epilog(int status) { in Epilog() function