HomeSort by relevance Sort by last modified time
    Searched defs:NameSuffix (Results 1 - 4 of 4) sorted by null

  /build/soong/cc/
vndk_prebuilt.go 66 return name + p.NameSuffix()
69 func (p *vndkPrebuiltLibraryDecorator) NameSuffix() string {
85 p.libraryDecorator.libName = strings.TrimSuffix(ctx.ModuleName(), p.NameSuffix())
  /device/linaro/bootloader/edk2/OvmfPkg/VirtioGpuDxe/
DriverBinding.c 273 STATIC CONST CHAR16 NameSuffix[] = L" Head #0";
289 // VirtioGpuGetControllerName() to look up. We simply append NameSuffix to
295 NameSize = StrSize (ParentBusName) - sizeof (CHAR16) + sizeof NameSuffix;
301 UnicodeSPrintAsciiFormat (Name, NameSize, "%s%s", ParentBusName, NameSuffix);
  /external/llvm/lib/Transforms/Utils/
CloneFunction.cpp 41 const Twine &NameSuffix, Function *F,
44 if (BB->hasName()) NewBB->setName(BB->getName()+NameSuffix);
53 NewInst->setName(II->getName()+NameSuffix);
82 const char *NameSuffix, ClonedCodeInfo *CodeInfo,
85 assert(NameSuffix && "NameSuffix cannot be null!");
140 BasicBlock *CBB = CloneBasicBlock(&BB, VMap, NameSuffix, NewFunc, CodeInfo);
225 const char *NameSuffix;
231 const char *nameSuffix, ClonedCodeInfo *codeInfo)
233 ModuleLevelChanges(moduleLevelChanges), NameSuffix(nameSuffix)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
CloneFunction.cpp 36 const Twine &NameSuffix, Function *F,
39 if (BB->hasName()) NewBB->setName(BB->getName()+NameSuffix);
48 NewInst->setName(II->getName()+NameSuffix);
78 const char *NameSuffix, ClonedCodeInfo *CodeInfo) {
79 assert(NameSuffix && "NameSuffix cannot be null!");
115 BasicBlock *CBB = CloneBasicBlock(&BB, VMap, NameSuffix, NewFunc, CodeInfo);
185 const char *NameSuffix;
193 const char *nameSuffix,
198 Returns(returns), NameSuffix(nameSuffix), CodeInfo(codeInfo), TD(td)
    [all...]

Completed in 688 milliseconds