Searched refs:Get (Results 151 - 171 of 171) sorted by relevance

1234567

/openbsd-current/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dlldbutil.py175 # Get the description of an lldb object or None if not available
260 # Get stopped threads due to each stop reason.
724 1. Get the stopped thread due to a breakpoint condition
732 2. Get the thread stopped due to a breakpoint
1558 error = lldb.remote_platform.Get(lldb.SBFileSpec(remote, False),
H A Dlldbtest.py661 if lldb.remote_platform.Get(
1656 Get the output of the "statistics dump" with optional extra options
1931 '''Get the working directory that should be used when launching processes for local or remote processes.'''
2223 # Get the error text if there was an error, and the regular text if not.
/openbsd-current/gnu/llvm/lldb/source/Symbol/
H A DSymtab.cpp1060 // Get all symbols with file_addr
1214 llvm::StringRef str(strtab.Get(data.GetU32(offset_ptr)));
/openbsd-current/gnu/usr.bin/perl/dist/IO/lib/IO/
H A DSocket.pm642 Get an option associated with the socket. Levels other than C<SOL_SOCKET>
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/
H A DEvent.pm373 # Get common facets such as 'about', 'trace' 'amnesty', and 'meta'
393 Get a snapshot of the L<Test2::EventFacet::Trace> as it was when this event was
/openbsd-current/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/
H A DTypemaps.pm116 Get/set the file that the typemap is written to when the
/openbsd-current/gnu/llvm/clang/lib/Format/
H A DFormat.cpp1914 *Style = *StyleSet.Get(Language);
1940 FormatStyle::FormatStyleSet::Get(FormatStyle::LanguageKind Language) const { function in class:clang::format::FormatStyle::FormatStyleSet
1966 return StyleSet.Get(Language);
/openbsd-current/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp612 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process);
/openbsd-current/gnu/llvm/lldb/source/Target/
H A DStackFrame.cpp295 // Get the symbol context if we already haven't done so by resolving the
303 if ((m_flags.Get() & resolve_scope) != resolve_scope) {
/openbsd-current/gnu/usr.bin/perl/lib/
H A Dperl5db.pl2232 # Get the pattern, remove trailing question mark.
2644 # Get name:start-stop from find_sub, and break this up at
5424 # Get filename, start, and end.
6244 # Get the subroutine name.
6519 # Get the file name.
6525 # Get the actual sub's name, and shorten to $maxtrace's requirement.
6893 # We're using Term::ReadLine. Get all the attributes for this terminal.
7021 # Get the output from 'tty' and clean it up a little.
7353 # Get the next line.
8253 B<h> [I<db_command>] Get hel
[all...]
/openbsd-current/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp1927 // Get the number of sections down to a depth of 1 to include all segments
3285 symbol_section->Get() & SECTION_TYPE;
4169 uint32_t section_type = symbol_section->Get() & SECTION_TYPE;
/openbsd-current/gnu/gcc/gcc/config/m68k/
H A Dlb1sf68.asm721 | Get the exponents and check for denormalized and/or infinity.
2605 | Get the exponents and check for denormalized and/or infinity.
/openbsd-current/gnu/usr.bin/gcc/gcc/config/m68k/
H A Dlb1sf68.asm650 | Get the exponents and check for denormalized and/or infinity.
2513 | Get the exponents and check for denormalized and/or infinity.
/openbsd-current/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2328 // Get section list for this object file.
2539 // Get PLT section. We cannot use rel_hdr->sh_info, since current linkers
3430 if (result == 0 || !(section->Get() & llvm::ELF::SHF_COMPRESSED))
/openbsd-current/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp264 // Get the index into the virtual base table. The
1241 // Get the external AST source which holds the modules.
1259 // Get or create the module context.
4690 // Get a uniqued clang::QualType for the typedef decl type
4750 ObjCLanguageRuntime *objc_runtime = ObjCLanguageRuntime::Get(*process);
6440 ObjCLanguageRuntime::Get(*process);
6955 // Get the index of the child of "clang_type" whose name matches. This function
9663 // Get the lookup scope for the decl we're trying to find.
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp616 uint32_t launch_flags = launch_info.GetFlags().Get();
1454 // Get the thread stop info
2884 // Get logging info
2888 // Get the breakpoint address
2906 // Get the software breakpoint trap opcode size
/openbsd-current/gnu/gcc/gcc/doc/include/
H A Dtexinfo.tex3904 % Get the available space for the double columns -- the normal
5484 % Get the values of \leftskip and \rightskip as they were outside the @def...
/openbsd-current/gnu/usr.bin/binutils-2.17/texinfo/
H A Dtexinfo.tex3673 % Get the available space for the double columns -- the normal
5265 % Get the values of \leftskip and \rightskip as they were outside the @def...
/openbsd-current/gnu/usr.bin/texinfo/doc/
H A Dtexinfo.tex3802 % Get the available space for the double columns -- the normal
5360 % Get the values of \leftskip and \rightskip as they were outside the @def...
/openbsd-current/gnu/llvm/clang/lib/Sema/
H A DSemaDeclCXX.cpp1270 Expr *Get = UnresolvedLookupExpr::Create(
1276 E = S.BuildCallExpr(nullptr, Get, Loc, Arg, Loc);
1745 /// Get diagnostic %select index for tag kind for
2438 /// Get the class that is directly named by the current context. This is the
9027 /// Get the location to use for a subobject in diagnostics.
/openbsd-current/gnu/usr.bin/perl/
H A DConfigure3361 : Get old answers from old config file if Configure was run on the
24543 : Get out of the UU directory to get correct path name.

Completed in 389 milliseconds

1234567