| /freebsd/sys/contrib/dev/acpica/components/utilities/ |
| H A D | utdebug.c | 249 const char *FunctionName) in AcpiUtTrimFunctionName() argument 254 if (*(ACPI_CAST_PTR (UINT32, FunctionName)) == ACPI_PREFIX_MIXED) in AcpiUtTrimFunctionName() 258 return (FunctionName + 4); in AcpiUtTrimFunctionName() 261 if (*(ACPI_CAST_PTR (UINT32, FunctionName)) == ACPI_PREFIX_LOWER) in AcpiUtTrimFunctionName() 265 return (FunctionName + 5); in AcpiUtTrimFunctionName() 268 return (FunctionName); in AcpiUtTrimFunctionName() 295 const char *FunctionName, in AcpiDebugPrint() argument 350 strlen (AcpiUtTrimFunctionName (FunctionName)); in AcpiDebugPrint() 359 AcpiUtTrimFunctionName (FunctionName), FillCount, " "); in AcpiDebugPrint() 362 AcpiOsPrintf ("%-22.22s: ", AcpiUtTrimFunctionName (FunctionName)); in AcpiDebugPrint() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
| H A D | PtrTypesSemantics.cpp | 152 const std::string &FunctionName = safeGetName(F); in isCtorOfRefCounted() local 154 return isRefType(FunctionName) || FunctionName == "adoptRef" || in isCtorOfRefCounted() 155 FunctionName == "UniqueRef" || FunctionName == "makeUniqueRef" || in isCtorOfRefCounted() 156 FunctionName == "makeUniqueRefWithoutFastMallocCheck" in isCtorOfRefCounted() 158 || FunctionName == "String" || FunctionName == "AtomString" || in isCtorOfRefCounted() 159 FunctionName == "UniqueString" in isCtorOfRefCounted() 161 || FunctionName == "Identifier"; in isCtorOfRefCounted() 170 const std::string &FunctionName = safeGetName(F); in isCtorOfRetainPtr() local 171 return FunctionName == "RetainPtr" || FunctionName == "adoptNS" || in isCtorOfRetainPtr() 172 FunctionName == "adoptCF" || FunctionName == "retainPtr" || in isCtorOfRetainPtr() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | XRayLists.cpp | 35 XRayFunctionFilter::shouldImbueFunction(StringRef FunctionName) const { in shouldImbueFunction() 39 if (AlwaysInstrument->inSection("xray_always_instrument", "fun", FunctionName, in shouldImbueFunction() 41 AttrList->inSection("always", "fun", FunctionName, "arg1")) in shouldImbueFunction() 44 FunctionName) || in shouldImbueFunction() 45 AttrList->inSection("always", "fun", FunctionName)) in shouldImbueFunction() 49 FunctionName) || in shouldImbueFunction() 50 AttrList->inSection("never", "fun", FunctionName)) in shouldImbueFunction()
|
| H A D | ProfileList.cpp | 119 ProfileList::isFunctionExcluded(StringRef FunctionName, in isFunctionExcluded() argument 123 if (auto V = inSection(Section, "function", FunctionName)) in isFunctionExcluded() 125 if (SCL->inSection(Section, "!fun", FunctionName)) in isFunctionExcluded() 127 if (SCL->inSection(Section, "fun", FunctionName)) in isFunctionExcluded()
|
| H A D | NoSanitizeList.cpp | 56 StringRef FunctionName) const { in containsFunction() 57 return containsPrefix(Mask, "fun", FunctionName, {}); in containsFunction()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/ |
| H A D | DIContext.h | 39 std::string FunctionName; member 56 : FileName(BadString), FunctionName(BadString), StartFileName(BadString) { in DILineInfo() 61 FileName == RHS.FileName && FunctionName == RHS.FunctionName && 69 return std::tie(FileName, FunctionName, StartFileName, Line, Column, 71 std::tie(RHS.FileName, RHS.FunctionName, RHS.StartFileName, RHS.Line, 81 if (FunctionName != BadString) in dump() 82 OS << "function '" << FunctionName << "', "; in dump() 131 std::string FunctionName; member
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | SymbolRemappingReader.h | 114 Key insert(StringRef FunctionName) { in insert() argument 115 return Canonicalizer.canonicalize(FunctionName); in insert() 124 Key lookup(StringRef FunctionName) { in lookup() argument 125 return Canonicalizer.lookup(FunctionName); in lookup()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CGData/ |
| H A D | StableFunctionMap.h | 35 std::string FunctionName; member 43 StableFunction(stable_hash Hash, const std::string FunctionName, in StableFunction() 46 : Hash(Hash), FunctionName(FunctionName), ModuleName(ModuleName), in StableFunction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMP.cpp | 197 std::string prettifyFunctionName(StringRef FunctionName) { in prettifyFunctionName() argument 199 if (FunctionName.ends_with(".internalized")) in prettifyFunctionName() 200 return FunctionName.drop_back(sizeof("internalized")).str() + in prettifyFunctionName() 203 auto ParentName = deconstructOpenMPKernelName(FunctionName, LineNo); in prettifyFunctionName() 205 return FunctionName.str(); in prettifyFunctionName() 207 " (" + FunctionName + ")") in prettifyFunctionName()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
| H A D | DIPrinter.cpp | 122 void PlainPrinterBase::printFunctionName(StringRef FunctionName, bool Inlined) { in printFunctionName() argument 124 if (FunctionName == DILineInfo::BadString) in printFunctionName() 125 FunctionName = DILineInfo::Addr2LineBadString; in printFunctionName() 128 OS << Prefix << FunctionName << Delimiter; in printFunctionName() 181 printFunctionName(Info.FunctionName, Inlined); in print() 230 if (L.FunctionName.empty()) in print() 233 OS << L.FunctionName; in print() 305 {{"FunctionName", LineInfo.FunctionName != DILineInfo::BadString in toJSON() 306 ? LineInfo.FunctionName in toJSON() 370 {{"FunctionName", Local.FunctionName}, in print()
|
| H A D | SymbolizableObjectFile.cpp | 287 std::string FunctionName, FileName; in symbolizeCode() local 289 if (getNameFromSymbolTable(ModuleOffset.Address, FunctionName, Start, Size, in symbolizeCode() 291 LineInfo.FunctionName = FunctionName; in symbolizeCode() 320 std::string FunctionName, FileName; in symbolizeInlinedCode() local 322 if (getNameFromSymbolTable(ModuleOffset.Address, FunctionName, Start, Size, in symbolizeInlinedCode() 326 LI->FunctionName = FunctionName; in symbolizeInlinedCode()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Remarks/ |
| H A D | Remark.h | 111 StringRef FunctionName; member 193 LHS.FunctionName == RHS.FunctionName && LHS.Loc == RHS.Loc && 203 LHS.FunctionName, LHS.Loc, LHS.Hotness, LHS.Args) < 205 RHS.FunctionName, RHS.Loc, RHS.Hotness, RHS.Args);
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/cert/ |
| H A D | InvalidPtrChecker.cpp | 103 StringRef FunctionName) const; 123 CheckerContext &C, ProgramStateRef State, StringRef FunctionName) const { in REGISTER_SET_WITH_PROGRAMSTATE() 129 FunctionName = std::string{FunctionName}]( in REGISTER_SET_WITH_PROGRAMSTATE() 158 Out << '\'' << FunctionName << "' call may invalidate " in REGISTER_SET_WITH_PROGRAMSTATE() 175 StringRef FunctionName = Call.getCalleeIdentifier()->getName(); in EnvpInvalidatingCall() local 177 createEnvInvalidationNote(C, State, FunctionName); in EnvpInvalidatingCall()
|
| /freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | InstrProfCorrelator.cpp | 252 io.mapRequired("Function Name", P.FunctionName); in mapping() 358 std::optional<const char *> FunctionName; in correlateProfileDataImpl() local 379 AnnotationFormValue->getAsCString().moveInto(FunctionName)) in correlateProfileDataImpl() 388 if (!FunctionName || !CFGHash || !CounterPtr || !NumCounters) { in correlateProfileDataImpl() 391 << "Incomplete DIE for function " << FunctionName in correlateProfileDataImpl() 405 *FunctionName, *CounterPtr, CountersStart, CountersEnd); in correlateProfileDataImpl() 412 *FunctionName); in correlateProfileDataImpl() 420 P.FunctionName = *FunctionName; in correlateProfileDataImpl() 434 this->addDataProbe(IndexedInstrProf::ComputeHash(*FunctionName), *CFGHash, in correlateProfileDataImpl() 436 this->NamesVec.push_back(*FunctionName); in correlateProfileDataImpl()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/ |
| H A D | rtsan_diagnostics.cpp | 37 const char *FunctionName() const { return Green(); } in FunctionName() function in __anon3edc3cb90111::Decorator 68 decorator.FunctionName(), info.func_name, decorator.Reason()); in PrintReason() 74 decorator.FunctionName(), info.func_name, decorator.Reason()); in PrintReason()
|
| /freebsd/sys/contrib/dev/acpica/include/ |
| H A D | acutils.h | 563 const char *FunctionName, 570 const char *FunctionName, 578 const char *FunctionName, 586 const char *FunctionName, 594 const char *FunctionName, 601 const char *FunctionName, 609 const char *FunctionName, 617 const char *FunctionName, 625 const char *FunctionName,
|
| /freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchersMacros.h | 365 #define AST_TYPE_TRAVERSE_MATCHER_DECL(MatcherName, FunctionName, \ argument 369 static QualType (T::*value())() const { return &T::FunctionName; } \ 393 #define AST_TYPE_TRAVERSE_MATCHER(MatcherName, FunctionName, ReturnTypesF) \ argument 396 static QualType (T::*value())() const { return &T::FunctionName; } \ 405 #define AST_TYPELOC_TRAVERSE_MATCHER_DECL(MatcherName, FunctionName, \ argument 409 static TypeLoc (T::*value())() const { return &T::FunctionName##Loc; } \ 419 AST_TYPE_TRAVERSE_MATCHER_DECL(MatcherName, FunctionName##Type, ReturnTypesF) 431 #define AST_TYPELOC_TRAVERSE_MATCHER(MatcherName, FunctionName, ReturnTypesF) \ argument 434 static TypeLoc (T::*value())() const { return &T::FunctionName##Loc; } \ 442 AST_TYPE_TRAVERSE_MATCHER(MatcherName, FunctionName##Type, ReturnTypesF)
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/ |
| H A D | CoverageMappingReader.h | 37 StringRef FunctionName; member 169 StringRef FunctionName; member 175 ProfileMappingRecord(CovMapVersion Version, StringRef FunctionName, in ProfileMappingRecord() 178 : Version(Version), FunctionName(FunctionName), in ProfileMappingRecord()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-cov/ |
| H A D | SourceCoverageView.h | 56 StringRef FunctionName; member 60 InstantiationView(StringRef FunctionName, unsigned Line, in InstantiationView() 62 : FunctionName(FunctionName), Line(Line), View(std::move(View)) {} in InstantiationView() 310 void addInstantiation(StringRef FunctionName, unsigned Line,
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-xray/ |
| H A D | func-id-helper.cpp | 40 if (DI.FunctionName == DILineInfo::BadString) in SymbolOrNumber() 43 F << DI.FunctionName; in SymbolOrNumber()
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | Signals.cpp | 220 StringRef FunctionName = *CurLine++; in collectAddressSymbols() local 221 if (FunctionName.empty()) in collectAddressSymbols() 226 if (!FunctionName.starts_with("??")) in collectAddressSymbols() 227 OS << FunctionName << ' '; in collectAddressSymbols()
|
| /freebsd/contrib/llvm-project/llvm/lib/Remarks/ |
| H A D | YAMLRemarkSerializer.cpp | 26 std::optional<RemarkLocation> RL, StringRef FunctionName, in mapRemarkHeader() argument 31 io.mapRequired("Function", FunctionName); in mapRemarkHeader() 61 Remark->FunctionName, Remark->Hotness, Remark->Args); in mapping()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | RealtimeSanitizer.cpp | 38 const char *FunctionName, in insertCallBeforeInstruction() argument 44 Fn.getParent()->getOrInsertFunction(FunctionName, FuncType); in insertCallBeforeInstruction()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/XRay/ |
| H A D | InstrumentationMap.h | 65 std::string FunctionName; member 128 IO.mapOptional("function-name", Entry.FunctionName);
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-link/ |
| H A D | llvm-link.cpp | 339 std::string FunctionName = Import.substr(0, Idx); in importFunctions() local 351 Function *F = SrcModule.getFunction(FunctionName); in importFunctions() 354 << FunctionName << " from " << FileName << "\n"; in importFunctions() 361 errs() << "Ignoring import request for weak-any function " << FunctionName in importFunctions() 367 errs() << "Importing " << FunctionName << " from " << FileName << "\n"; in importFunctions()
|