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

/external/llvm/include/llvm/DebugInfo/
H A DDIContext.h34 std::string FunctionName; member in struct:llvm::DILineInfo
39 : FileName("<invalid>"), FunctionName("<invalid>"), Line(0), Column(0) {}
43 FileName == RHS.FileName && FunctionName == RHS.FunctionName;
/external/lldb/include/lldb/Expression/
H A DClangUtilityFunction.h110 FunctionName () function in class:lldb_private::ClangUtilityFunction
H A DClangFunction.h555 FunctionName () function in class:lldb_private::ClangFunction
H A DClangUserExpression.h231 FunctionName () function in class:lldb_private::ClangUserExpression
/external/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp70 InstrProfWriter::addFunctionCounts(StringRef FunctionName, argument
73 auto Where = FunctionData.find(FunctionName);
76 auto &Data = FunctionData[FunctionName];
/external/llvm/lib/Transforms/IPO/
H A DLoopExtractor.cpp209 std::string FunctionName, BlockName; local
210 In >> FunctionName; local
214 std::make_pair(FunctionName, BlockName));
/external/chromium_org/extensions/browser/
H A Dquota_service.h64 typedef std::string FunctionName; typedef in class:extensions::QuotaService
66 typedef std::map<FunctionName, QuotaLimitHeuristics> FunctionHeuristicsMap;
/external/llvm/unittests/IR/
H A DPassManagerTest.cpp156 TestInvalidationFunctionPass(StringRef FunctionName) : Name(FunctionName) {} argument
/external/llvm/tools/llvm-readobj/
H A DARMWinEHPrinter.cpp616 StringRef FunctionName;
619 Function->getName(FunctionName);
628 SW.printString("Function", formatSymbol(FunctionName, FunctionAddress));
673 StringRef FunctionName; local
676 Function->getName(FunctionName);
685 SW.printString("Function", formatSymbol(FunctionName, FunctionAddress));
H A DCOFFDumper.cpp489 StringRef FunctionName; local
491 FunctionName)))
493 W.printString("FunctionName", FunctionName);
494 if (FunctionLineTables.count(FunctionName) != 0) {
500 FunctionLineTables[FunctionName] = Contents;
501 FunctionNames.push_back(FunctionName);
538 W.printString("FunctionName", Name);
/external/llvm/tools/llvm-symbolizer/
H A DLLVMSymbolize.cpp121 std::string FunctionName; local
124 FunctionName, Start, Size)) {
125 LineInfo.FunctionName = FunctionName;
148 std::string FunctionName; local
151 FunctionName, Start, Size)) {
152 LineInfo.FunctionName = FunctionName;
404 std::string FunctionName = LineInfo.FunctionName; local
409 Result << FunctionName << "\\n"; local
[all...]
/external/chromium_org/v8/src/
H A Dscopeinfo.cc210 String* ScopeInfo::FunctionName() { function in class:v8::internal::ScopeInfo
362 FunctionName() == name) {
521 FunctionName()->ShortPrint();
/external/llvm/lib/DebugInfo/
H A DDWARFContext.cpp471 std::string &FunctionName) {
484 FunctionName = Name;
497 getFunctionNameForAddress(CU, Address, Spec.FNKind, Result.FunctionName);
513 std::string FunctionName = "<invalid>";
514 getFunctionNameForAddress(CU, Address, Spec.FNKind, FunctionName);
520 Result.FunctionName = FunctionName;
538 Result.FunctionName = FunctionName;
580 Frame.FunctionName
469 getFunctionNameForAddress(DWARFCompileUnit *CU, uint64_t Address, FunctionNameKind Kind, std::string &FunctionName) argument
[all...]
/external/clang/lib/CodeGen/
H A DCGExprConstant.cpp942 std::string FunctionName; local
944 FunctionName = CGF->CurFn->getName();
946 FunctionName = "global";
948 return CGM.GetAddrOfGlobalBlock(cast<BlockExpr>(E), FunctionName.c_str());
H A DCGExpr.cpp2044 std::string FunctionName; local
2048 FunctionName = FnName.str();
2052 FunctionName = PredefinedExpr::ComputeName(IdentType, CurDecl);
2054 FunctionName = PredefinedExpr::ComputeName(IdentType, CurDecl);
2056 FunctionName.size() &&
2064 getContext().getTypeSizeInChars(ElemType).getQuantity(), FunctionName,
2071 C = CGM.GetAddrOfConstantCString(FunctionName, GVName.c_str(), 1);
2240 std::string FunctionName = ("__ubsan_handle_" + CheckName + local
2243 FnType, FunctionName,
H A DCGObjCGNU.cpp50 const char *FunctionName; member in class:__anon17845::LazyRuntimeFunction
57 : CGM(nullptr), FunctionName(nullptr), Function(nullptr) {}
65 FunctionName = name;
80 if (!FunctionName) return nullptr;
86 cast<llvm::Constant>(CGM->CreateRuntimeFunction(FTy, FunctionName));
2593 std::string FunctionName = SymbolNameForMethod(ClassName, CategoryName, local
2599 FunctionName,
/external/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp329 std::string FunctionName = "__msan_maybe_warning_" + itostr(AccessSize); local
331 FunctionName, IRB.getVoidTy(), IRB.getIntNTy(AccessSize * 8),
334 FunctionName = "__msan_maybe_store_origin_" + itostr(AccessSize);
336 FunctionName, IRB.getVoidTy(), IRB.getIntNTy(AccessSize * 8),
/external/clang/lib/Sema/
H A DSemaChecking.cpp3796 const char *FunctionName = nullptr; local
3798 FunctionName = "std::abs";
3839 FunctionName = S.Context.BuiltinInfo.GetName(AbsKind);
3843 DeclarationName DN(&S.Context.Idents.get(FunctionName));
3862 << FunctionName << FixItHint::CreateReplacement(Range, FunctionName);
3870 S.Diag(Loc, diag::note_please_include_header) << HeaderName << FunctionName; local
3913 const char *FunctionName = local
3917 << FunctionName
H A DSemaExpr.cpp4064 FunctionName(FuncName) {}
4068 candidate.getCorrectionAsIdentifierInfo() != FunctionName) {
4076 const IdentifierInfo *const FunctionName; member in class:__anon18046::FunctionCallCCC

Completed in 422 milliseconds