Searched refs:Stream (Results 526 - 550 of 667) sorted by relevance

<<21222324252627

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp196 void PlatformFreeBSD::GetStatus(Stream &strm) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp170 void PlatformNetBSD::GetStatus(Stream &strm) {
/freebsd-13-stable/lib/libc/isc/
H A Deventlib_p.h172 enum { Accept, File, Stream, Timer, Wait, Free, Null } type; enumerator in enum:evEvent_p::__anon7466
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCUDANV.cpp305 Address Stream = local
312 /*Stream=*/Stream.getType()},
318 ShmemSize.getPointer(), Stream.getPointer()});
331 LaunchKernelArgs.add(RValue::get(CGF.Builder.CreateLoad(Stream)),
/freebsd-13-stable/contrib/llvm-project/clang/lib/DirectoryWatcher/mac/
H A DDirectoryWatcher-mac.cpp105 static void eventStreamCallback(ConstFSEventStreamRef Stream, argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DAppleDWARFIndex.cpp201 void AppleDWARFIndex::Dump(Stream &s) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.h86 void Dump(Stream &stream);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolFile.cpp217 void SymbolFile::Dump(Stream &s) {
H A DTypeMap.cpp124 void TypeMap::Dump(Stream *s, bool show_context, lldb::DescriptionLevel level) {
H A DVariableList.cpp167 void VariableList::Dump(Stream *s, bool show_context) const {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DSectionLoadList.cpp17 #include "lldb/Utility/Stream.h"
249 void SectionLoadList::Dump(Stream &s, Target *target) {
H A DThreadPlanStepOverRange.cpp21 #include "lldb/Utility/Stream.h"
45 void ThreadPlanStepOverRange::GetDescription(Stream *s,
H A DThread.cpp49 #include "lldb/Utility/Stream.h"
173 void Thread::ThreadEventData::Dump(Stream *s) const {}
300 Stream &output_stream) {
1534 static void DumpAddressList(Stream &s, const std::vector<Address> &list,
1601 void Thread::DumpUsingSettingsFormat(Stream &strm, uint32_t frame_idx,
1712 size_t Thread::GetStatus(Stream &strm, uint32_t start_frame,
1765 bool Thread::GetDescription(Stream &strm, lldb::DescriptionLevel level,
1853 size_t Thread::GetStackFrameStatus(Stream &strm, uint32_t first_frame,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
H A DGDBRemote.cpp12 #include "lldb/Utility/Stream.h"
61 void GDBRemotePacket::Dump(Stream &strm) const {
H A DStringList.cpp12 #include "lldb/Utility/Stream.h"
86 void StringList::Join(const char *separator, Stream &strm) {
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DModuleFile.h199 llvm::BitstreamCursor Stream; member in class:clang::serialization::ModuleFile
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp1433 raw_string_ostream Stream; member in struct:__anon4683::LowerMatrixIntrinsics::ExprLinearizer
1460 : Str(), Stream(Str), DL(DL), Inst2Matrix(Inst2Matrix), Shared(Shared),
1466 Stream << " ";
1470 Stream << "\n";
1484 Stream << S;
1581 Stream << "stack addr";
1584 Stream << "addr";
1588 Stream << " %" << V->getName() << "";
1610 Stream << Tmp;
1681 Stream
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp239 void streamIsaVersion(const MCSubtargetInfo *STI, raw_ostream &Stream) { argument
243 Stream << TargetTriple.getArchName() << '-'
253 Stream << "+xnack";
255 Stream << "+sram-ecc";
257 Stream.flush();
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1941 DeclFieldAbbrev = Stream.EmitAbbrev(std::move(Abv));
1977 DeclObjCIvarAbbrev = Stream.EmitAbbrev(std::move(Abv));
2027 DeclEnumAbbrev = Stream.EmitAbbrev(std::move(Abv));
2089 DeclRecordAbbrev = Stream.EmitAbbrev(std::move(Abv));
2137 DeclParmVarAbbrev = Stream.EmitAbbrev(std::move(Abv));
2166 DeclTypedefAbbrev = Stream.EmitAbbrev(std::move(Abv));
2218 DeclVarAbbrev = Stream.EmitAbbrev(std::move(Abv));
2281 DeclCXXMethodAbbrev = Stream.EmitAbbrev(std::move(Abv));
2305 DeclRefExprAbbrev = Stream.EmitAbbrev(std::move(Abv));
2324 IntegerLiteralAbbrev = Stream
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp31 #include "lldb/Utility/Stream.h"
2937 void ObjectFileELF::Dump(Stream *s) {
2974 void ObjectFileELF::DumpELFHeader(Stream *s, const ELFHeader &header) {
3009 void ObjectFileELF::DumpELFHeader_e_type(Stream *s, elf_half e_type) {
3034 void ObjectFileELF::DumpELFHeader_e_ident_EI_DATA(Stream *s,
3054 void ObjectFileELF::DumpELFProgramHeader(Stream *s,
3070 void ObjectFileELF::DumpELFProgramHeader_p_type(Stream *s, elf_word p_type) {
3091 void ObjectFileELF::DumpELFProgramHeader_p_flags(Stream *s, elf_word p_flags) {
3102 void ObjectFileELF::DumpELFProgramHeaders(Stream *s) {
3122 void ObjectFileELF::DumpELFSectionHeader(Stream *
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp486 void BreakpointLocation::GetDescription(Stream *s,
620 void BreakpointLocation::Dump(Stream *s) const {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectExpression.cpp407 Stream &output_stream,
408 Stream &error_stream,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DEmulateInstruction.cpp23 #include "lldb/Utility/Stream.h"
195 StreamString strm(Stream::eBinary, GetAddressByteSize(), GetByteOrder());
364 void EmulateInstruction::Context::Dump(Stream &strm,
H A DIOHandler.cpp123 void IOHandlerStack::PrintAsync(Stream *stream, const char *s, size_t len) {
592 void IOHandlerEditline::PrintAsync(Stream *stream, const char *s, size_t len) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp69 bool AppleObjCRuntime::GetObjectDescription(Stream &str, ValueObject &valobj) {
97 bool AppleObjCRuntime::GetObjectDescription(Stream &strm, Value &value,

Completed in 446 milliseconds

<<21222324252627