HomeSort by: relevance | last modified time | path
    Searched refs:FileNum (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
DWARFLinkerDeclContext.cpp 118 if (unsigned FileNum =
126 FileNum = 1;
128 if (LT->hasFileAtIndex(FileNum)) {
132 FileRef = getResolvedPath(U, FileNum, *LT);
192 DeclContextTree::getResolvedPath(CompileUnit &CU, unsigned FileNum,
194 std::pair<unsigned, unsigned> Key = {CU.getUniqueID(), FileNum};
200 FileNum, CU.getOrigUnit().getCompilationDir(),
DWARFStreamer.cpp 525 unsigned FileNum = 1;
554 if (FileNum != Row.File) {
555 FileNum = Row.File;
557 MS->emitULEB128IntValue(FileNum);
558 LineSectionSize += 1 + getULEB128Size(FileNum);
622 LastLine = FileNum = IsStatement = 1;
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCCodeView.h 34 uint32_t FileNum;
42 MCCVLoc(const MCSymbol *Label, unsigned functionid, unsigned fileNum,
44 : Label(Label), FunctionId(functionid), FileNum(fileNum), Line(line),
55 /// Get the FileNum of this MCCVLoc.
56 unsigned getFileNum() const { return FileNum; }
71 /// Set the FileNum of this MCCVLoc.
72 void setFileNum(unsigned fileNum) { FileNum = fileNum; }
    [all...]
MCDwarf.h 77 uint32_t FileNum;
97 MCDwarfLoc(unsigned fileNum, unsigned line, unsigned column, unsigned flags,
99 : FileNum(fileNum), Line(line), Column(column), Flags(flags), Isa(isa),
106 /// Get the FileNum of this MCDwarfLoc.
107 unsigned getFileNum() const { return FileNum; }
124 /// Set the FileNum of this MCDwarfLoc.
125 void setFileNum(unsigned fileNum) { FileNum = fileNum; }
    [all...]
MCContext.h 729 void setCurrentDwarfLoc(unsigned FileNum, unsigned Line, unsigned Column,
732 CurrentDwarfLoc.setFileNum(FileNum);
  /src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/
DWARFLinkerDeclContext.h 157 StringRef getResolvedPath(CompileUnit &CU, unsigned FileNum,
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCDwarf.cpp 168 unsigned FileNum = 1;
180 if (FileNum != LineEntry.getFileNum()) {
181 FileNum = LineEntry.getFileNum();
183 MCOS->emitULEB128IntValue(FileNum);

Completed in 71 milliseconds