Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/tools/bugpoint/
H A DMiscompilation.cpp935 int TestModuleFD; in TestCodeGenerator() local
937 TestModuleFD, TestModuleBC); in TestCodeGenerator()
943 if (BD.writeProgramToFile(TestModuleBC.str(), TestModuleFD, Test.get())) { in TestCodeGenerator()
1027 int TestModuleFD; in debugCodeGenerator() local
1029 TestModuleFD, TestModuleBC); in debugCodeGenerator()
1036 if (writeProgramToFile(TestModuleBC.str(), TestModuleFD, ToCodeGen.get())) { in debugCodeGenerator()