Searched refs:DwarfEHPrepare (Results 1 – 11 of 11) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | DwarfEHPrepare.cpp | 36 class DwarfEHPrepare : public FunctionPass { class 57 DwarfEHPrepare() in DwarfEHPrepare() function in __anon0da031cf0111::DwarfEHPrepare 61 DwarfEHPrepare(const TargetMachine *TM) in DwarfEHPrepare() function in __anon0da031cf0111::DwarfEHPrepare 80 char DwarfEHPrepare::ID = 0; 81 INITIALIZE_TM_PASS_BEGIN(DwarfEHPrepare, "dwarfehprepare", 85 INITIALIZE_TM_PASS_END(DwarfEHPrepare, "dwarfehprepare", in INITIALIZE_PASS_DEPENDENCY() 89 return new DwarfEHPrepare(TM); in INITIALIZE_PASS_DEPENDENCY() 92 void DwarfEHPrepare::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage() 100 Value *DwarfEHPrepare::GetExceptionObject(ResumeInst *RI) { in GetExceptionObject() 139 size_t DwarfEHPrepare::pruneUnreachableResumes( in pruneUnreachableResumes() [all …]
|
D | CMakeLists.txt | 17 DwarfEHPrepare.cpp
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | DwarfEHPrepare.cpp | 47 class DwarfEHPrepare : public FunctionPass { class 64 DwarfEHPrepare() : FunctionPass(ID) {} in DwarfEHPrepare() function in __anon7832bf270111::DwarfEHPrepare 82 char DwarfEHPrepare::ID = 0; 84 INITIALIZE_PASS_BEGIN(DwarfEHPrepare, DEBUG_TYPE, 89 INITIALIZE_PASS_END(DwarfEHPrepare, DEBUG_TYPE, in INITIALIZE_PASS_DEPENDENCY() 92 FunctionPass *llvm::createDwarfEHPass() { return new DwarfEHPrepare(); } in INITIALIZE_PASS_DEPENDENCY() 94 void DwarfEHPrepare::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage() 103 Value *DwarfEHPrepare::GetExceptionObject(ResumeInst *RI) { in GetExceptionObject() 142 size_t DwarfEHPrepare::pruneUnreachableResumes( in pruneUnreachableResumes() 184 bool DwarfEHPrepare::InsertUnwindResumeCalls(Function &Fn) { in InsertUnwindResumeCalls() [all …]
|
D | CMakeLists.txt | 20 DwarfEHPrepare.cpp
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | DwarfEHPrepare.cpp | 37 class DwarfEHPrepare : public FunctionPass { class 104 DwarfEHPrepare(const TargetMachine *tm) : in DwarfEHPrepare() function in __anon19cb08fb0111::DwarfEHPrepare 126 char DwarfEHPrepare::ID = 0; 129 return new DwarfEHPrepare(tm); in createDwarfEHPass() 134 bool DwarfEHPrepare::HasCatchAllInSelector(IntrinsicInst *II) { in HasCatchAllInSelector() 143 void DwarfEHPrepare:: 162 void DwarfEHPrepare:: 175 bool DwarfEHPrepare::CleanupSelectors(SmallPtrSet<IntrinsicInst*, 32> &Sels) { in CleanupSelectors() 205 DwarfEHPrepare::FindSelectorAndURoR(Instruction *Inst, bool &URoRInvoke, in FindSelectorAndURoR() 238 bool DwarfEHPrepare::HandleURoRInvokes() { in HandleURoRInvokes() [all …]
|
/external/swiftshader/third_party/LLVM/ |
D | Android.mk | 68 lib/CodeGen/DwarfEHPrepare.cpp \
|
D | Android.bp | 133 "lib/CodeGen/DwarfEHPrepare.cpp",
|
D | BUILD.gn | 118 "lib/CodeGen/DwarfEHPrepare.cpp",
|
/external/swiftshader/ |
D | CMakeLists.txt | 344 ${LLVM_DIR}/lib/CodeGen/DwarfEHPrepare.cpp 819 ${LLVM_DIR}/lib/CodeGen/DwarfEHPrepare.cpp
|
/external/swiftshader/third_party/llvm-7.0/ |
D | Android.mk | 153 llvm/lib/CodeGen/DwarfEHPrepare.cpp \
|
D | BUILD.gn | 724 "llvm/lib/CodeGen/DwarfEHPrepare.cpp",
|