| /openbsd-src/gnu/llvm/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 | 519 unsigned FileNum = 1; in emitLineTableForUnit() local 546 if (FileNum != Row.File) { in emitLineTableForUnit() 547 FileNum = Row.File; in emitLineTableForUnit() 549 MS->emitULEB128IntValue(FileNum); in emitLineTableForUnit() 550 LineSectionSize += 1 + getULEB128Size(FileNum); in emitLineTableForUnit() 614 LastLine = FileNum = IsStatement = 1; in emitLineTableForUnit()
|
| /openbsd-src/gnu/llvm/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 | 770 void setCurrentDwarfLoc(unsigned FileNum, unsigned Line, unsigned Column, in setCurrentDwarfLoc() argument 773 CurrentDwarfLoc.setFileNum(FileNum); in setCurrentDwarfLoc()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Breakpad/ |
| H A D | BreakpadRecords.h | 163 size_t FileNum) in LineRecord() argument 165 FileNum(FileNum) {} in LineRecord() 170 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 <<()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DWARFLinker/ |
| H A D | DWARFLinkerDeclContext.h | 163 StringRef getResolvedPath(CompileUnit &CU, unsigned FileNum,
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/Breakpad/ |
| H A D | SymbolFileBreakpad.cpp | 215 if (record && record->FileNum < m_files->size()) in ParseCompileUnitAtIndex() 216 spec = (*m_files)[record->FileNum]; in ParseCompileUnitAtIndex() 883 map[record->FileNum], /*is_start_of_statement=*/true, in ParseLineTableAndSupportFiles()
|