HomeSort by: relevance | last modified time | path
    Searched refs:NameSuffix (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
Cloning.h 109 const Twine &NameSuffix = "", Function *F = nullptr,
161 const char *NameSuffix = "",
170 const char *NameSuffix = "",
187 const char *NameSuffix = "",
270 const Twine &NameSuffix, LoopInfo *LI,
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
CloneFunction.cpp 44 const Twine &NameSuffix, Function *F,
50 NewBB->setName(BB->getName() + NameSuffix);
62 NewInst->setName(I.getName() + NameSuffix);
88 const char *NameSuffix, ClonedCodeInfo *CodeInfo,
91 assert(NameSuffix && "NameSuffix cannot be null!");
174 BasicBlock *CBB = CloneBasicBlock(&BB, VMap, NameSuffix, NewFunc, CodeInfo,
326 const char *NameSuffix;
332 const char *nameSuffix, ClonedCodeInfo *codeInfo)
334 ModuleLevelChanges(moduleLevelChanges), NameSuffix(nameSuffix)
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprAgg.cpp 953 const char *NameSuffix = "") {
988 llvm::Twine(InstInfo.Name) + NameSuffix);
993 llvm::Twine(InstInfo.Name) + NameSuffix);
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 10208 std::string NameSuffix;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp 6619 : TI(&TI), NameSuffix(TI.getMangledName()) {}
6695 MangledName += DVScope.NameSuffix;

Completed in 99 milliseconds