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

  /external/llvm/include/llvm/CodeGen/
WinEHFuncInfo.h 118 /// Analyze the IR in ParentFn and it's handlers to build WinEHFuncInfo, which
121 void calculateWinCXXEHStateNumbers(const Function *ParentFn,
124 void calculateSEHStateNumbers(const Function *ParentFn,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
WinEHFuncInfo.h 118 /// Analyze the IR in ParentFn and it's handlers to build WinEHFuncInfo, which
121 void calculateWinCXXEHStateNumbers(const Function *ParentFn,
124 void calculateSEHStateNumbers(const Function *ParentFn,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
WinEHFuncInfo.h 118 /// Analyze the IR in ParentFn and it's handlers to build WinEHFuncInfo, which
121 void calculateWinCXXEHStateNumbers(const Function *ParentFn,
124 void calculateSEHStateNumbers(const Function *ParentFn,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
WinEHFuncInfo.h 118 /// Analyze the IR in ParentFn and it's handlers to build WinEHFuncInfo, which
121 void calculateWinCXXEHStateNumbers(const Function *ParentFn,
124 void calculateSEHStateNumbers(const Function *ParentFn,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
WinEHFuncInfo.h 118 /// Analyze the IR in ParentFn and it's handlers to build WinEHFuncInfo, which
121 void calculateWinCXXEHStateNumbers(const Function *ParentFn,
124 void calculateSEHStateNumbers(const Function *ParentFn,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
WinEHFuncInfo.h 118 /// Analyze the IR in ParentFn and it's handlers to build WinEHFuncInfo, which
121 void calculateWinCXXEHStateNumbers(const Function *ParentFn,
124 void calculateSEHStateNumbers(const Function *ParentFn,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
WinEHFuncInfo.h 118 /// Analyze the IR in ParentFn and it's handlers to build WinEHFuncInfo, which
121 void calculateWinCXXEHStateNumbers(const Function *ParentFn,
124 void calculateSEHStateNumbers(const Function *ParentFn,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
WinEHFuncInfo.h 118 /// Analyze the IR in ParentFn and it's handlers to build WinEHFuncInfo, which
121 void calculateWinCXXEHStateNumbers(const Function *ParentFn,
124 void calculateSEHStateNumbers(const Function *ParentFn,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
WinEHFuncInfo.h 118 /// Analyze the IR in ParentFn and it's handlers to build WinEHFuncInfo, which
121 void calculateWinCXXEHStateNumbers(const Function *ParentFn,
124 void calculateSEHStateNumbers(const Function *ParentFn,
  /external/llvm/lib/CodeGen/
GlobalMerge.cpp 313 Function *ParentFn = I->getParent()->getParent();
316 if (OnlyOptimizeForSize && !ParentFn->optForMinSize())
319 size_t UGSIdx = GlobalUsesByFunction[ParentFn];
332 GlobalUsesByFunction[ParentFn] = CurGVOnlySetIdx;
349 GlobalUsesByFunction[ParentFn] = ExpandedIdx;
355 GlobalUsesByFunction[ParentFn] = EncounteredUGS[UGSIdx] =
  /external/clang/lib/CodeGen/
CGException.cpp     [all...]
  /external/clang/lib/Sema/
SemaOpenMP.cpp     [all...]

Completed in 2046 milliseconds