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

  /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/include/clang/Sema/
Sema.h 10208 std::string NameSuffix;

Completed in 35 milliseconds