Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/
H A DUpdateCMakeLists.pl21 sub ProcessFile { subroutine
116 find({ wanted => \&ProcessFile, follow => 1 }, '.');
/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/scripts/
H A Dunbalanced_allocs.py78 def ProcessFile(f): function
89 ProcessFile(sys.stdin)
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DFormatEntity.h57 ProcessFile, enumerator
/openbsd-src/gnu/llvm/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()
1217 case Entry::Type::ProcessFile: in Format()