Searched defs:Dir (Results 1 - 25 of 41) sorted by relevance

12

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DLookupResult.h24 StringRef Dir; ///< Line entry source file directory path. member in struct:llvm::gsym::SourceLocation
H A DFileEntry.h29 uint32_t Dir = 0; member in struct:llvm::gsym::FileEntry
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DCodeCompletionHandler.h67 virtual void CodeCompleteIncludedFile(llvm::StringRef Dir, bool IsAngled) {} argument
H A DDirectoryLookup.h42 DirectoryEntryRef Dir; member in union:clang::DirectoryLookup::DLU
48 DLU(DirectoryEntryRef Dir) : Dir(Dir) {} argument
69 DirectoryLookup(DirectoryEntryRef Dir, SrcMgr::CharacteristicKind DT, argument
[all...]
H A DModuleMap.h405 void setBuiltinIncludeDir(const DirectoryEntry *Dir) { argument
H A DHeaderSearch.h331 void setDirectoryHasModuleMap(const DirectoryEntry* Dir) { argument
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/COFF/
H A DReader.cpp48 const data_directory *Dir; local
H A DWriter.cpp392 const data_directory *Dir = &Obj.DataDirectories[DEBUG_DIRECTORY]; local
/freebsd-12-stable/usr.sbin/ctm/ctm/
H A Dctm_syntax.c28 #define Dir CTM_Q_Name_Dir macro
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp170 OMPParallelDirective *Dir = local
197 OMPSimdDirective *Dir = new (Mem) local
240 OMPForDirective *Dir = local
293 OMPForSimdDirective *Dir = new (Mem) local
343 OMPSectionsDirective *Dir = local
368 OMPSectionDirective *Dir = new (Mem) OMPSectionDirective(StartLoc, EndLoc); local
390 OMPSingleDirective *Dir = local
413 OMPMasterDirective *Dir = new (Mem) OMPMasterDirective(StartLoc, EndLoc); local
433 OMPCriticalDirective *Dir = local
459 OMPParallelForDirective *Dir = new (Mem) local
511 OMPParallelForSimdDirective *Dir = new (Mem) OMPParallelForSimdDirective( local
561 auto *Dir = local
585 OMPParallelSectionsDirective *Dir = local
610 OMPTaskDirective *Dir = local
631 OMPTaskyieldDirective *Dir = local
646 OMPBarrierDirective *Dir = new (Mem) OMPBarrierDirective(StartLoc, EndLoc); local
660 OMPTaskwaitDirective *Dir = new (Mem) OMPTaskwaitDirective(StartLoc, EndLoc); local
677 OMPTaskgroupDirective *Dir = local
701 OMPCancellationPointDirective *Dir = local
723 OMPCancelDirective *Dir = local
747 OMPFlushDirective *Dir = local
771 OMPOrderedDirective *Dir = local
796 OMPAtomicDirective *Dir = local
828 OMPTargetDirective *Dir = local
852 OMPTargetParallelDirective *Dir = local
878 OMPTargetParallelForDirective *Dir = new (Mem) OMPTargetParallelForDirective( local
928 OMPTargetDataDirective *Dir = local
950 OMPTargetEnterDataDirective *Dir = local
972 OMPTargetExitDataDirective *Dir = local
997 OMPTeamsDirective *Dir = local
1023 OMPTaskLoopDirective *Dir = new (Mem) local
1075 OMPTaskLoopSimdDirective *Dir = new (Mem) local
1126 OMPMasterTaskLoopDirective *Dir = new (Mem) OMPMasterTaskLoopDirective( local
1179 auto *Dir = new (Mem) OMPMasterTaskLoopSimdDirective( local
1233 auto *Dir = new (Mem) OMPParallelMasterTaskLoopDirective( local
1289 auto *Dir = new (Mem) OMPParallelMasterTaskLoopSimdDirective( local
1344 OMPDistributeDirective *Dir = new (Mem) local
1393 OMPTargetUpdateDirective *Dir = local
1420 OMPDistributeParallelForDirective *Dir = local
1491 OMPDistributeParallelForSimdDirective *Dir = new (Mem) local
1561 OMPDistributeSimdDirective *Dir = new (Mem) OMPDistributeSimdDirective( local
1615 OMPTargetParallelForSimdDirective *Dir = local
1671 OMPTargetSimdDirective *Dir = new (Mem) local
1714 OMPTeamsDistributeDirective *Dir = new (Mem) OMPTeamsDistributeDirective( local
1767 OMPTeamsDistributeSimdDirective *Dir = local
1823 OMPTeamsDistributeParallelForSimdDirective *Dir = new (Mem) local
1895 OMPTeamsDistributeParallelForDirective *Dir = new (Mem) local
1963 OMPTargetTeamsDirective *Dir = local
1990 OMPTargetTeamsDistributeDirective *Dir = local
2049 OMPTargetTeamsDistributeParallelForDirective *Dir = local
2125 OMPTargetTeamsDistributeParallelForSimdDirective *Dir = local
2197 OMPTargetTeamsDistributeSimdDirective *Dir = new (Mem) local
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
H A DModuleDependencyCollector.cpp164 std::string Dir = path::parent_path(SrcPath).str(); local
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerIO.cpp99 void GetSizedFilesFromDir(const std::string &Dir, Vector<SizedFile> *V) { argument
147 void RmDirRecursive(const std::string &Dir) { argument
H A DFuzzerIOPosix.cpp82 void IterateDirRecursive(const std::string &Dir, argument
[all...]
H A DFuzzerIOWindows.cpp151 void IterateDirRecursive(const std::string &Dir, argument
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DWebAssembly.cpp123 static std::string AppendLTOLibDir(const std::string &Dir) { argument
151 auto Dir = AppendLTOLibDir(SysRoot + "/lib/" + MultiarchTriple); local
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DFileManager.h85 const DirectoryEntry *Dir; // Directory file lives in. member in class:clang::FileEntry
/freebsd-12-stable/sys/contrib/dev/acpica/compiler/
H A Daslfiles.c499 FlAddIncludeDirectory( char *Dir) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/
H A DFileManager.cpp550 StringRef FileManager::getCanonicalName(const DirectoryEntry *Dir) { argument
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/
H A DInterpolatingCompilationDatabase.cpp333 auto Dir = ++sys::path::rbegin(Path), DirEnd = sys::path::rend(Path); local
385 auto Dir = ++sys::path::rbegin(Filename), local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp152 unsigned Dir = D->getDirection(II); local
/freebsd-12-stable/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsassp.c288 bit32 Dir = 0; local
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Driver/
H A DDriver.h120 std::string Dir; member in class:clang::driver::Driver
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp356 const coff_import_directory_table_entry *Dir; local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp166 DWARFFormValue Dir = local
/freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp447 void Preprocessor::CodeCompleteIncludedFile(llvm::StringRef Dir, argument

Completed in 432 milliseconds

12