HomeSort by relevance Sort by last modified time
    Searched refs:getPersonalityFn (Results 1 - 8 of 8) sorted by null

  /external/clang/lib/CodeGen/
CGException.cpp 211 static llvm::Constant *getPersonalityFn(CodeGenModule &CGM,
223 llvm::Constant *Fn = getPersonalityFn(CGM, Personality);
306 llvm::Constant *CXXFn = getPersonalityFn(*this, CXX);
    [all...]
  /external/llvm/lib/CodeGen/
SjLjEHPrepare.cpp 453 if (!PersonalityFn) PersonalityFn = LPI->getPersonalityFn();
474 if (!PersonalityFn) PersonalityFn = LPI->getPersonalityFn();
    [all...]
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 461 cast<Function>(I.getPersonalityFn()->stripPointerCasts()));
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
  /external/llvm/lib/VMCore/
Verifier.cpp     [all...]
  /external/llvm/include/llvm/
Instructions.h     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]

Completed in 40 milliseconds