/freebsd/sys/contrib/dev/acpica/components/utilities/ |
H A D | utdebug.c | 244 const char *FunctionName) in AcpiUtTrimFunctionName() argument 249 if (*(ACPI_CAST_PTR (UINT32, FunctionName)) == ACPI_PREFIX_MIXED) in AcpiUtTrimFunctionName() 253 return (FunctionName + 4); in AcpiUtTrimFunctionName() 256 if (*(ACPI_CAST_PTR (UINT32, FunctionName)) == ACPI_PREFIX_LOWER) in AcpiUtTrimFunctionName() 260 return (FunctionName + 5); in AcpiUtTrimFunctionName() 263 return (FunctionName); in AcpiUtTrimFunctionName() 290 const char *FunctionName, in AcpiDebugPrint() argument 345 strlen (AcpiUtTrimFunctionName (FunctionName)); in AcpiDebugPrint() 354 AcpiUtTrimFunctionName (FunctionName), FillCount, " "); in AcpiDebugPrint() 357 AcpiOsPrintf ("%-22.22s: ", AcpiUtTrimFunctionName (FunctionName)); in AcpiDebugPrint() [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 | NoSanitizeList.cpp | 41 StringRef FunctionName) const { in containsFunction() 42 return SSCL->inSection(Mask, "fun", FunctionName); in containsFunction()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
H A D | PtrTypesSemantics.cpp | 113 const std::string &FunctionName = safeGetName(F); in isCtorOfRefCounted() local 115 return isRefType(FunctionName) || FunctionName == "makeRef" || in isCtorOfRefCounted() 116 FunctionName == "makeRefPtr" || FunctionName == "UniqueRef" || in isCtorOfRefCounted() 117 FunctionName == "makeUniqueRef" || in isCtorOfRefCounted() 118 FunctionName == "makeUniqueRefWithoutFastMallocCheck" in isCtorOfRefCounted() 120 || FunctionName == "String" || FunctionName == "AtomString" || in isCtorOfRefCounted() 121 FunctionName == "UniqueString" in isCtorOfRefCounted() 123 || FunctionName == "Identifier"; in isCtorOfRefCounted() 217 const auto FunctionName = safeGetName(F); in isPtrConversion() local 218 if (FunctionName == "getPtr" || FunctionName == "WeakPtr" || in isPtrConversion() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/ |
H A D | DIContext.h | 38 std::string FunctionName; member 54 : FileName(BadString), FunctionName(BadString), StartFileName(BadString) { in DILineInfo() 59 FileName == RHS.FileName && FunctionName == RHS.FunctionName && 67 return std::tie(FileName, FunctionName, StartFileName, Line, Column, 69 std::tie(RHS.FileName, RHS.FunctionName, RHS.StartFileName, RHS.Line, 79 if (FunctionName != BadString) in dump() 80 OS << "function '" << FunctionName << "', "; in dump() 129 std::string FunctionName; member
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | SymbolRemappingReader.h | 113 Key insert(StringRef FunctionName) { in insert() argument 114 return Canonicalizer.canonicalize(FunctionName); in insert() 123 Key lookup(StringRef FunctionName) { in lookup() argument 124 return Canonicalizer.lookup(FunctionName); in lookup()
|
H A D | SampleProfReader.h | 292 void insert(StringRef FunctionName) { Remappings->insert(FunctionName); } in insert() argument 296 bool exist(StringRef FunctionName) { in exist() argument 297 return Remappings->lookup(FunctionName); in exist() 302 std::optional<StringRef> lookUpNameInProfile(StringRef FunctionName);
|
/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() 174 printFunctionName(Info.FunctionName, Inlined); in print() 223 if (L.FunctionName.empty()) in print() 226 OS << L.FunctionName; in print() 298 {{"FunctionName", LineInfo.FunctionName != DILineInfo::BadString in toJSON() 299 ? LineInfo.FunctionName in toJSON() [all...] |
H A D | SymbolizableObjectFile.cpp | 285 std::string FunctionName, FileName; in symbolizeCode() local 287 if (getNameFromSymbolTable(ModuleOffset.Address, FunctionName, Start, Size, in symbolizeCode() 289 LineInfo.FunctionName = FunctionName; in symbolizeCode() 313 std::string FunctionName, FileName; in symbolizeInlinedCode() local 315 if (getNameFromSymbolTable(ModuleOffset.Address, FunctionName, Start, Size, in symbolizeInlinedCode() 319 LI->FunctionName = FunctionName; in symbolizeInlinedCode()
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | InstrProfCorrelator.cpp | 228 io.mapRequired("Function Name", P.FunctionName); in mapping() 334 std::optional<const char *> FunctionName; in correlateProfileDataImpl() local 355 AnnotationFormValue->getAsCString().moveInto(FunctionName)) in correlateProfileDataImpl() 364 if (!FunctionName || !CFGHash || !CounterPtr || !NumCounters) { in correlateProfileDataImpl() 367 << "Incomplete DIE for function " << FunctionName in correlateProfileDataImpl() 381 *FunctionName, *CounterPtr, CountersStart, CountersEnd); in correlateProfileDataImpl() 388 *FunctionName); in correlateProfileDataImpl() 396 P.FunctionName = *FunctionName; in correlateProfileDataImpl() 410 this->addDataProbe(IndexedInstrProf::ComputeHash(*FunctionName), *CFGHash, in correlateProfileDataImpl() 412 this->NamesVec.push_back(*FunctionName); in correlateProfileDataImpl()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Remarks/ |
H A D | Remark.h | 110 StringRef FunctionName; 192 LHS.FunctionName == RHS.FunctionName && LHS.Loc == RHS.Loc && 202 LHS.FunctionName, LHS.Loc, LHS.Hotness, LHS.Args) < 204 RHS.FunctionName, RHS.Loc, RHS.Hotness, RHS.Args); 106 StringRef FunctionName; global() member
|
/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/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/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() 298 void addInstantiation(StringRef FunctionName, unsigned Line,
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/ |
H A D | CoverageMappingReader.h | 36 StringRef FunctionName; member 168 StringRef FunctionName; member 174 ProfileMappingRecord(CovMapVersion Version, StringRef FunctionName, in ProfileMappingRecord() 177 : Version(Version), FunctionName(FunctionName), in ProfileMappingRecord()
|
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchersMacros.h | 363 #define AST_TYPE_TRAVERSE_MATCHER_DECL(MatcherName, FunctionName, \ argument 367 static QualType (T::*value())() const { return &T::FunctionName; } \ 391 #define AST_TYPE_TRAVERSE_MATCHER(MatcherName, FunctionName, ReturnTypesF) \ argument 394 static QualType (T::*value())() const { return &T::FunctionName; } \ 403 #define AST_TYPELOC_TRAVERSE_MATCHER_DECL(MatcherName, FunctionName, \ argument 407 static TypeLoc (T::*value())() const { return &T::FunctionName##Loc; } \ 417 AST_TYPE_TRAVERSE_MATCHER_DECL(MatcherName, FunctionName##Type, ReturnTypesF) 429 #define AST_TYPELOC_TRAVERSE_MATCHER(MatcherName, FunctionName, ReturnTypesF) \ argument 432 static TypeLoc (T::*value())() const { return &T::FunctionName##Loc; } \ 440 AST_TYPE_TRAVERSE_MATCHER(MatcherName, FunctionName##Type, ReturnTypesF)
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | Signals.cpp | 237 StringRef FunctionName = *CurLine++; in printSymbolizedStackTrace() 238 if (FunctionName.empty()) in printSymbolizedStackTrace() 241 if (!FunctionName.starts_with("??")) in printSymbolizedStackTrace() 242 OS << FunctionName << ' '; in printSymbolizedStackTrace() 236 StringRef FunctionName = *CurLine++; printSymbolizedStackTrace() local
|
/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/Remarks/ |
H A D | YAMLRemarkSerializer.cpp | 26 std::optional<RemarkLocation> RL, T FunctionName, in mapRemarkHeader() argument 32 io.mapRequired("Function", FunctionName); in mapRemarkHeader() 67 unsigned FunctionID = StrTab.add(Remark->FunctionName).first; in mapping() 72 Remark->FunctionName, Remark->Hotness, Remark->Args); in mapping()
|
H A D | Remark.cpp | 53 OS << "FunctionName: " << FunctionName << "\n"; in print() 127 return wrap(&unwrap(Remark)->FunctionName); in LLVMRemarkEntryGetFunctionName()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | PointerSortingChecker.cpp | 57 decltype(auto) callsName(const char *FunctionName) { in callsName() argument 58 return callee(functionDecl(hasName(FunctionName))); in callsName()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/XRay/ |
H A D | InstrumentationMap.h | 63 std::string FunctionName; member 125 IO.mapOptional("function-name", Entry.FunctionName);
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGHLSLRuntime.h | 35 #define GENERATE_HLSL_INTRINSIC_FUNCTION(FunctionName, IntrinsicPostfix) \ argument 36 llvm::Intrinsic::ID get##FunctionName##Intrinsic() { \
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | SourcePrinter.cpp | 433 bool PrintFunctionName = LineInfo.FunctionName != DILineInfo::BadString && in printLines() 434 LineInfo.FunctionName != OldLineInfo.FunctionName; in printLines() 436 OS << Delimiter << LineInfo.FunctionName; in printLines() 437 // If demangling is successful, FunctionName will end with "()". Print it in printLines() 439 if (!StringRef(LineInfo.FunctionName).ends_with("()")) in printLines()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-link/ |
H A D | llvm-link.cpp | 350 std::string FunctionName = Import.substr(0, Idx); in importFunctions() local 362 Function *F = SrcModule.getFunction(FunctionName); in importFunctions() 365 << FunctionName << " from " << FileName << "\n"; in importFunctions() 372 errs() << "Ignoring import request for weak-any function " << FunctionName in importFunctions() 378 errs() << "Importing " << FunctionName << " from " << FileName << "\n"; in importFunctions()
|