Home
last modified time | relevance | path

Searched refs:ParentPath (Results 1 – 13 of 13) sorted by relevance

/freebsd-14.2/sys/contrib/dev/acpica/compiler/
H A Daslxrefout.c343 char *ParentPath; in OtXrefWalkPart1() local
375 ACPI_FREE (ParentPath); in OtXrefWalkPart1()
441 Length, ParentPath); in OtXrefWalkPart1()
442 ACPI_FREE (ParentPath); in OtXrefWalkPart1()
457 ParentPath); in OtXrefWalkPart1()
458 ACPI_FREE (ParentPath); in OtXrefWalkPart1()
492 ACPI_FREE (ParentPath); in OtXrefWalkPart1()
592 char *ParentPath; in OtXrefWalkPart2() local
639 ACPI_FREE (ParentPath); in OtXrefWalkPart2()
740 char *ParentPath; in OtXrefWalkPart3() local
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinkerDeclContext.h41 StringRef ParentPath = sys::path::parent_path(Path); in resolve() local
45 if (!ResolvedPaths.count(ParentPath)) { in resolve()
47 sys::fs::real_path(ParentPath, RealPath); in resolve()
49 {ParentPath, std::string(RealPath.c_str(), RealPath.size())}); in resolve()
53 SmallString<256> ResolvedPath(ResolvedPaths[ParentPath]); in resolve()
/freebsd-14.2/sys/contrib/dev/acpica/common/
H A Ddmextern.c309 char *ParentPath; in AcpiDmNormalizeParentPrefix() local
356 ParentPath = AcpiNsGetExternalPathname (Node); in AcpiDmNormalizeParentPrefix()
357 if (!ParentPath) in AcpiDmNormalizeParentPrefix()
362 Length = (strlen (ParentPath) + strlen (Path) + 1); in AcpiDmNormalizeParentPrefix()
363 if (ParentPath[1]) in AcpiDmNormalizeParentPrefix()
373 if (*ParentPath == AML_ROOT_PREFIX) in AcpiDmNormalizeParentPrefix()
391 strcpy (Fullpath, &ParentPath[Index]); in AcpiDmNormalizeParentPrefix()
397 if (ParentPath[1]) in AcpiDmNormalizeParentPrefix()
407 ACPI_FREE (ParentPath); in AcpiDmNormalizeParentPrefix()
/freebsd-14.2/contrib/llvm-project/llvm/lib/TextAPI/
H A DUtils.cpp21 auto ParentPath = sys::path::parent_path(P); in replace_extension() local
24 if (!ParentPath.ends_with(Filename.str() + ".framework")) { in replace_extension()
/freebsd-14.2/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesManager.cpp443 StringRef ParentPath = llvm::sys::path::parent_path(Path); in findAPINotes() local
444 while (llvm::sys::path::stem(ParentPath) == "..") in findAPINotes()
445 ParentPath = llvm::sys::path::parent_path(ParentPath); in findAPINotes()
447 Dir = ParentPath.empty() ? std::nullopt in findAPINotes()
448 : FileMgr.getOptionalDirectoryRef(ParentPath); in findAPINotes()
/freebsd-14.2/sys/contrib/dev/acpica/components/debugger/
H A Ddbcmds.c1018 char *ParentPath; in AcpiDbDeviceResources() local
1024 ParentPath = AcpiNsGetNormalizedPathname (Node, TRUE); in AcpiDbDeviceResources()
1025 if (!ParentPath) in AcpiDbDeviceResources()
1046 AcpiOsPrintf ("\nDevice: %s\n", ParentPath); in AcpiDbDeviceResources()
1234 ACPI_FREE (ParentPath); in AcpiDbDeviceResources()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageView.cpp43 SmallString<256> ParentPath = sys::path::parent_path(Path); in getOutputPath() local
44 sys::path::remove_dots(ParentPath, /*remove_dot_dot=*/true); in getOutputPath()
45 sys::path::append(FullPath, sys::path::relative_path(ParentPath)); in getOutputPath()
/freebsd-14.2/contrib/llvm-project/llvm/lib/WindowsDriver/
H A DMSVCPaths.cpp561 StringRef ParentPath = sys::path::parent_path(TestPath); in findVCToolChainViaEnvironment() local
562 StringRef ParentFilename = sys::path::filename(ParentPath); in findVCToolChainViaEnvironment()
564 Path = std::string(ParentPath); in findVCToolChainViaEnvironment()
572 Path = std::string(ParentPath); in findVCToolChainViaEnvironment()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp523 StringRef ParentPath = llvm::sys::path::parent_path(NewPath.str()); in getThinLTOOutputFile() local
524 if (!ParentPath.empty()) { in getThinLTOOutputFile()
526 if (std::error_code EC = llvm::sys::fs::create_directories(ParentPath)) in getThinLTOOutputFile()
527 error(EC, "error creating the directory '" + ParentPath + "'"); in getThinLTOOutputFile()
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DAMDGPU.cpp260 auto ParentPath = llvm::sys::path::parent_path(RealClangPath); in getInstallationPathCandidates() local
261 if (ParentPath != InstallDir) in getInstallationPathCandidates()
262 ROCmSearchDirs.emplace_back(DeduceROCmPath(ParentPath)); in getInstallationPathCandidates()
266 auto RealClangRoot = llvm::sys::path::parent_path(ParentPath); in getInstallationPathCandidates()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.cpp207 StringRef ParentPath = sys::path::parent_path(OrigFileName); in getFileName() local
212 ResolvedParentPaths.find(ParentPath); in getFileName()
215 sys::fs::real_path(ParentPath, RealPath); in getFileName()
218 .insert({ParentPath, GlobalStrings.insert(RealPath).first}) in getFileName()
/freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp1569 StringRef ParentPath = llvm::sys::path::parent_path(NewPath.str()); in getThinLTOOutputFile() local
1570 if (!ParentPath.empty()) { in getThinLTOOutputFile()
1572 if (std::error_code EC = llvm::sys::fs::create_directories(ParentPath)) in getThinLTOOutputFile()
1573 llvm::errs() << "warning: could not create directory '" << ParentPath in getThinLTOOutputFile()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp780 auto ParentPath = llvm::sys::path::parent_path(DumpIRFilename); in prepareDumpIRFileDescriptor() local
781 if (!ParentPath.empty()) { in prepareDumpIRFileDescriptor()
782 std::error_code EC = llvm::sys::fs::create_directories(ParentPath); in prepareDumpIRFileDescriptor()
784 report_fatal_error(Twine("Failed to create directory ") + ParentPath + in prepareDumpIRFileDescriptor()