Home
last modified time | relevance | path

Searched refs:createWriter (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/ProfileData/
H A DSampleProfTest.cpp49 void createWriter(SampleProfileFormat Format, StringRef Profile) { in createWriter() function
140 createWriter(Format, ProfileFile.path()); in testRoundTrip()
380 createWriter(Format, ProfileFile.path()); in testSuffixElisionPolicy()
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp601 std::unique_ptr<ScopedPrinter> createWriter() { in createWriter() function
668 std::unique_ptr<ScopedPrinter> Writer = createWriter(); in main()
/llvm-project-15.0.7/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp155 static std::unique_ptr<Writer> createWriter(const CommonConfig &Config, in createWriter() function
764 createWriter(Config, Obj, Out, OutputElfType); in writeOutput()