Home
last modified time | relevance | path

Searched defs:FileNameEntry (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFDebugLine.h24 struct FileNameEntry { struct
25 FileNameEntry() : DirIdx(0), ModTime(0), Length(0) {} in FileNameEntry() argument
27 std::string Name;
28 uint64_t DirIdx;
29 uint64_t ModTime;
30 uint64_t Length;
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h27 struct FileNameEntry { struct
28 FileNameEntry() : Name(nullptr), DirIdx(0), ModTime(0), Length(0) {} in FileNameEntry() argument
30 const char *Name;
31 uint64_t DirIdx;
32 uint64_t ModTime;
33 uint64_t Length;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h34 struct FileNameEntry { struct
37 DWARFFormValue Name;
38 uint64_t DirIdx = 0;
39 uint64_t ModTime = 0;
40 uint64_t Length = 0;
41 MD5::MD5Result Checksum;
42 DWARFFormValue Source;