Home
last modified time | relevance | path

Searched defs:TempOutFile (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/llvm/tools/gold/
H A Dgold-plugin.cpp129 bool TempOutFile; member in __anon910d33990111::ThinLTOTaskInfo
133 bool TempOutFile) in ThinLTOTaskInfo()
838 static void recordFile(std::string Filename, bool TempOutFile) { in recordFile()
1035 static int openOutputFile(SmallString<128> InFilename, bool TempOutFile, in openOutputFile()
1081 bool TempOutFile = Filename.empty(); in runSplitCodeGen() local
1243 bool TempOutFile = Filename.empty(); in thinLTOBackends() local
/aosp_15_r20/external/libvpx/test/
H A Dvideo_source.h103 TempOutFile() { file_ = GetTempOutFile(&file_name_, "wb+"); } in TempOutFile() function
104 TempOutFile(const char *io_mode) { in TempOutFile() function
/aosp_15_r20/external/libaom/test/
H A Dvideo_source.h103 TempOutFile() { file_ = GetTempOutFile(&file_name_); } in TempOutFile() function