Home
last modified time | relevance | path

Searched refs:Filenames (Results 1 – 22 of 22) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMappingReader.h38 ArrayRef<StringRef> Filenames; member
134 std::vector<StringRef> &Filenames; variable
141 std::vector<StringRef> &Filenames, in RawCoverageMappingReader() argument
146 Filenames(Filenames), Expressions(Expressions), in RawCoverageMappingReader()
185 std::vector<std::string> Filenames;
224 std::vector<std::string> &Filenames; variable
232 std::vector<std::string> &Filenames,
234 : RawCoverageReader(Data), Filenames(Filenames), in RawCoverageReader()
H A DCoverageMappingWriter.h30 ArrayRef<std::string> Filenames; variable
33 CoverageFilenamesSectionWriter(ArrayRef<std::string> Filenames);
H A DCoverageMapping.h607 std::vector<std::string> Filenames; member
617 FunctionRecord(StringRef Name, ArrayRef<StringRef> Filenames) in FunctionRecord()
618 : Name(Name), Filenames(Filenames.begin(), Filenames.end()) {} in FunctionRecord()
/freebsd-14.2/contrib/llvm-project/llvm/tools/bugpoint/
H A DBugDriver.cpp132 bool BugDriver::addSources(const std::vector<std::string> &Filenames) { in addSources() argument
134 assert(!Filenames.empty() && "Must specify at least on input filename!"); in addSources()
137 Program = parseInputFile(Filenames[0], Context); in addSources()
141 outs() << "Read input file : '" << Filenames[0] << "'\n"; in addSources()
143 for (unsigned i = 1, e = Filenames.size(); i != e; ++i) { in addSources()
144 std::unique_ptr<Module> M = parseInputFile(Filenames[i], Context); in addSources()
148 outs() << "Linking in input file: '" << Filenames[i] << "'\n"; in addSources()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingWriter.cpp31 ArrayRef<std::string> Filenames) in CoverageFilenamesSectionWriter() argument
32 : Filenames(Filenames) { in CoverageFilenamesSectionWriter()
35 for (StringRef Name : Filenames) in CoverageFilenamesSectionWriter()
44 for (const auto &Filename : Filenames) { in write()
62 encodeULEB128(Filenames.size(), OS); in write()
H A DCoverageMapping.cpp545 Filename != Current->Filenames[0]) in skipOtherFiles()
749 if (Record.Filenames.empty()) in loadFunctionRecord()
873 for (StringRef Filename : Record.Filenames) { in loadFunctionRecord()
1297 std::vector<StringRef> Filenames; in getUniqueSourceFiles() local
1299 llvm::append_range(Filenames, Function.Filenames); in getUniqueSourceFiles()
1300 llvm::sort(Filenames); in getUniqueSourceFiles()
1301 auto Last = std::unique(Filenames.begin(), Filenames.end()); in getUniqueSourceFiles()
1302 Filenames.erase(Last, Filenames.end()); in getUniqueSourceFiles()
1303 return Filenames; in getUniqueSourceFiles()
1310 if (SourceFile == Function.Filenames[I]) in gatherFileIDs()
[all …]
H A DCoverageMappingReader.cpp162 Filenames.push_back(Filename.str()); in readUncompressed()
168 Filenames.push_back(CWD.str()); in readUncompressed()
175 Filenames.push_back(Filename.str()); in readUncompressed()
184 Filenames.push_back(static_cast<std::string>(P.str())); in readUncompressed()
404 Filenames.push_back(TranslationUnitFilenames[I]); in read()
588 std::vector<std::string> &Filenames; member in __anon1a1c26660211::VersionedCovMapFuncRecordReader
685 size_t FilenamesBegin = Filenames.size(); in readCoverageHeader()
687 RawCoverageFilenamesReader Reader(FilenameRegion, Filenames, in readCoverageHeader()
704 auto It = Filenames.begin(); in readCoverageHeader()
847 StringRef CompilationDir, std::vector<std::string> &Filenames) { in readCoverageMappingData() argument
[all …]
/freebsd-14.2/sys/contrib/openzfs/cmd/zed/zed.d/
H A DREADME22 Filenames and Pathnames in Shell: How to do it Correctly
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageReport.cpp514 std::vector<StringRef> Filenames; in renderFileReports() local
515 Filenames.reserve(FileReports.size()); in renderFileReports()
517 Filenames.emplace_back(FCS.Name); in renderFileReports()
518 adjustColumnWidths(Filenames, {}); in renderFileReports()
H A DCoverageExporterJson.cpp166 {{"filenames", json::Array(Expansion.Function.Filenames)}, in renderExpansion()
309 {"filenames", json::Array(F.Filenames)}})); in renderFunctions()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp2251 std::vector<StringRef> Filenames; in addFunctionMappingRecord() local
2261 RawCoverageMappingReader Reader(CoverageMapping, FilenameRefs, Filenames, in addFunctionMappingRecord()
2285 std::string Filenames; in emit() local
2287 llvm::raw_string_ostream OS(Filenames); in emit()
2291 llvm::ConstantDataArray::getString(Ctx, Filenames, false); in emit()
2292 const int64_t FilenamesRef = llvm::IndexedInstrProf::ComputeHash(Filenames); in emit()
2299 const size_t FilenamesSize = Filenames.size(); in emit()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h399 std::vector<size_t> Filenames; variable
533 Filenames.push_back(getStringPool().getIndex(Name)); in addFilename()
/freebsd-14.2/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp1988 std::vector<std::string> Filenames; in getAllowListFilenames() local
1990 return Filenames; in getAllowListFilenames()
1997 Filenames.push_back(std::string(filename(DI->path()))); in getAllowListFilenames()
2000 return Filenames; in getAllowListFilenames()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp1281 if (Index <= 0 || Index > Filenames.size()) in getFilename()
1283 return getStringPool().getString(Filenames[Index - 1]); in getFilename()
1395 for (size_t Index : Filenames) { in printLocalNames()
/freebsd-14.2/contrib/tcsh/
H A Dtcsh.man2html778 -s Filenames are shorter (max 8 + 3) but less descriptive.
H A DFixes1743 18. Filenames containing # were spelled/expanded incorrectly.
/freebsd-14.2/crypto/openssl/doc/internal/man7/
H A Dbuild.info.pod92 =head3 Filenames subsection
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp5696 DataExtractor Filenames( in readCoreNote() local
5704 if (!Filenames.isValidOffsetForDataOfSize(FilenamesOffset, 1)) in readCoreNote()
5712 Mapping.Filename = Filenames.getCStrRef(&FilenamesOffset); in readCoreNote()
/freebsd-14.2/contrib/less/
H A DNEWS936 * Filenames from the command line are entered into the command history,
/freebsd-14.2/contrib/ntp/ntpd/
H A Dinvoke-ntp.conf.texi1192 Filenames of set
H A Dntp.conf.def1260 Filenames of set
/freebsd-14.2/contrib/xz/
H A DChangeLog8574 src/scripts/xzgrep.1: Filenames to xzgrep are optional.