Home
last modified time | relevance | path

Searched refs:TestFilename (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/llvm/tools/llvm-reduce/
Dllvm-reduce.cpp43 TestFilename("test", cl::Required, variable
109 TestRunner Tester(TestFilename, TestArguments); in main()
/external/llvm-project/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp201 const std::string &TestFilename, WriterContext *WC, in overlapInput() argument
205 auto ReaderOrErr = InstrProfReader::create(TestFilename); in overlapInput()
210 WC->Errors.emplace_back(make_error<InstrProfError>(IPE), TestFilename); in overlapInput()
923 const std::string &TestFilename, in overlapInstrProfile() argument
931 Error E = Overlap.accumulateCounts(BaseFilename, TestFilename, IsCS); in overlapInstrProfile()
939 OS << "Sum of edge counts for profile " << TestFilename << " is 0.\n"; in overlapInstrProfile()
943 overlapInput(BaseFilename, TestFilename, &Context, Overlap, FuncFilter, OS, in overlapInstrProfile()
1106 const std::string &TestFilename, in SampleOverlapAggregator() argument
1109 : BaseFilename(BaseFilename), TestFilename(TestFilename), in SampleOverlapAggregator()
1159 std::string TestFilename; member in __anon1ae585220b11::SampleOverlapAggregator
[all …]
/external/marisa-trie/tests/
Dio-test.cc19 void TestFilename() { in TestFilename() function
243 TestFilename(); in main()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProf.cpp1168 const std::string &TestFilename, in accumulateCounts() argument
1183 Ret = getProfileSum(TestFilename, Test); in accumulateCounts()
1187 this->TestFilename = &TestFilename; in accumulateCounts()
1219 << " and test_profile: " << *TestFilename << "\nProgram level:\n"; in dump()
/external/llvm-project/llvm/lib/ProfileData/
DInstrProf.cpp1155 const std::string &TestFilename, in accumulateCounts() argument
1170 Ret = getProfileSum(TestFilename, Test); in accumulateCounts()
1174 this->TestFilename = &TestFilename; in accumulateCounts()
1206 << " and test_profile: " << *TestFilename << "\nProgram level:\n"; in dump()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DInstrProf.h617 const std::string *TestFilename; member
623 : Level(L), BaseFilename(nullptr), TestFilename(nullptr), FuncHash(0), in Level()
634 const std::string &TestFilename, bool IsCS);
/external/llvm-project/llvm/include/llvm/ProfileData/
DInstrProf.h623 const std::string *TestFilename; member
629 : Level(L), BaseFilename(nullptr), TestFilename(nullptr), FuncHash(0), in Level()
640 const std::string &TestFilename, bool IsCS);