Home
last modified time | relevance | path

Searched refs:fileEntry (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugLine.cpp224 FileNameEntry fileEntry; in DumpStatementOpcodes() local
231 op_offset, fileEntry.name, fileEntry.dir_idx, in DumpStatementOpcodes()
232 fileEntry.mod_time, fileEntry.length); in DumpStatementOpcodes()
233 prologue.file_names.push_back(fileEntry); in DumpStatementOpcodes()
507 FileNameEntry fileEntry; in ParsePrologue() local
508 fileEntry.name = name; in ParsePrologue()
512 prologue->file_names.push_back(fileEntry); in ParsePrologue()
655 FileNameEntry fileEntry; in ParseStatementTable() local
904 const FileNameEntry &fileEntry = file_names[i]; in Dump() local
906 fileEntry.dir_idx, fileEntry.mod_time, fileEntry.length, in Dump()
[all …]