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

  /external/llvm/lib/CodeGen/
MachineModuleInfo.cpp 56 /// Symbols - The symbols for the label. This is a pointer union that is
57 /// either one symbol (the common case) or a list of symbols.
58 PointerUnion<MCSymbol *, std::vector<MCSymbol*>*> Symbols;
70 /// DeletedAddrLabelsNeedingEmission - This is a per-function list of symbols
71 /// whose corresponding BasicBlock got deleted. These symbols need to be
83 // Deallocate any of the 'list of symbols' case.
86 if (I->second.Symbols.is<std::vector<MCSymbol*>*>())
87 delete I->second.Symbols.get<std::vector<MCSymbol*>*>();
107 if (!Entry.Symbols.isNull())
    [all...]
  /external/qemu-pc-bios/bochs/bios/
makesym.perl 16 if ($where == WHERE_BEFORE_SYM_TABLE && /^Symbols:/) {
  /external/srec/srec/Semproc/src/
SymbolTable.c 207 MEMCHK(rc, ptr->next, &ptr->Symbols[MAX_SYMBOLS-1]);
224 ptr->next = &ptr->Symbols[0];
227 ptr->Symbols[i].key[0] = 0;
228 ptr->Symbols[i].value[0] = 0;
246 ptr->next = &ptr->Symbols[0
250 ptr->Symbols[i].key[0] = 0;
251 ptr->Symbols[i].value[0] = 0;
291 PLogError(L("Semproc: Symbol table has too many special symbols"));
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
backtracking.rb 17 scope Symbols {
36 scope Symbols; // entire file is a scope
38 $Symbols::types = Set.new
64 scope Symbols; // put parameters and locals into same scope for now
66 $Symbols::types = set()
136 $Symbols::types.add($IDENTIFIER.text)
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.h 54 LocalSymbolMap &Symbols, StubMap &Stubs);
RuntimeDyldMachO.h 54 LocalSymbolMap &Symbols, StubMap &Stubs);
RuntimeDyldImpl.h 108 // Master symbol table. As modules are loaded and external symbols are
114 // Keep a map of common symbols to their sizes
127 // Relocations to external symbols that are not yet resolved.
156 /// \brief Emits a section containing common symbols.
161 LocalSymbolMap &Symbols);
211 LocalSymbolMap &Symbols, StubMap &Stubs) = 0;
RuntimeDyldMachO.cpp 210 LocalSymbolMap &Symbols,
223 // First look the symbol in object file symbols.
224 LocalSymbolMap::iterator lsi = Symbols.find(TargetName.data());
225 if (lsi != Symbols.end()) {
RuntimeDyldELF.cpp 90 // addresses for sections and common symbols
337 LocalSymbolMap &Symbols,
350 // First look the symbol in object file symbols.
351 LocalSymbolMap::iterator lsi = Symbols.find(TargetName.data());
352 if (lsi != Symbols.end()) {
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 206 std::vector<SymbolRef> &Symbols,
211 Symbols.push_back(*SI);
293 std::vector<SymbolRef> Symbols;
296 getSectionsAndSymbols(Header, MachOOF.get(), &SymtabLC, Sections, Symbols,
300 std::vector<SymbolRef> UnsortedSymbols(Symbols);
301 // Sort the symbols by address, just in case they didn't come in that way.
302 std::sort(Symbols.begin(), Symbols.end(), SymbolSorter());
332 std::vector<SymbolRef> Symbols;
334 getSectionsAndSymbols(Header, DSYMObj.get(), 0, DSYMSections, Symbols,
    [all...]
llvm-objdump.cpp 186 // Make a list of all the symbols in this section.
187 std::vector<std::pair<uint64_t, StringRef> > Symbols;
199 Symbols.push_back(std::make_pair(Address, Name));
203 // Sort the symbols by address, just in case they didn't come in that way.
204 array_pod_sort(Symbols.begin(), Symbols.end());
224 // If the section has no symbols just insert a dummy one and disassemble
226 if (Symbols.empty())
227 Symbols.push_back(std::make_pair(0, name));
284 for (unsigned si = 0, se = Symbols.size(); si != se; ++si)
    [all...]
  /external/srec/srec/Semproc/include/
SR_SymbolTable.h 39 * Entries in the Symbol table are symbols i.e. key-value pairs.
60 * Keep track of symbols using a hashmap of pointers
65 * The symbols stored as an array
67 Symbol Symbols[MAX_SYMBOLS];
75 * Any special symbols that are set prior to semantic processing and read by the semantic processor
80 * The number of special symbols set.
105 * Copies the symbols to a new hashmap (creates values dynamically)
142 * Store a "special" key value pair. These are special symbols that are set prior to semantic
  /external/llvm/include/llvm/MC/
MCAssembler.h 385 /// AddrDelta - The expression for the difference of the two symbols that
418 /// AddrDelta - The expression for the difference of the two symbols that
695 iplist<MCSymbolData> Symbols;
702 /// The map of symbols to their associated assembler backend data.
709 /// The set of function symbols for which a .thumb_func directive has
858 const SymbolDataListType &getSymbolList() const { return Symbols; }
859 SymbolDataListType &getSymbolList() { return Symbols; }
861 symbol_iterator symbol_begin() { return Symbols.begin(); }
862 const_symbol_iterator symbol_begin() const { return Symbols.begin(); }
864 symbol_iterator symbol_end() { return Symbols.end();
    [all...]
MCContext.h 66 /// Symbols - Bindings of names to symbols.
67 SymbolTable Symbols;
70 /// and artificial symbols.
115 /// Symbols created for the start and end of this section.
176 /// @param Name - The symbol name, which must be unique across all symbols.
184 /// want to, for example, iterate over all symbols. 'const' because we
188 return Symbols;
  /external/llvm/lib/MC/
MCContext.cpp 36 Allocator(), Symbols(Allocator), UsedNames(Allocator),
54 // NOTE: The symbols are all allocated out of a bump pointer allocator,
71 assert(!Name.empty() && "Normal symbols cannot be unnamed!");
75 StringMapEntry<MCSymbol*> &Entry = Symbols.GetOrCreateValue(Name);
94 assert(isTemporary && "Cannot rename non temporary symbols");
153 return Symbols.lookup(Name);
WinCOFFObjectWriter.cpp 125 typedef std::vector<COFFSymbol*> symbols; typedef in class:__anon9043::WinCOFFObjectWriter
136 symbols Symbols;
328 for (symbols::iterator I = Symbols.begin(), E = Symbols.end(); I != E; ++I)
335 return createCOFFEntity<COFFSymbol>(Name, Symbols);
343 = createCOFFEntity<COFFSymbol>(Symbol->getName(), Symbols);
515 // need symbols so they can be linked to code in the .text section right?
519 // For now, all non-variable symbols are exported
    [all...]
  /external/llvm/tools/lto/
LTOModule.cpp 271 // Add to list of defined symbols.
276 // contortions to avoid real linker symbols. For instance, the
288 // symbols (.objc_class_name_Foo = 0) and a floating reference
291 // The following synthesizes the implicit .objc_* symbols for the linker
319 // add to list of defined symbols
325 // ignore all llvm.* symbols
384 // add to table of symbols
418 // add to table of symbols
458 // ignore all llvm.* symbols
497 StringMap<State> Symbols;
    [all...]
  /packages/apps/Calculator/src/com/android/calculator2/
Logic.java 32 import org.javia.arity.Symbols;
37 private Symbols mSymbols = new Symbols();
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 81 typedef llvm::DenseSet<SymbolRef> Symbols;
84 /// A set of symbols that are registered with this report as being
87 Symbols interestingSymbols;
  /external/webkit/Tools/DumpRenderTree/qt/
fonts.conf 231 <string>Standard Symbols L</string>
  /packages/apps/Calculator/
arity-2.1.2.jar 
  /external/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 765 /// LazySymbols - Symbols to generate a lazy reference for. See
769 /// DefinedSymbols - External symbols which are defined by this
770 /// module. The symbols in this list and LazySymbols are used to add
771 /// special linker symbols which ensure that Objective-C modules are
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 541 // Check to see that all assembler local symbols were actually defined.
542 // Targets that don't do subsections via symbols may not want this, though,
546 const MCContext::SymbolTable &Symbols = getContext().getSymbols();
547 for (MCContext::SymbolTable::const_iterator i = Symbols.begin(),
548 e = Symbols.end();
551 // Variable symbols may not be marked as defined, so check those
843 "' (no symbols present)");
    [all...]
  /external/bison/doc/
refcard.tex 323 \key{Prepend a prefix to external symbols.} {-p {\it prefix}}
356 \key{Tell {\tt bison} the data type of symbols.}
415 symbols that make up the non-terminal. For example:
440 \section{Grammar Variables and Symbols}
468 \key{Data type associated with symbols.} {YYSTYPE}

Completed in 552 milliseconds