Home
last modified time | relevance | path

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

/freebsd-src/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() function
/freebsd-src/contrib/llvm-project/clang/lib/Basic/
H A DFileEntry.cpp20 FileEntry::FileEntry() : UniqueID(0, 0) {} in FileEntry() function in FileEntry
/freebsd-src/contrib/llvm-project/clang/include/clang/APINotes/
H A DAPINotesYAMLCompiler.h17 class FileEntry; variable
H A DAPINotesWriter.h20 class FileEntry; global() variable
H A DAPINotesManager.h25 class FileEntry; global() variable
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceMgrAdapter.h26 class FileEntry; variable
H A DFileEntry.h53 class FileEntry; variable
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessorLexer.h27 class FileEntry; variable
H A DModuleMap.h41 class FileEntry; variable
H A DHeaderSearch.h46 class FileEntry; global() variable
[all...]
H A DPreprocessor.h71 class FileEntry; global() variable
[all...]
/freebsd-src/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; parseV5DirFileTables() local
981 FileNameEntry FileEntry; parse() local
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/Serialization/
H A DModuleManager.h37 class FileEntry; global() variable
H A DASTWriter.h54 class FileEntry; global() variable
H A DASTReader.h81 class FileEntry; variable
/freebsd-src/contrib/llvm-project/clang/include/clang/Frontend/
H A DVerifyDiagnosticConsumer.h28 class FileEntry; variable
H A DASTUnit.h68 class FileEntry; variable
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.h28 class FileEntry; global() variable
/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerTypeUnit.cpp290 FilenamesMapTy::iterator FileEntry = FileNamesMap.find({FileName, DirIdx}); in addFileNameIntoLinetable() local
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderInternals.h30 class FileEntry; variable
/freebsd-src/contrib/llvm-project/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp219 if (auto FileEntry = CI.getFileManager().getFile(KnownFile.first)) LocationFileChecker() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h867 FileEntry(StringRef Name, StringRef ExternalContentsPath, NameKind UseName) FileEntry() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h134 File FileEntry; global() member
/freebsd-src/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h302 auto FileEntry = in AST_POLYMORPHIC_MATCHER_REGEX() local