Searched defs:LandingPads (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | EHStreamer.cpp | 61 const SmallVectorImpl<const LandingPadInfo *> &LandingPads, in computeActionsTable() 201 const SmallVectorImpl<const LandingPadInfo *> &LandingPads, in computePadMap() 225 const SmallVectorImpl<const LandingPadInfo *> &LandingPads, in computeCallSiteTable() 357 SmallVector<const LandingPadInfo *, 64> LandingPads; in emitExceptionTable() local
|
D | WasmException.cpp | 79 const SmallVectorImpl<const LandingPadInfo *> &LandingPads, in computeCallSiteTable()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | EHStreamer.cpp | 50 computeActionsTable(const SmallVectorImpl<const LandingPadInfo*> &LandingPads, in computeActionsTable() 192 const SmallVectorImpl<const LandingPadInfo *> &LandingPads, in computePadMap() 216 const SmallVectorImpl<const LandingPadInfo *> &LandingPads, in computeCallSiteTable() 345 SmallVector<const LandingPadInfo *, 64> LandingPads; in emitExceptionTable() local
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | EHStreamer.cpp | 55 const SmallVectorImpl<const LandingPadInfo *> &LandingPads, in computeActionsTable() 195 const SmallVectorImpl<const LandingPadInfo *> &LandingPads, in computePadMap() 234 const SmallVectorImpl<const LandingPadInfo *> &LandingPads, in computeCallSiteTable() 389 SmallVector<const LandingPadInfo *, 64> LandingPads; in emitExceptionTable() local
|
D | WasmException.cpp | 80 const SmallVectorImpl<const LandingPadInfo *> &LandingPads, in computeCallSiteTable()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineModuleInfo.h | 129 std::vector<LandingPadInfo> LandingPads; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 746 SmallPtrSet<LandingPadInst *, 32> LandingPads; in runEHOnFunction() local
|
/external/llvm-project/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 789 SmallPtrSet<LandingPadInst *, 32> LandingPads; in runEHOnFunction() local
|