Searched refs:FunctionName (Results 26 - 50 of 78) sorted by relevance

1234

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Remarks/
H A DYAMLRemarkSerializer.cpp24 Optional<RemarkLocation> RL, T FunctionName,
30 io.mapRequired("Function", FunctionName);
66 unsigned FunctionID = StrTab.add(Remark->FunctionName).first;
71 Remark->FunctionName, Remark->Hotness, Remark->Args);
23 mapRemarkHeader(yaml::IO &io, T PassName, T RemarkName, Optional<RemarkLocation> RL, T FunctionName, Optional<uint64_t> Hotness, ArrayRef<Argument> Args) argument
H A DRemark.cpp89 return wrap(&unwrap(Remark)->FunctionName);
H A DBitstreamRemarkParser.cpp546 if (Expected<StringRef> FunctionName = (*StrTab)[*Helper.FunctionNameIdx])
547 R.FunctionName = *FunctionName;
549 return FunctionName.takeError();
H A DYAMLRemarkParser.cpp234 TheRemark.FunctionName = *MaybeStr;
265 TheRemark.RemarkName.empty() || TheRemark.FunctionName.empty())
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp301 std::string FunctionName = Import.substr(0, Idx); local
313 Function *F = SrcModule.getFunction(FunctionName);
316 << FunctionName << " from " << FileName << "\n";
323 errs() << "Ignoring import request for weak-any function " << FunctionName
329 errs() << "Importing " << FunctionName << " from " << FileName << "\n";
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h270 void insert(StringRef FunctionName) { Remappings->insert(FunctionName); } argument
274 bool exist(StringRef FunctionName) { argument
275 return Remappings->lookup(FunctionName);
280 FunctionSamples *getSamplesFor(StringRef FunctionName);
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Expression/
H A DFunctionCaller.h272 const char *FunctionName() override {
H A DUserExpression.h193 const char *FunctionName() override { return "$__lldb_expr"; }
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUtilityFunction.cpp133 ConstString const_func_name(FunctionName());
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DPredicateExpander.cpp370 return expandTIIFunctionCall(OS, Rec->getValueAsString("FunctionName"));
378 StringRef FunctionName = Rec->getValueAsString("Name"); local
384 OS << FunctionName << "("; local
511 StringRef FunctionName = Fn.getDeclaration()->getValueAsString("Name"); local
512 OS << "} // " << ClassPrefix << "::" << FunctionName << "\n\n"; local
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/CrossTU/
H A DCrossTranslationUnit.h294 /// \param FunctionName USR name of the function.
303 llvm::Expected<ASTUnit *> getASTUnitForFunction(StringRef FunctionName,
310 /// \param FunctionName USR name of the function.
317 llvm::Expected<std::string> getFileForFunction(StringRef FunctionName,
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageView.cpp171 StringRef FunctionName, unsigned Line,
173 InstantiationSubViews.emplace_back(FunctionName, Line, std::move(View));
170 addInstantiation( StringRef FunctionName, unsigned Line, std::unique_ptr<SourceCoverageView> View) argument
H A DSourceCoverageViewText.cpp232 << "Unexecuted instantiation: " << ISV.FunctionName << "\n";
/freebsd-13-stable/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp416 StringRef FunctionName, StringRef CrossTUDir, StringRef IndexName,
419 auto ASTCacheEntry = NameASTUnitMap.find(FunctionName);
429 if (!NameFileMap.count(FunctionName)) {
437 getASTUnitForFile(NameFileMap[FunctionName], DisplayCTUProgress)) {
440 NameASTUnitMap[FunctionName] = *FoundForFile;
454 StringRef FunctionName, StringRef CrossTUDir, StringRef IndexName) {
457 return NameFileMap[FunctionName];
415 getASTUnitForFunction( StringRef FunctionName, StringRef CrossTUDir, StringRef IndexName, bool DisplayCTUProgress) argument
453 getFileForFunction( StringRef FunctionName, StringRef CrossTUDir, StringRef IndexName) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBContext.cpp36 Result.FunctionName = getFunctionName(Address.Address, Specifier.FNKind);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp58 LineInfo.FunctionName = DemangleName(LineInfo.FunctionName, Info);
112 Frame->FunctionName = DemangleName(Frame->FunctionName, Info);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsRegisterBankInfo.h219 void cleanupIfNewFunction(llvm::StringRef FunctionName);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp300 StringRef FunctionName = YamlMF.Name;
301 Function *F = M.getFunction(FunctionName);
304 F = createDummyFunction(FunctionName, M);
306 return error(Twine("function '") + FunctionName +
311 return error(Twine("redefinition of machine function '") + FunctionName +
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp532 Log << " [" << Idx << "]: " << dii.FunctionName << " @ "
554 if (dii.FunctionName.find(gii.Name.str()) != 0)
556 << dii.FunctionName.c_str()
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DARMWinEHPrinter.cpp941 StringRef FunctionName;
952 FunctionName = *FunctionNameOrErr;
966 SW.printString("Function", formatSymbol(FunctionName, FunctionAddress));
1024 StringRef FunctionName; local
1035 FunctionName = *FunctionNameOrErr;
1049 SW.printString("Function", formatSymbol(FunctionName, FunctionAddress));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1041 std::string &FunctionName,
1055 FunctionName = Name;
1148 Local.FunctionName = Name;
1230 Result.FunctionName, Result.StartLine);
1249 std::string FunctionName(DILineInfo::BadString);
1251 FunctionName, StartLine);
1257 Result.FunctionName = FunctionName;
1278 Result.FunctionName = FunctionName;
1038 getFunctionNameAndStartLineForAddress(DWARFCompileUnit *CU, uint64_t Address, FunctionNameKind Kind, std::string &FunctionName, uint32_t &StartLine) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DFormatEntity.h86 FunctionName, member in class:lldb_private::FormatEntity::Entry::Type
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h215 Constant *getOrCreateSrcLocStr(StringRef FunctionName, StringRef FileName,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOutliner.cpp606 std::string FunctionName = "OUTLINED_FUNCTION_"; local
608 FunctionName += std::to_string(OutlineRepeatedNum + 1) + "_";
609 FunctionName += std::to_string(Name);
614 Function::ExternalLinkage, FunctionName, M);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DLLVMRemarkStreamer.cpp63 R.FunctionName =

Completed in 423 milliseconds

1234