Home
last modified time | relevance | path

Searched refs:FilePrefix (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCodeGenCoverage.h33 bool emit(StringRef FilePrefix, StringRef BackendName) const;
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1125 for (auto &FilePrefix : FilePrefixes) { in adjustInstrProfile() local
1126 std::string NamePrefix = FilePrefix + GlobalIdentifierDelimiter; in adjustInstrProfile()