Home
last modified time | relevance | path

Searched defs:FileEntry (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DFileEntry.h24 struct FileEntry { struct
32 FileEntry() = default; argument
33 FileEntry(uint32_t D, uint32_t B) : Dir(D), Base(B) {} in FileEntry() argument
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DFileEntry.cpp20 FileEntry::FileEntry() : UniqueID(0, 0) {} in FileEntry() function in FileEntry
/freebsd/contrib/llvm-project/clang/include/clang/APINotes/
H A DAPINotesWriter.h26 class FileEntry; variable
H A DAPINotesManager.h24 class FileEntry; variable
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DFileEntry.h53 class FileEntry; variable
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp160 const FileNameEntry &FileEntry = FileNames[I]; in dump() local
218 DWARFDebugLine::FileNameEntry FileEntry; in parseV2DirFileTables() local
316 DWARFDebugLine::FileNameEntry FileEntry; in parseV5DirFileTables() local
997 FileNameEntry FileEntry; in parse() local
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DModuleManager.h36 class FileEntry; variable
H A DASTWriter.h53 class FileEntry; variable
H A DASTReader.h81 class FileEntry; variable
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.h33 class FileEntry; variable
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DModuleMap.h41 class FileEntry; variable
H A DHeaderSearch.h47 class FileEntry; variable
H A DPreprocessor.h73 class FileEntry; variable
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderInternals.h30 class FileEntry; variable
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp220 if (auto FileEntry = CI.getFileManager().getFile(KnownFile.first)) in LocationFileChecker() local
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h68 class FileEntry; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h891 FileEntry(StringRef Name, StringRef ExternalContentsPath, NameKind UseName) in FileEntry() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h156 File FileEntry; member
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h302 auto FileEntry = in AST_POLYMORPHIC_MATCHER_REGEX() local