HomeSort by relevance Sort by last modified time
    Searched refs:Symbols (Results 126 - 148 of 148) sorted by null

1 2 3 4 56

  /external/lldb/source/Plugins/Platform/MacOSX/
PlatformDarwin.cpp 25 #include "lldb/Host/Symbols.h"
70 SymbolVendor *symbols = module.GetSymbolVendor (); local
71 if (symbols)
73 SymbolFile *symfile = symbols->GetSymbolFile();
255 sym_file = Symbols::FindSymbolFileInBundle (sym_file,
    [all...]
  /external/llvm/lib/Object/
COFFYAML.cpp 391 IO.mapRequired("symbols", Obj.Symbols);
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
ir.py 16 from parse_core import Symbols #, Parser
1043 declaration.parse( self.lexer, Symbols() ) # use new name-space
1044 #declaration.parse( Lexer( cstr ), Symbols() )
    [all...]
  /external/chromium_org/v8/test/mjsunit/
switch.js 141 // Symbols
395 } else if (test_type === 'symbols') {
439 var test_types = ['symbols', 'strings', 'oddball', 'smi', 'heapnum'];
  /external/clang/lib/CodeGen/
CGObjCMac.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp 369 // Process any special transfer function for dead symbols.
374 // up. Since no symbols are dead, we can optimize and not clean out
381 // values of the soon to be dead symbols.
424 // Remove dead bindings and symbols.
    [all...]
BugReporter.cpp     [all...]
  /external/bison/doc/
refcard.tex 321 \key{Prepend a prefix to external symbols.} {-p {\it prefix}}
354 \key{Tell {\tt bison} the data type of symbols.}
413 symbols that make up the non-terminal. For example:
438 \section{Grammar Variables and Symbols}
466 \key{Data type associated with symbols.} {YYSTYPE}
  /external/lldb/source/Core/
ModuleList.cpp 20 #include "lldb/Host/Symbols.h"
953 FileSpec file_spec = Symbols::LocateExecutableObjectFile (module_spec);
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/
options.js 183 { scriptCode: 'Zsym', scriptName: 'Symbols'}
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 377 // Handle common and BSS local symbols (.lcomm).
382 // Handle common symbols.
392 // Handle local BSS symbols.
536 // references to the dangling symbols. Emit them at the start of the function
537 // so that we don't get references to undefined symbols.
559 // The function label could have already been emitted if two symbols end up
    [all...]
  /external/llvm/lib/MC/
ELFObjectWriter.cpp 66 // The numbel of symbols written so far.
131 /// information on symbols.
506 // The presence of symbol versions causes undefined symbols and
509 for (MCSymbolData &OriginalData : Asm.symbols()) {
692 // allows us to omit some local symbols from the symbol table.
748 // Global ELF symbols can be preempted by the dynamic linker. The relocation
    [all...]
MCAssembler.cpp 362 Symbols.clear();
414 // Otherwise, check if the section requires symbols even for temporary labels.
419 // Linker visible symbols define atoms.
423 // Absolute and undefined symbols have no defining atom.
427 // Non-linker visible symbols in sections which can't be atomized have no
    [all...]
  /external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
DynamicLoaderDarwinKernel.cpp 22 #include "lldb/Host/Symbols.h"
793 if (Symbols::DownloadObjectAndSymbolFile (module_spec, true))
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 671 // Check to see that all assembler local symbols were actually defined.
672 // Targets that don't do subsections via symbols may not want this, though,
676 const MCContext::SymbolTable &Symbols = getContext().getSymbols();
677 for (MCContext::SymbolTable::const_iterator i = Symbols.begin(),
678 e = Symbols.end();
681 // Variable symbols may not be marked as defined, so check those
    [all...]
  /external/bison/
maint.mk 525 # Consider these symbols:
822 # Perl -lne code to extract "significant" cpp-defined symbols from a
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
math_semantic_attr.js 6 * @fileoverview Semantic attributes of Math symbols and expressions.
15 * Currently semantic attributes of symbols consist of the following two parts:
27 * In addition for some symbols we record the font as a further attribute.
47 * Contains the basic mappings of characters/symbols and functions to semantic
107 // Fences are treated slightly differently from other symbols as we want to
486 //Operator symbols
543 //Relation symbols
614 //Big operation symbols
764 /** Array of all non-digit number symbols.
770 /** Array of all number symbols
    [all...]
  /external/lldb/source/Commands/
CommandObjectTarget.cpp 29 #include "lldb/Host/Symbols.h"
161 m_symbol_file (LLDB_OPT_SET_1, false, "symfile", 's', 0, eArgTypeFilename, "Fullpath to a stand alone debug symbols file for when debug symbols are not in the executable."),
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dbgeng.h     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
pprof 137 # Special routine name that should not have any symbols.
154 <profile> is a remote form. Symbols are obtained from host:port$SYMBOL_PAGE
166 pprof --symbols <program>
182 --add_lib=<file> Read additional symbols and line info from the given library
199 --symbols Print demangled symbol names found at given addresses
389 "symbols!" => \$main::opt_symbols,
435 # Disassembly/listing/symbols mode requires address-level info
524 # --symbols needs a binary-name (to run nm on, etc) but not profiles
571 # Printing symbols is special and requires a lot less info that most.
573 PrintSymbols(*STDIN); # Get /proc/maps and symbols output from stdi
    [all...]
  /external/jemalloc/bin/
pprof 137 # Special routine name that should not have any symbols.
154 <profile> is a remote form. Symbols are obtained from host:port$SYMBOL_PAGE
166 pprof --symbols <program>
182 --add_lib=<file> Read additional symbols and line info from the given library
199 --symbols Print demangled symbol names found at given addresses
389 "symbols!" => \$main::opt_symbols,
435 # Disassembly/listing/symbols mode requires address-level info
524 # --symbols needs a binary-name (to run nm on, etc) but not profiles
571 # Printing symbols is special and requires a lot less info that most.
573 PrintSymbols(*STDIN); # Get /proc/maps and symbols output from stdi
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
pprof 137 # Special routine name that should not have any symbols.
154 <profile> is a remote form. Symbols are obtained from host:port$SYMBOL_PAGE
166 pprof --symbols <program>
182 --add_lib=<file> Read additional symbols and line info from the given library
199 --symbols Print demangled symbol names found at given addresses
389 "symbols!" => \$main::opt_symbols,
435 # Disassembly/listing/symbols mode requires address-level info
524 # --symbols needs a binary-name (to run nm on, etc) but not profiles
571 # Printing symbols is special and requires a lot less info that most.
573 PrintSymbols(*STDIN); # Get /proc/maps and symbols output from stdi
    [all...]

Completed in 2233 milliseconds

1 2 3 4 56