Searched refs:FileNameEntry (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/contrib/llvm/lib/DebugInfo/
H A DDWARFDebugLine.h26 struct FileNameEntry { struct in class:llvm::DWARFDebugLine
27 FileNameEntry() : Name(0), DirIdx(0), ModTime(0), Length(0) {} function in struct:llvm::DWARFDebugLine::FileNameEntry
62 std::vector<FileNameEntry> FileNames;
H A DDWARFDebugLine.cpp44 const FileNameEntry& fileEntry = FileNames[i];
201 FileNameEntry fileEntry;
305 FileNameEntry fileEntry;
610 const FileNameEntry &Entry = Prologue.FileNames[FileIndex - 1];
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugLine.h32 // FileNameEntry
34 struct FileNameEntry struct in class:DWARFDebugLine
36 FileNameEntry() : function in struct:DWARFDebugLine::FileNameEntry
84 std::vector<FileNameEntry> file_names;
H A DDWARFDebugLine.cpp245 FileNameEntry fileEntry;
448 FileNameEntry fileEntry;
671 FileNameEntry fileEntry;
928 const FileNameEntry& fileEntry = file_names[i];

Completed in 112 milliseconds