Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DCachePruning.cpp30 struct FileInfo { struct
31 sys::TimePoint<> Time;
32 uint64_t Size;
33 std::string Path;
37 bool operator<(const FileInfo &Other) const { in operator <()
246 auto FileInfo = FileInfos.begin(); in pruneCache() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCCodeView.h227 struct FileInfo { struct
230 // Indicates if this FileInfo corresponds to an actual file, or hasn't been argument
244 SmallVector<FileInfo, 4> Files; argument
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.h127 struct FileInfo { struct
128 StringMap<MemoryRegionInfo> SectionInfos;
129 StringMap<MemoryRegionInfo> StubInfos;
130 StringMap<MemoryRegionInfo> GOTEntryInfos;
H A Dllvm-jitlink-elf.cpp78 auto &FileInfo = S.FileInfos[FileName]; in registerELFGraphInfo() local
H A Dllvm-jitlink-macho.cpp80 auto &FileInfo = S.FileInfos[FileName]; in registerMachOGraphInfo() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleList.cpp163 BinaryStreamRef FileInfo) { in initialize()
186 Error DbiModuleList::initializeFileInfo(BinaryStreamRef FileInfo) { in initializeFileInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-opt-report/
H A DOptReport.cpp263 const auto &FileInfo = FI.second; in writeReport() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DHeaderSearch.h194 mutable std::vector<HeaderFileInfo> FileInfo; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DSourceManager.cpp283 const SrcMgr::FileInfo &FileInfo = Entry.getFile(); in AddLineNote() local
381 for (auto &FileInfo : Old.FileInfos) { in initializeForReplay() local
/netbsd-src/external/gpl2/mkhybrid/dist/
H A Dapple.h120 } FileInfo; typedef
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DMSVC.cpp1207 VS_FIXEDFILEINFO *FileInfo = nullptr; in getMSVCVersionFromExe() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DHeaderSearch.cpp1276 HeaderFileInfo &FileInfo = getFileInfo(File); in ShouldEnterIncludeFile() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/sancov/
H A Dsancov.cpp402 yaml::MappingNode *FileInfo = in read() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp403 cl::opt<bool> FileInfo("files", cl::desc("Dump source file info"), variable
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
H A Dcpplint.py735 class FileInfo: class
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp1534 SrcMgr::FileInfo &FileInfo = in ReadSLocEntry() local