HomeSort by: relevance | last modified time | path
    Searched defs:FileID (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Frontend/
SerializedDiagnosticReader.h 47 unsigned FileID;
52 Location(unsigned FileID, unsigned Line, unsigned Col, unsigned Offset)
53 : FileID(FileID), Line(Line), Col(Col), Offset(Offset) {}
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
DebugInlineeLinesSubsection.h 38 support::ulittle32_t FileID; // Offset into FileChecksums subsection.
  /src/external/apache2/llvm/dist/llvm/lib/Remarks/
YAMLRemarkSerializer.cpp 90 unsigned FileID = StrTab.add(File).first;
91 io.mapRequired("File", FileID);
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
SourceLocation.h 41 class FileID {
50 bool operator==(const FileID &RHS) const { return ID == RHS.ID; }
51 bool operator<(const FileID &RHS) const { return ID < RHS.ID; }
52 bool operator<=(const FileID &RHS) const { return ID <= RHS.ID; }
53 bool operator!=(const FileID &RHS) const { return !(*this == RHS); }
54 bool operator>(const FileID &RHS) const { return RHS < *this; }
55 bool operator>=(const FileID &RHS) const { return RHS <= *this; }
57 static FileID getSentinel() { return get(-1); }
65 static FileID get(int V) {
66 FileID F
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
CodeCoverage.cpp 409 unsigned FileID = Function->CountedRegions.front().FileID;
412 if (CR.FileID == FileID)
  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/Coverage/
CoverageMapping.h 238 unsigned FileID, ExpandedFileID;
242 CounterMappingRegion(Counter Count, unsigned FileID, unsigned ExpandedFileID,
245 : Count(Count), FileID(FileID), ExpandedFileID(ExpandedFileID),
249 CounterMappingRegion(Counter Count, Counter FalseCount, unsigned FileID,
253 : Count(Count), FalseCount(FalseCount), FileID(FileID),
259 makeRegion(Counter Count, unsigned FileID, unsigned LineStart,
261 return CounterMappingRegion(Count, FileID, 0, LineStart, ColumnStart,
266 makeExpansion(unsigned FileID, unsigned ExpandedFileID, unsigned LineStart
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp 417 unsigned FileID = getOrCreateSourceID(File);
418 addUInt(Die, dwarf::DW_AT_decl_file, None, FileID);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntime.cpp 1650 unsigned &DeviceID, unsigned &FileID,
1672 FileID = ID.getFile();
1689 unsigned DeviceID, FileID, Line;
1692 DeviceID, FileID, Line);
1693 OS << llvm::format("_%x", FileID);
1911 unsigned FileID;
1913 getTargetEntryUniqueInfo(CGM.getContext(), Loc, DeviceID, FileID, Line);
1918 << llvm::format("_%x_", FileID) << VD->getName() << "_l" << Line;
1957 DeviceID, FileID, Twine(Buffer, "_ctor").toStringRef(Out), Line, Ctor,
1995 DeviceID, FileID, Twine(Buffer, "_dtor").toStringRef(Out), Line, Dtor
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
actbl2.h 4215 UINT32 FileID;

Completed in 63 milliseconds