Home
last modified time | relevance | path

Searched defs:channel (Results 1 – 17 of 17) sorted by relevance

/llvm-project/compiler-rt/test/tsan/libdispatch/
H A Dio.c17 …dispatch_io_t channel = dispatch_io_create_with_path(DISPATCH_IO_STREAM, path, O_CREAT | O_WRONLY,… in test_dispatch_io_write() local
59 dispatch_io_t channel = dispatch_io_create_with_path(DISPATCH_IO_STREAM, path, O_RDONLY, in test_dispatch_io_read() local
H A Dio-barrier-race.c26 …dispatch_io_t channel = dispatch_io_create_with_path(DISPATCH_IO_STREAM, path, O_CREAT | O_WRONLY,… in main() local
H A Dio-race.c26 …dispatch_io_t channel = dispatch_io_create_with_path(DISPATCH_IO_STREAM, path, O_CREAT | O_WRONLY,… in main() local
H A Dfd.c18 dispatch_io_t channel = dispatch_io_create_with_path(DISPATCH_IO_STREAM, path, O_CREAT | O_WRONLY, in main() local
H A Dio-cleanup.c17 dispatch_io_t channel; in main() local
H A Dio-barrier.c25 …dispatch_io_t channel = dispatch_io_create_with_path(DISPATCH_IO_STREAM, path, O_CREAT | O_WRONLY,… in main() local
/llvm-project/lldb/source/Commands/
H A DCommandObjectLog.cpp37 for (llvm::StringRef channel : Log::ListChannels()) in CompleteEnableDisable() local
40 llvm::StringRef channel = request.GetParsedLine().GetArgumentAtIndex(0); in CompleteEnableDisable() local
195 const std::string channel = std::string(args[0].ref()); DoExecute() local
267 const std::string channel = std::string(args[0].ref()); DoExecute() local
299 for (llvm::StringRef channel : Log::ListChannels()) HandleArgumentCompletion() local
402 const std::string channel = std::string(args[0].ref()); DoExecute() local
[all...]
/llvm-project/clang/test/CodeGen/
H A D2003-11-19-BitFieldArray.c9 void g_io_channel_init (struct _GIOChannel *channel) { in g_io_channel_init()
/llvm-project/lldb/source/Utility/
H A DLog.cpp240 error_stream << llvm::formatv("Invalid log channel '{0}'.\n", channel); in DisableLogChannel() argument
211 Register(llvm::StringRef name,Channel & channel) Register() argument
225 EnableLogChannel(const std::shared_ptr<LogHandler> & log_handler_sp,uint32_t log_options,llvm::StringRef channel,llvm::ArrayRef<const char * > categories,llvm::raw_ostream & error_stream) EnableLogChannel() argument
255 DumpLogChannel(llvm::StringRef channel,llvm::raw_ostream & output_stream,llvm::raw_ostream & error_stream) DumpLogChannel() argument
271 ListChannelCategories(llvm::StringRef channel,llvm::raw_ostream & stream) ListChannelCategories() argument
288 ForEachChannelCategory(llvm::StringRef channel,llvm::function_ref<void (llvm::StringRef,llvm::StringRef)> lambda) ForEachChannelCategory() argument
[all...]
/llvm-project/lldb/tools/lldb-server/
H A DLLDBServerUtilities.cpp66 std::string channel(channel_then_categories.GetArgumentAtIndex(0)); SetupLogging() local
/llvm-project/lldb/unittests/Utility/
H A DLogTest.cpp43 uint32_t log_options, llvm::StringRef channel, in EnableChannel()
52 static bool DisableChannel(llvm::StringRef channel, in DisableChannel()
60 static bool ListCategories(llvm::StringRef channel, std::string &result) { in ListCategories()
/llvm-project/libcxx/test/std/language.support/support.coroutines/end.to.end/
H A Dgo.pass.cpp78 class channel class
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_libdispatch.cpp623 TSAN_INTERCEPTOR(void, dispatch_io_read, dispatch_io_t channel, off_t offset, in TSAN_INTERCEPTOR()
641 TSAN_INTERCEPTOR(void, dispatch_io_write, dispatch_io_t channel, off_t offset, in TSAN_INTERCEPTOR()
660 TSAN_INTERCEPTOR(void, dispatch_io_barrier, dispatch_io_t channel, in TSAN_INTERCEPTOR()
752 TSAN_INTERCEPTOR(void, dispatch_io_close, dispatch_io_t channel, in TSAN_INTERCEPTOR()
/llvm-project/lldb/include/lldb/Utility/
H A DLog.h231 Log(Channel & channel) Log() argument
[all...]
/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1665 EnableLog(const char * channel,const char ** categories) EnableLog() argument
/llvm-project/lldb/source/Core/
H A DDebugger.cpp1633 EnableLog(llvm::StringRef channel,llvm::ArrayRef<const char * > categories,llvm::StringRef log_file,uint32_t log_options,size_t buffer_size,LogHandlerKind log_handler_kind,llvm::raw_ostream & error_stream) EnableLog() argument
/llvm-project/mlir/lib/Conversion/TosaToLinalg/
H A DTosaToLinalg.cpp1564 Value channel = b.create<linalg::IndexOp>(3); matchAndRewrite() local