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

1 2 3 4 5 6 78

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
MCAssembler.cpp 101 Symbols.clear();
180 // Linker visible symbols define atoms.
184 // Absolute and undefined symbols have no defining atom.
188 // Non-linker visible symbols in sections which can't be atomized have no
450 Symbols.push_back(&Symbol);
728 // The fixup represents the difference between two symbols, which the
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
COFFDumper.cpp 537 LLVM_READOBJ_ENUM_CLASS_ENT(DebugSubsectionKind, Symbols),
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
MachODump.cpp 85 llvm::IndirectSymbols("indirect-symbols",
307 std::vector<SymbolRef> &Symbols,
310 for (const SymbolRef &Symbol : MachOObj->symbols()) {
315 Symbols.push_back(Symbol);
421 outs() << "Can't print indirect symbols for (" << Sec.segname << ","
427 outs() << "Indirect symbols for (" << Sec.segname << ","
449 outs() << "Can't print indirect symbols for (" << Sec.segname << ","
455 outs() << "Indirect symbols for (" << Sec.segname << ","
    [all...]
  /external/llvm/tools/llvm-nm/
llvm-nm.cpp 11 // prints out the names of symbols in a bitcode or object file, along with some
68 cl::desc("Show only undefined symbols"));
73 cl::desc("Display the dynamic symbols instead "
74 "of normal symbols."));
79 cl::desc("Show only defined symbols"));
84 cl::desc("Show only external symbols"));
110 cl::desc("Show all symbols, even debugger only"));
114 cl::opt<bool> NumericSort("numeric-sort", cl::desc("Sort symbols by address"));
120 cl::opt<bool> NoSort("no-sort", cl::desc("Show symbols in order encountered"));
133 cl::opt<bool> SizeSort("size-sort", cl::desc("Sort symbols by size"))
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.cpp 403 MCSymbol *SymbolsEnd = beginCVSubsection(ModuleSubstreamKind::Symbols);
638 MCSymbol *SymbolsEnd = beginCVSubsection(ModuleSubstreamKind::Symbols);
    [all...]
  /external/llvm/lib/DebugInfo/CodeView/
EnumTables.cpp 243 CV_ENUM_CLASS_ENT(ModuleSubstreamKind, Symbols),
  /external/llvm/lib/ObjectYAML/
COFFYAML.cpp 500 IO.mapRequired("symbols", Obj.Symbols);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.cpp 474 MCSymbol *CompilerInfo = beginCVSubsection(DebugSubsectionKind::Symbols);
498 MCSymbol *SymbolsEnd = beginCVSubsection(DebugSubsectionKind::Symbols);
850 MCSymbol *SymbolsEnd = beginCVSubsection(DebugSubsectionKind::Symbols);
    [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp 822 /// LazySymbols - Symbols to generate a lazy reference for. See
826 /// DefinedSymbols - External symbols which are defined by this
827 /// module. The symbols in this list and LazySymbols are used to add
828 /// special linker symbols which ensure that Objective-C modules are
    [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/MCParser/
AsmParser.cpp 487 // Check to see that all assembler local symbols were actually defined.
488 // Targets that don't do subsections via symbols may not want this, though,
492 const MCContext::SymbolTable &Symbols = getContext().getSymbols();
493 for (MCContext::SymbolTable::const_iterator i = Symbols.begin(),
494 e = Symbols.end();
497 // Variable symbols may not be marked as defined, so check those
789 "' (no symbols present)");
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-nm/
llvm-nm.cpp 11 // prints out the names of symbols in a bitcode or object file, along with some
62 cl::desc("Show only undefined symbols"));
67 cl::desc("Display the dynamic symbols instead "
68 "of normal symbols."));
73 cl::desc("Show only defined symbols"));
78 cl::desc("Show only external symbols"),
85 cl::desc("Show only non-weak symbols"));
111 cl::desc("Show all symbols, even debugger only"));
115 cl::opt<bool> NumericSort("numeric-sort", cl::desc("Sort symbols by address"));
121 cl::opt<bool> NoSort("no-sort", cl::desc("Show symbols in order encountered"))
    [all...]
  /external/cldr/tools/java/org/unicode/cldr/util/
PathHeader.java 172 "Unknown Region"), Overrides(SectionId.Timezones), Symbols(
233 // [Smileys, People, Animals & Nature, Food & Drink, Travel & Places, Activities, Objects, Symbols, Flags]
    [all...]
  /external/libxml2/doc/
search.php 71 <li><a href="APIsymbols.html">Symbols</a></li>
151 $result = mysql_query ("SELECT words.relevance, symbols.name, symbols.type, symbols.module, symbols.descr FROM words, symbols WHERE LCASE(words.name) LIKE LCASE('$word') and words.symbol = symbols.name ORDER BY words.relevance DESC LIMIT 75");
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
COFFYAML.cpp 566 // semantic representation of the symbols/types. If it is any other kind
586 IO.mapRequired("symbols", Obj.Symbols);
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp     [all...]
ExprEngine.cpp 380 // Process any special transfer function for dead symbols.
385 // up. Since no symbols are dead, we can optimize and not clean out
392 // values of the soon to be dead symbols.
435 // Remove dead bindings and symbols.
    [all...]
  /external/libchrome/third_party/jinja2/
compiler.py 23 from jinja2.idtracking import Symbols, VAR_LOAD_PARAMETER, \
135 self.symbols = Symbols(parent and parent.symbols or None,
169 rv.symbols = self.symbols.copy()
175 return Frame(self.eval_ctx, level=self.symbols.level + 1)
477 for target, (action, param) in iteritems(frame.symbols.loads):
495 for target, _ in iteritems(frame.symbols.loads):
508 frame.symbols.analyze_node(node
    [all...]
  /external/u-boot/tools/buildman/
kconfiglib.py 30 - Relations between symbols can be quickly determined, such as finding all
31 symbols that reference a particular symbol.
96 set of symbols and other items appearing in the configuration together with
133 messages related to assignments to undefined symbols should be
137 # The set of all symbols, indexed by name (a string)
143 # The set of all defined symbols in the configuration in the order they
144 # appear in the Kconfig files. This excludes the special symbols n, m,
145 # and y as well as symbols that are referenced but never defined.
168 # The special symbols n, m and y, used as shorthand for "n", "m" and
184 # If you set CONFIG_ in the environment, Kconfig will prefix all symbols
    [all...]
  /external/jemalloc/bin/
jeprof.in 138 # Special routine name that should not have any symbols.
155 <profile> is a remote form. Symbols are obtained from host:port$SYMBOL_PAGE
167 jeprof --symbols <program>
183 --add_lib=<file> Read additional symbols and line info from the given library
200 --symbols Print demangled symbol names found at given addresses
397 "symbols!" => \$main::opt_symbols,
446 # Disassembly/listing/symbols mode requires address-level info
535 # --symbols needs a binary-name (to run nm on, etc) but not profiles
577 my ($profile, $symbols, $libs, $thread) = @_;
583 $profile = RemoveUninterestingFrames($symbols, $profile)
    [all...]
  /external/jemalloc_new/bin/
jeprof.in 139 # Special routine name that should not have any symbols.
156 <profile> is a remote form. Symbols are obtained from host:port$SYMBOL_PAGE
168 jeprof --symbols <program>
184 --add_lib=<file> Read additional symbols and line info from the given library
201 --symbols Print demangled symbol names found at given addresses
398 "symbols!" => \$main::opt_symbols,
447 # Disassembly/listing/symbols mode requires address-level info
536 # --symbols needs a binary-name (to run nm on, etc) but not profiles
578 my ($profile, $symbols, $libs, $thread) = @_;
584 $profile = RemoveUninterestingFrames($symbols, $profile)
    [all...]
  /build/soong/symbol_inject/
pe_symboldata_test.go 55 Symbols: []*pe.Symbol{
    [all...]

Completed in 598 milliseconds

1 2 3 4 5 6 78