HomeSort by relevance Sort by last modified time
    Searched defs:getLandingPadInst (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/VMCore/
BasicBlock.cpp 364 /// getLandingPadInst() - Return the landingpad instruction associated with
366 LandingPadInst *BasicBlock::getLandingPadInst() {
Instructions.cpp 579 LandingPadInst *InvokeInst::getLandingPadInst() const {
    [all...]
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 302 LandingPadInst *getLandingPadInst() const { return CallerLPad; }
505 LandingPadInst *LPI = Invoke.getLandingPadInst();
    [all...]

Completed in 259 milliseconds