Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslxrefout.c343 char *ParentPath; in OtXrefWalkPart1() local
371 ParentPath = AcpiNsGetNormalizedPathname (Node, TRUE); in OtXrefWalkPart1()
374 ParentPath, AcpiUtGetTypeName (Node->Type)); in OtXrefWalkPart1()
375 ACPI_FREE (ParentPath); in OtXrefWalkPart1()
437 ParentPath = AcpiNsGetNormalizedPathname ( in OtXrefWalkPart1()
441 Length, ParentPath); in OtXrefWalkPart1()
442 ACPI_FREE (ParentPath); in OtXrefWalkPart1()
452 ParentPath = AcpiNsGetNormalizedPathname ( in OtXrefWalkPart1()
457 ParentPath); in OtXrefWalkPart1()
458 ACPI_FREE (ParentPath); in OtXrefWalkPart1()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerDeclContext.h
/freebsd/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/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesManager.cpp449 StringRef ParentPath = llvm::sys::path::parent_path(Path); in findAPINotes() local
450 while (llvm::sys::path::stem(ParentPath) == "..") in findAPINotes()
451 ParentPath = llvm::sys::path::parent_path(ParentPath); in findAPINotes()
453 Dir = ParentPath.empty() ? std::nullopt in findAPINotes()
454 : FileMgr.getOptionalDirectoryRef(ParentPath); in findAPINotes()
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DDirectoryScanner.cpp92 StringRef ParentPath) const { in scanHeaders()
130 if (ParentPath.empty()) in scanHeaders()
131 ParentPath = Path; in scanHeaders()
133 return scanHeaders(Dir, Lib, Type, BasePath, ParentPath); in scanHeaders()
/freebsd/sys/contrib/dev/acpica/components/debugger/
H A Ddbcmds.c1017 char *ParentPath; in AcpiDbDeviceResources() local
1023 ParentPath = AcpiNsGetNormalizedPathname (Node, TRUE); in AcpiDbDeviceResources()
1024 if (!ParentPath) in AcpiDbDeviceResources()
1045 AcpiOsPrintf ("\nDevice: %s\n", ParentPath); in AcpiDbDeviceResources()
1233 ACPI_FREE (ParentPath); in AcpiDbDeviceResources()
/freebsd/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/contrib/llvm-project/llvm/lib/TextAPI/
H A DUtils.cpp23 auto ParentPath = sys::path::parent_path(P); in replace_extension() local
26 if (!ParentPath.ends_with(Filename.str() + ".framework")) { in replace_extension()
/freebsd/contrib/llvm-project/llvm/lib/WindowsDriver/
H A DMSVCPaths.cpp565 StringRef ParentPath = sys::path::parent_path(TestPath); in findVCToolChainViaEnvironment() local
566 StringRef ParentFilename = sys::path::filename(ParentPath); in findVCToolChainViaEnvironment()
568 Path = std::string(ParentPath); in findVCToolChainViaEnvironment()
576 Path = std::string(ParentPath); in findVCToolChainViaEnvironment()
/freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/
H A DDirectoryScanner.h68 StringRef ParentPath = StringRef()) const;
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp532 StringRef ParentPath = llvm::sys::path::parent_path(NewPath.str()); in getThinLTOOutputFile() local
533 if (!ParentPath.empty()) { in getThinLTOOutputFile()
535 if (std::error_code EC = llvm::sys::fs::create_directories(ParentPath)) in getThinLTOOutputFile()
536 error(EC, "error creating the directory '" + ParentPath + "'"); in getThinLTOOutputFile()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DAMDGPU.cpp261 auto ParentPath = llvm::sys::path::parent_path(RealClangPath); in getInstallationPathCandidates() local
262 if (ParentPath != InstallDir) in getInstallationPathCandidates()
263 ROCmSearchDirs.emplace_back(DeduceROCmPath(ParentPath)); in getInstallationPathCandidates()
267 auto RealClangRoot = llvm::sys::path::parent_path(ParentPath); in getInstallationPathCandidates()
/freebsd/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/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp1601 StringRef ParentPath = llvm::sys::path::parent_path(NewPath.str()); in getThinLTOOutputFile() local
1602 if (!ParentPath.empty()) { in getThinLTOOutputFile()
1604 if (std::error_code EC = llvm::sys::fs::create_directories(ParentPath)) in getThinLTOOutputFile()
1605 llvm::errs() << "warning: could not create directory '" << ParentPath in getThinLTOOutputFile()
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp833 auto ParentPath = llvm::sys::path::parent_path(DumpIRFilename); in prepareDumpIRFileDescriptor() local
834 if (!ParentPath.empty()) { in prepareDumpIRFileDescriptor()
835 std::error_code EC = llvm::sys::fs::create_directories(ParentPath); in prepareDumpIRFileDescriptor()
837 report_fatal_error(Twine("Failed to create directory ") + ParentPath + in prepareDumpIRFileDescriptor()