Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h31 struct FileNameEntry { struct
32 FileNameEntry() = default;
94 std::vector<FileNameEntry> FileNames;
112 LLVM_ABI const llvm::DWARFDebugLine::FileNameEntry &
292 LLVM_ABI bool getDirectoryForEntry(const FileNameEntry &Entry,
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp94 const llvm::DWARFDebugLine::FileNameEntry &
160 const FileNameEntry &FileEntry = FileNames[I]; in dump()
191 std::vector<DWARFDebugLine::FileNameEntry> &FileNames) { in parseV2DirFileTables()
217 DWARFDebugLine::FileNameEntry FileEntry; in parseV2DirFileTables()
277 std::vector<DWARFDebugLine::FileNameEntry> &FileNames) { in parseV5DirFileTables()
315 DWARFDebugLine::FileNameEntry FileEntry; in parseV5DirFileTables()
1004 FileNameEntry FileEntry; in parse()
1465 const FileNameEntry &Entry = Prologue.getFileNameEntry(FileIndex); in getSourceByIndex()
1484 const FileNameEntry &Entry = getFileNameEntry(FileIndex); in getFileNameByIndex()
1552 const FileNameEntry &Entry, std::string &Directory) const { in getDirectoryForEntry()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp525 for (const DWARFDebugLine::FileNameEntry &Entry : in createLineAndFileRecords()
699 const DWARFDebugLine::FileNameEntry &EntryZero = in createScopes()
701 const DWARFDebugLine::FileNameEntry &EntryOne = in createScopes()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerTypeUnit.cpp293 LineTable.Prologue.FileNames.push_back(DWARFDebugLine::FileNameEntry()); in addFileNameIntoLinetable()
H A DDebugLineSectionEmitter.h143 for (const DWARFDebugLine::FileNameEntry &File : P.FileNames) { in emitLineTablePrologueV2IncludeAndFileTable()
H A DDWARFLinkerCompileUnit.cpp1695 const llvm::DWARFDebugLine::FileNameEntry &Entry = in getDirAndFilenameFromLineTable()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp876 for (const DWARFDebugLine::FileNameEntry &File : P.FileNames) { in emitLineTablePrologueV2IncludeAndFileTable()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp291 const llvm::DWARFDebugLine::FileNameEntry &file_name_entry =