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

  /external/llvm/include/llvm/CodeGen/
Passes.h 210 /// createDwarfEHPass - This pass mulches exception handling code into a form
212 FunctionPass *createDwarfEHPass(const TargetMachine *tm);
  /external/llvm/lib/CodeGen/
LLVMTargetMachine.cpp 337 PM.add(createDwarfEHPass(this));
DwarfEHPrepare.cpp 128 FunctionPass *llvm::createDwarfEHPass(const TargetMachine *tm) {

Completed in 169 milliseconds