Home
last modified time | relevance | path

Searched defs:FileInfo (Results 1 – 18 of 18) sorted by relevance

/llvm-project/mlir/include/mlir/Tools/lsp-server-support/
H A DCompilationDatabase.h40 struct FileInfo { struct
42 FileInfo(std::vector<std::string> &&includeDirs) in FileInfo() argument
54 const FileInfo &getFileInfo(StringRef filename) const; argument
/llvm-project/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.h50 struct FileInfo { global() struct
51 SectionInfosSession::FileInfo global() argument
52 StubInfosSession::FileInfo global() argument
53 GOTEntryInfosSession::FileInfo global() argument
55 SymbolSession::FileInfo global() argument
56 LinkGraphSession::FileInfo global() argument
57 GetSymbolTargetFunctionSession::FileInfo global() argument
H A Dllvm-jitlink-macho.cpp80 auto &FileInfo = S.FileInfos[FileName]; registerMachOGraphInfo() local
H A Dllvm-jitlink-coff.cpp77 auto &FileInfo = S.FileInfos[FileName]; registerCOFFGraphInfo() local
H A Dllvm-jitlink-elf.cpp112 auto &FileInfo = S.FileInfos[FileName]; registerELFGraphInfo() local
/llvm-project/llvm/lib/Support/
H A DCachePruning.cpp31 struct FileInfo { struct
32 sys::TimePoint<> Time;
33 uint64_t Size;
34 std::string Path;
38 bool operator<(const FileInfo &Other) const { in operator <()
248 auto FileInfo = FileInfos.begin(); in pruneCache() local
/llvm-project/llvm/include/llvm/MC/
H A DMCCodeView.h240 struct FileInfo { global() struct
243 StringTableOffsetFileInfo global() argument
257 ChecksumTableOffsetFileInfo global() argument
/llvm-project/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.copy/
H A Dcopy.pass.cpp206 struct FileInfo { in from_is_directory() struct
207 path filename; in from_is_directory()
208 std::size_t size; in from_is_directory()
/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleList.cpp187 FileInfoSubstream = FileInfo; in initializeFileInfo() argument
164 initialize(BinaryStreamRef ModInfo,BinaryStreamRef FileInfo) initialize() argument
/llvm-project/llvm/tools/llvm-opt-report/
H A DOptReport.cpp266 const auto &FileInfo = FI.second; writeReport() local
/llvm-project/clang/include/clang/Lex/
H A DHeaderSearch.h299 mutable std::vector<HeaderFileInfo> FileInfo; global() variable
/llvm-project/clang/lib/Driver/ToolChains/
H A DMSVC.cpp615 VS_FIXEDFILEINFO *FileInfo = nullptr; getMSVCVersionFromExe() local
/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp291 SrcMgr::FileInfo &FileInfo = Entry.getFile(); AddLineNote() local
389 for (auto &FileInfo : Old.FileInfos) { initializeForReplay() local
[all...]
/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h79 class FileInfo; variable
/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp408 cl::opt<bool> FileInfo("files", cl::desc("Dump source file info"), variable
/llvm-project/llvm/tools/sancov/
H A Dsancov.cpp400 yaml::MappingNode *FileInfo = read() local
/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp1471 HeaderFileInfo &FileInfo = getFileInfo(File); ShouldEnterIncludeFile() local
[all...]
/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp1695 SrcMgr::FileInfo &FileInfo = SourceMgr.getSLocEntry(FID).getFile(); ReadSLocEntry() local
1738 auto &FileInfo = SourceMgr.getSLocEntry(FID).getFile(); ReadSLocEntry() local