/llvm-project/compiler-rt/test/tsan/libdispatch/ |
H A D | io.c | 17 …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 D | io-barrier-race.c | 26 …dispatch_io_t channel = dispatch_io_create_with_path(DISPATCH_IO_STREAM, path, O_CREAT | O_WRONLY,… in main() local
|
H A D | io-race.c | 26 …dispatch_io_t channel = dispatch_io_create_with_path(DISPATCH_IO_STREAM, path, O_CREAT | O_WRONLY,… in main() local
|
H A D | fd.c | 18 dispatch_io_t channel = dispatch_io_create_with_path(DISPATCH_IO_STREAM, path, O_CREAT | O_WRONLY, in main() local
|
H A D | io-cleanup.c | 17 dispatch_io_t channel; in main() local
|
H A D | io-barrier.c | 25 …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 D | CommandObjectLog.cpp | 37 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 D | 2003-11-19-BitFieldArray.c | 9 void g_io_channel_init (struct _GIOChannel *channel) { in g_io_channel_init()
|
/llvm-project/lldb/source/Utility/ |
H A D | Log.cpp | 240 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 D | LLDBServerUtilities.cpp | 66 std::string channel(channel_then_categories.GetArgumentAtIndex(0)); SetupLogging() local
|
/llvm-project/lldb/unittests/Utility/ |
H A D | LogTest.cpp | 43 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 D | go.pass.cpp | 78 class channel class
|
/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_interceptors_libdispatch.cpp | 623 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 D | Log.h | 231 Log(Channel & channel) Log() argument [all...] |
/llvm-project/lldb/source/API/ |
H A D | SBDebugger.cpp | 1665 EnableLog(const char * channel,const char ** categories) EnableLog() argument
|
/llvm-project/lldb/source/Core/ |
H A D | Debugger.cpp | 1633 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 D | TosaToLinalg.cpp | 1564 Value channel = b.create<linalg::IndexOp>(3); matchAndRewrite() local
|