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.cpp19 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/clang/include/clang/Serialization/
H A DModuleManager.h36 class FileEntry; variable
H A DASTWriter.h53 class FileEntry; variable
H A DASTReader.h83 class FileEntry; variable
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp160 const FileNameEntry &FileEntry = FileNames[I]; in dump() local
217 DWARFDebugLine::FileNameEntry FileEntry; in parseV2DirFileTables() local
315 DWARFDebugLine::FileNameEntry FileEntry; in parseV5DirFileTables() local
1004 FileNameEntry FileEntry; in parse() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.h33 class FileEntry; variable
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DVerifyDiagnosticConsumer.h28 class FileEntry; variable
H A DASTUnit.h68 class FileEntry; variable
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DModuleMap.h42 class FileEntry; variable
H A DHeaderSearch.h47 class FileEntry; variable
H A DPreprocessor.h74 class FileEntry; variable
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderInternals.h30 class FileEntry; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h909 FileEntry(StringRef Name, StringRef ExternalContentsPath, NameKind UseName) in FileEntry() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h160 File FileEntry; member
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h304 auto FileEntry = in AST_POLYMORPHIC_MATCHER_REGEX() local