Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/
H A DUpdateCMakeLists.pl21 sub ProcessFile { subroutine
116 find({ wanted => \&ProcessFile, follow => 1 }, '.');
/llvm-project-15.0.7/compiler-rt/lib/fuzzer/scripts/
H A Dunbalanced_allocs.py78 def ProcessFile(f): function
89 ProcessFile(sys.stdin)
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DFormatEntity.h57 ProcessFile, enumerator
/llvm-project-15.0.7/lldb/source/Core/
H A DFormatEntity.cpp140 Definition("name", EntryType::ProcessFile, FileKind::Basename),
141 Entry::DefinitionWithChildren("file", EntryType::ProcessFile,
317 ENUM_TO_CSTR(ProcessFile); in TypeToCString()
1159 case Entry::Type::ProcessFile: in Format()