| /llvm-project-15.0.7/llvm/lib/DWARFLinker/ |
| H A D | DWARFLinkerDeclContext.cpp | 119 if (unsigned FileNum = in getChildDeclContext() local 127 FileNum = 1; in getChildDeclContext() 129 if (LT->hasFileAtIndex(FileNum)) { in getChildDeclContext() 133 FileRef = getResolvedPath(U, FileNum, *LT); in getChildDeclContext() 193 DeclContextTree::getResolvedPath(CompileUnit &CU, unsigned FileNum, in getResolvedPath() argument 195 std::pair<unsigned, unsigned> Key = {CU.getUniqueID(), FileNum}; in getResolvedPath() 201 FileNum, CU.getOrigUnit().getCompilationDir(), in getResolvedPath()
|
| H A D | DWARFStreamer.cpp | 540 unsigned FileNum = 1; in emitLineTableForUnit() local 567 if (FileNum != Row.File) { in emitLineTableForUnit() 568 FileNum = Row.File; in emitLineTableForUnit() 570 MS->emitULEB128IntValue(FileNum); in emitLineTableForUnit() 571 LineSectionSize += 1 + getULEB128Size(FileNum); in emitLineTableForUnit() 635 LastLine = FileNum = IsStatement = 1; in emitLineTableForUnit()
|
| /llvm-project-15.0.7/llvm/include/llvm/MC/ |
| H A D | MCCodeView.h | 41 uint32_t FileNum; variable 51 : Label(Label), FunctionId(functionid), FileNum(fileNum), Line(line), in MCCVLoc() 63 unsigned getFileNum() const { return FileNum; } in getFileNum() 79 void setFileNum(unsigned fileNum) { FileNum = fileNum; } in setFileNum()
|
| H A D | MCDwarf.h | 102 uint32_t FileNum; variable 124 : FileNum(fileNum), Line(line), Column(column), Flags(flags), Isa(isa), in MCDwarfLoc() 132 unsigned getFileNum() const { return FileNum; } in getFileNum() 150 void setFileNum(unsigned fileNum) { FileNum = fileNum; } in setFileNum()
|
| H A D | MCContext.h | 769 void setCurrentDwarfLoc(unsigned FileNum, unsigned Line, unsigned Column, in setCurrentDwarfLoc() argument 772 CurrentDwarfLoc.setFileNum(FileNum); in setCurrentDwarfLoc()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Breakpad/ |
| H A D | BreakpadRecords.h | 162 size_t FileNum) in LineRecord() argument 164 FileNum(FileNum) {} in LineRecord() 169 size_t FileNum; variable
|
| H A D | BreakpadRecords.cpp | 396 size_t FileNum; in parse() local 398 if (!to_integer(Str, FileNum)) in parse() 401 return LineRecord(Address, Size, LineNum, FileNum); in parse() 406 L.FileNum == R.FileNum; in operator ==() 411 R.LineNum, R.FileNum); in operator <<()
|
| /llvm-project-15.0.7/bolt/lib/Core/ |
| H A D | DebugData.cpp | 1338 unsigned FileNum = 1; in emitBinaryDwarfLineTable() local 1350 FileNum = 1; in emitBinaryDwarfLineTable() 1375 if (FileNum != Row.File) { in emitBinaryDwarfLineTable() 1376 FileNum = Row.File; in emitBinaryDwarfLineTable() 1378 MCOS->emitULEB128IntValue(FileNum); in emitBinaryDwarfLineTable() 1441 unsigned FileNum = 1; in emitDwarfLineTable() local 1455 FileNum = 1; in emitDwarfLineTable() 1467 if (FileNum != LineEntry.getFileNum()) { in emitDwarfLineTable() 1468 FileNum = LineEntry.getFileNum(); in emitDwarfLineTable() 1470 MCOS->emitULEB128IntValue(FileNum); in emitDwarfLineTable()
|
| /llvm-project-15.0.7/llvm/include/llvm/DWARFLinker/ |
| H A D | DWARFLinkerDeclContext.h | 163 StringRef getResolvedPath(CompileUnit &CU, unsigned FileNum,
|
| /llvm-project-15.0.7/llvm/lib/MC/ |
| H A D | MCDwarf.cpp | 170 unsigned FileNum, LastLine, Column, Flags, Isa, Discriminator; in emitOne() local 173 FileNum = 1; in emitOne() 198 if (FileNum != LineEntry.getFileNum()) { in emitOne() 199 FileNum = LineEntry.getFileNum(); in emitOne() 201 MCOS->emitULEB128IntValue(FileNum); in emitOne()
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/Breakpad/ |
| H A D | SymbolFileBreakpad.cpp | 214 if (record && record->FileNum < m_files->size()) in ParseCompileUnitAtIndex() 215 spec = (*m_files)[record->FileNum]; in ParseCompileUnitAtIndex() 881 map[record->FileNum], /*is_start_of_statement=*/true, in ParseLineTableAndSupportFiles()
|