Searched defs:FileEntry (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/Basic/
H A DFileEntry.cpp20 FileEntry::FileEntry() : UniqueID(0, 0) {} function in class:FileEntry
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DFileEntry.h24 struct FileEntry { struct in namespace:llvm::gsym
33 FileEntry(uint32_t D, uint32_t B) : Dir(D), Base(B) {} function in struct:llvm::gsym::FileEntry
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/Basic/
H A DFileEntry.h300 class FileEntry { class in namespace:clang
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerTypeUnit.cpp290 FilenamesMapTy::iterator FileEntry = FileNamesMap.find({FileName, DirIdx}); local
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h134 File FileEntry; member in struct:llvm::DWARFYAML::LineTableOpcode
/freebsd-current/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h302 auto FileEntry = local
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp160 const FileNameEntry &FileEntry = FileNames[I]; local
218 DWARFDebugLine::FileNameEntry FileEntry; local
316 DWARFDebugLine::FileNameEntry FileEntry; local
981 FileNameEntry FileEntry; local
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h865 class FileEntry : public RemapEntry { class in class:llvm::vfs::RedirectingFileSystem
867 FileEntry(StringRef Name, StringRef ExternalContentsPath, NameKind UseName) function in class:llvm::vfs::RedirectingFileSystem::FileEntry

Completed in 190 milliseconds