Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
H A DDWARFLinkerDeclContext.cpp118 if (unsigned FileNum = in getChildDeclContext() local
126 FileNum = 1; in getChildDeclContext()
128 if (LT->hasFileAtIndex(FileNum)) { in getChildDeclContext()
132 FileRef = getResolvedPath(U, FileNum, *LT); in getChildDeclContext()
192 DeclContextTree::getResolvedPath(CompileUnit &CU, unsigned FileNum, in getResolvedPath() argument
194 std::pair<unsigned, unsigned> Key = {CU.getUniqueID(), FileNum}; in getResolvedPath()
200 FileNum, CU.getOrigUnit().getCompilationDir(), in getResolvedPath()
H A DDWARFStreamer.cpp525 unsigned FileNum = 1; in emitLineTableForUnit() local
554 if (FileNum != Row.File) { in emitLineTableForUnit()
555 FileNum = Row.File; in emitLineTableForUnit()
557 MS->emitULEB128IntValue(FileNum); in emitLineTableForUnit()
558 LineSectionSize += 1 + getULEB128Size(FileNum); in emitLineTableForUnit()
622 LastLine = FileNum = IsStatement = 1; in emitLineTableForUnit()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCCodeView.h34 uint32_t FileNum; variable
44 : Label(Label), FunctionId(functionid), FileNum(fileNum), Line(line), in MCCVLoc()
56 unsigned getFileNum() const { return FileNum; } in getFileNum()
72 void setFileNum(unsigned fileNum) { FileNum = fileNum; } in setFileNum()
H A DMCDwarf.h77 uint32_t FileNum; variable
99 : FileNum(fileNum), Line(line), Column(column), Flags(flags), Isa(isa), in MCDwarfLoc()
107 unsigned getFileNum() const { return FileNum; } in getFileNum()
125 void setFileNum(unsigned fileNum) { FileNum = fileNum; } in setFileNum()
H A DMCContext.h729 void setCurrentDwarfLoc(unsigned FileNum, unsigned Line, unsigned Column, in setCurrentDwarfLoc() argument
732 CurrentDwarfLoc.setFileNum(FileNum); in setCurrentDwarfLoc()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerDeclContext.h157 StringRef getResolvedPath(CompileUnit &CU, unsigned FileNum,
/netbsd/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCDwarf.cpp168 unsigned FileNum = 1; in emitDwarfLineTable() local
180 if (FileNum != LineEntry.getFileNum()) { in emitDwarfLineTable()
181 FileNum = LineEntry.getFileNum(); in emitDwarfLineTable()
183 MCOS->emitULEB128IntValue(FileNum); in emitDwarfLineTable()