Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Frontend/
H A DPCHPreambleTest.cpp79 void RemapFile(const std::string &Filename, const std::string &Contents) { in RemapFile() function in __anon256563180111::PCHPreambleTest
206 RemapFile(Header1, "static const int ZERO = 0;\n"); in TEST_F()
247 RemapFile(Main, in TEST_F()
258 RemapFile(Main, in TEST_F()
/llvm-project-15.0.7/llvm/unittests/ProfileData/
H A DSampleProfTest.cpp59 StringRef RemapFile = "") { in readProfile()
62 std::string(RemapFile)); in readProfile()
207 TempFile RemapFile(createRemapFile()); in testRoundTrip() local
232 readProfile(M, ProfileFile.path(), RemapFile.path()); in testRoundTrip()