/external/chromium_org/third_party/lcov/contrib/galaxy/ |
D | conglomerate_functions.pl | 133 my $FuncName = $Filename; 134 $FuncName =~ s/^[^.]+\.c\.(.+?)\..*$/$1/; 136 push (@Output, Box ('dashed', 'Helvetica', 24, $FuncName, $LastLine));
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyLibCalls.cpp | 1420 StringRef FuncName = Callee->getName(); in classifyArgUse() local 1422 if (!TLI->getLibFunc(FuncName, Func) || !TLI->has(Func) || in classifyArgUse() 2039 bool hasFloatVersion(StringRef FuncName); 2042 bool LibCallSimplifierImpl::hasFloatVersion(StringRef FuncName) { in hasFloatVersion() argument 2044 SmallString<20> FloatFuncName = FuncName; in hasFloatVersion() 2109 StringRef FuncName = Callee->getName(); in lookupOptimization() local 2124 if (TLI->getLibFunc(FuncName, Func) && TLI->has(Func)) { in lookupOptimization() 2227 if (hasFloatVersion(FuncName)) in lookupOptimization() 2251 if (UnsafeFPShrink && hasFloatVersion(FuncName)) in lookupOptimization() 2256 if (hasFloatVersion(FuncName)) in lookupOptimization() [all …]
|
/external/llvm/lib/Transforms/IPO/ |
D | LoopExtractor.cpp | 270 std::string &FuncName = BlocksToNotExtractByName.back().first; in runOnModule() local 275 if (F.getName() != FuncName) continue; in runOnModule()
|
/external/llvm/lib/ProfileData/ |
D | InstrProfReader.cpp | 334 StringRef FuncName, uint64_t &FuncHash, std::vector<uint64_t> &Counts) { in getFunctionCounts() argument 335 const auto &Iter = Index->find(FuncName); in getFunctionCounts()
|
/external/llvm/lib/Target/X86/AsmParser/ |
D | X86AsmInstrumentation.cpp | 39 std::string FuncName(unsigned AccessSize, bool IsWrite) { in FuncName() function 169 const std::string& Fn = FuncName(AccessSize, IsWrite); in EmitCallAsanReport() 345 const std::string& Fn = FuncName(AccessSize, IsWrite); in EmitCallAsanReport()
|
/external/llvm/include/llvm/ProfileData/ |
D | InstrProfReader.h | 290 std::error_code getFunctionCounts(StringRef FuncName, uint64_t &FuncHash,
|
/external/clang/lib/Rewrite/Frontend/ |
D | RewriteObjC.cpp | 3653 StringRef FuncName = FD->getName(); in InsertBlockLiteralsWithinFunction() local 3655 SynthesizeBlockLiterals(FunLocStart, FuncName); in InsertBlockLiteralsWithinFunction() 3673 std::string FuncName; in InsertBlockLiteralsWithinMethod() local 3674 BuildUniqueMethodName(FuncName, MD); in InsertBlockLiteralsWithinMethod() 3675 SynthesizeBlockLiterals(FunLocStart, FuncName); in InsertBlockLiteralsWithinMethod() 4442 std::string FuncName; in SynthBlockInitExpr() local 4445 FuncName = CurFunctionDef->getNameAsString(); in SynthBlockInitExpr() 4447 BuildUniqueMethodName(FuncName, CurMethodDef); in SynthBlockInitExpr() 4449 FuncName = std::string(GlobalVarDecl->getNameAsString()); in SynthBlockInitExpr() 4453 std::string Tag = "__" + FuncName + "_block_impl_" + BlockNumber; in SynthBlockInitExpr() [all …]
|
D | RewriteModernObjC.cpp | 4550 StringRef FuncName = FD->getName(); in InsertBlockLiteralsWithinFunction() local 4552 SynthesizeBlockLiterals(FunLocStart, FuncName); in InsertBlockLiteralsWithinFunction() 4570 std::string FuncName; in InsertBlockLiteralsWithinMethod() local 4571 BuildUniqueMethodName(FuncName, MD); in InsertBlockLiteralsWithinMethod() 4572 SynthesizeBlockLiterals(FunLocStart, FuncName); in InsertBlockLiteralsWithinMethod() 5377 std::string FuncName; in SynthBlockInitExpr() local 5380 FuncName = CurFunctionDef->getNameAsString(); in SynthBlockInitExpr() 5382 BuildUniqueMethodName(FuncName, CurMethodDef); in SynthBlockInitExpr() 5384 FuncName = std::string(GlobalVarDecl->getNameAsString()); in SynthBlockInitExpr() 5396 std::string Func = "__" + FuncName + "_block_func_" + BlockNumber; in SynthBlockInitExpr() [all …]
|
/external/llvm/include/llvm/Target/ |
D | TargetCallingConv.td | 20 string FuncName = fn;
|
/external/llvm/lib/Target/R600/ |
D | AMDGPUISelLowering.cpp | 509 StringRef FuncName("<unknown>"); in LowerCall() local 512 FuncName = G->getSymbol(); in LowerCall() 514 FuncName = G->getGlobal()->getName(); in LowerCall() 516 DiagnosticInfoUnsupported NoCalls(Fn, "call to function " + FuncName); in LowerCall()
|
/external/llvm/lib/Target/CppBackend/ |
D | CPPBackend.cpp | 43 FuncName("cppfname", cl::desc("Specify the name of the generated function"), variable 2081 std::string fname = FuncName.getValue(); in runOnModule()
|
/external/clang/lib/Sema/ |
D | SemaExpr.cpp | 4061 FunctionCallCCC(Sema &SemaRef, const IdentifierInfo *FuncName, in FunctionCallCCC() argument 4064 FunctionName(FuncName) {} in FunctionCallCCC() 4084 DeclarationName FuncName = FDecl->getDeclName(); in TryTypoCorrectionForCall() local 4086 FunctionCallCCC CCC(S, FuncName.getAsIdentifierInfo(), Args.size(), ME); in TryTypoCorrectionForCall() 4089 DeclarationNameInfo(FuncName, NameLoc), Sema::LookupOrdinaryName, in TryTypoCorrectionForCall()
|