Searched defs:FileID (Results 1 - 13 of 13) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/Basic/
H A DSourceMgrAdapter.cpp50 FileID FileID; local
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugInlineeLinesSubsection.h37 support::ulittle32_t FileID; // Offset into FileChecksums subsection. member in struct:llvm::codeview::InlineeSourceLineHeader
/freebsd-current/contrib/llvm-project/clang/include/clang/Frontend/
H A DSerializedDiagnosticReader.h47 unsigned FileID; member in struct:clang::serialized_diags::Location
52 Location(unsigned FileID, unsigned Line, unsigned Col, unsigned Offset) argument
/freebsd-current/contrib/llvm-project/llvm/lib/Remarks/
H A DYAMLRemarkSerializer.cpp89 unsigned FileID = StrTab.add(File).first; local
/freebsd-current/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DOutputSections.h139 uint32_t FileID = 0; member in struct:llvm::dwarf_linker::parallel::DebugTypeDeclFilePatch
/freebsd-current/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp555 getFileName(const DebugStringTableSubsectionRef &Strings, const DebugChecksumsSubsectionRef &Checksums, uint32_t FileID) argument
/freebsd-current/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceLocation.h39 class FileID { class in namespace:clang
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/Lex/
H A DPPCallbacks.h48 FileChanged(SourceLocation Loc, FileChangeReason Reason, SrcMgr::CharacteristicKind FileType, FileID PrevFID = FileID()) argument
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h274 unsigned FileID = 0; member in struct:llvm::coverage::CounterMappingRegion
280 CounterMappingRegion(Counter Count, unsigned FileID, unsigned ExpandedFileID, argument
297 CounterMappingRegion(MCDCParameters MCDCParams, unsigned FileID, argument
287 CounterMappingRegion(Counter Count, Counter FalseCount, MCDCParameters MCDCParams, unsigned FileID, unsigned ExpandedFileID, unsigned LineStart, unsigned ColumnStart, unsigned LineEnd, unsigned ColumnEnd, RegionKind Kind) argument
305 makeRegion(Counter Count, unsigned FileID, unsigned LineStart, unsigned ColumnStart, unsigned LineEnd, unsigned ColumnEnd) argument
312 makeExpansion(unsigned FileID, unsigned ExpandedFileID, unsigned LineStart, unsigned ColumnStart, unsigned LineEnd, unsigned ColumnEnd) argument
320 makeSkipped(unsigned FileID, unsigned LineStart, unsigned ColumnStart, unsigned LineEnd, unsigned ColumnEnd) argument
327 makeGapRegion(Counter Count, unsigned FileID, unsigned LineStart, unsigned ColumnStart, unsigned LineEnd, unsigned ColumnEnd) argument
334 makeBranchRegion(Counter Count, Counter FalseCount, unsigned FileID, unsigned LineStart, unsigned ColumnStart, unsigned LineEnd, unsigned ColumnEnd) argument
343 makeBranchRegion(Counter Count, Counter FalseCount, MCDCParameters MCDCParams, unsigned FileID, unsigned LineStart, unsigned ColumnStart, unsigned LineEnd, unsigned ColumnEnd) argument
353 makeDecisionRegion(MCDCParameters MCDCParams, unsigned FileID, unsigned LineStart, unsigned ColumnStart, unsigned LineEnd, unsigned ColumnEnd) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp463 unsigned FileID = Function->CountedRegions.front().FileID; local
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp412 unsigned FileID = getOrCreateSourceID(File); local
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h177 unsigned FileID; member in struct:llvm::TargetRegionEntryInfo
182 TargetRegionEntryInfo(StringRef ParentName, unsigned DeviceID, unsigned FileID, unsigned Line, unsigned Count = 0) argument
/freebsd-current/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp6592 getTargetRegionEntryFnName( SmallVectorImpl<char> &Name, StringRef ParentName, unsigned DeviceID, unsigned FileID, unsigned Line, unsigned Count) argument

Completed in 319 milliseconds