Searched defs:TmpNameList (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/libbcc/bcinfo/
H A DMetadataExtractor.cpp420 char **TmpNameList = new char*[mExportForEachSignatureCount]; local
422 TmpNameList[0] = new char[RootLen];
423 strncpy(TmpNameList[0], kRoot, RootLen);
428 mExportForEachNameList = (const char**)TmpNameList;
445 const char **TmpNameList = new const char*[mExportForEachSignatureCount]; local
465 TmpNameList[i] = createStringFromValue(Name->getOperand(0));
471 // the original (UNexpanded) kernel function (TmpNameList[i])
476 mModule->getFunction(llvm::StringRef(TmpNameList[i]));
489 TmpNameList[0] = RootName;
492 mExportForEachNameList = TmpNameList;
[all...]

Completed in 91 milliseconds