HomeSort by relevance Sort by last modified time
    Searched defs:Symbol (Results 26 - 50 of 84) sorted by null

12 3 4

  /external/llvm/bindings/python/llvm/
object.py 19 Section, Symbol, and Relocation, respectively.
40 To aid working around this limitation, each Section, Symbol, and Relocation
60 for symbol in symbols:
61 print symbol.name # This raises because the object has expired.
65 for symbol in obj.get_symbols():
66 symbols.append(symbol)
67 print symbol.name
69 for symbol in symbols:
70 print symbol.name # OK
71 print symbol.address # NOT OK. We didn't look up this property before
391 def symbol(self): member in class:Relocation
    [all...]
  /external/llvm/examples/BrainF/
BrainF.h 47 enum Symbol {
  /external/llvm/include/llvm/Object/
COFFYAML.h 58 struct Symbol {
59 COFF::symbol Header;
69 Symbol();
75 std::vector<Symbol> Symbols;
82 LLVM_YAML_IS_SEQUENCE_VECTOR(COFFYAML::Symbol)
174 struct MappingTraits<COFFYAML::Symbol> {
175 static void mapping(IO &IO, COFFYAML::Symbol &S);
Archive.h 126 class Symbol {
132 bool operator ==(const Symbol &other) const {
136 Symbol(const Archive *p, uint32_t symi, uint32_t stri)
142 Symbol getNext() const;
146 Symbol symbol; member in class:llvm::object::Archive::symbol_iterator
148 symbol_iterator(const Symbol &s) : symbol(s) {}
149 const Symbol *operator->() const {
150 return &symbol;
    [all...]
ELFYAML.h 60 struct Symbol {
69 std::vector<Symbol> Local;
70 std::vector<Symbol> Global;
71 std::vector<Symbol> Weak;
97 StringRef Symbol;
121 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::ELFYAML::Symbol)
188 struct MappingTraits<ELFYAML::Symbol> {
189 static void mapping(IO &IO, ELFYAML::Symbol &Symbol);
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MachObjectWriter.cpp 140 // is to use an absolute symbol (which we don't support yet).
158 // Neither symbol can be modified.
161 report_fatal_error("unsupported relocation of modified symbol", false);
222 const MCSymbol *Symbol = &Target.getSymA()->getSymbol();
223 const MCSymbolData &SD = Asm.getSymbolData(*Symbol);
230 if (Symbol->isInSection()) {
238 // symbol to use as a base address (a local symbol with no preceding
239 // non-local symbol).
247 } else if (Symbol->isInSection() && !Symbol->isVariable())
    [all...]
  /external/llvm/tools/llvm-readobj/
Win64EHDumper.cpp 122 SymbolRef Symbol;
123 if (Ctx.ResolveSymbol(Section, Offset, Symbol, Ctx.UserData) ||
124 Symbol.getName(Name)) {
142 SymbolRef Symbol;
144 Ctx.ResolveSymbol(Section, Offset, Symbol, Ctx.UserData))
147 if (std::error_code EC = Symbol.getAddress(ResolvedAddress))
151 if (std::error_code EC = Symbol.getSection(SI))
MachODumper.cpp 42 void printSymbol(const SymbolRef &Symbol);
189 MachOSymbol &Symbol) {
192 Symbol.StringIndex = Entry.n_strx;
193 Symbol.Type = Entry.n_type;
194 Symbol.SectionIndex = Entry.n_sect;
195 Symbol.Flags = Entry.n_desc;
196 Symbol.Value = Entry.n_value;
200 Symbol.StringIndex = Entry.n_strx;
201 Symbol.Type = Entry.n_type;
202 Symbol.SectionIndex = Entry.n_sect
    [all...]
ARMEHABIPrinter.h 365 /// IndexTableOffset. The symbol is the section symbol for the exception
366 /// handling table. Use this symbol to recover the actual exception handling
380 std::pair<const Elf_Shdr *, const Elf_Sym *> Symbol =
383 return ELF->getSection(Symbol.second);
COFFDumper.cpp 102 // symbol used for the relocation at the offset.
120 // of the symbol used for the relocation at the offset.
124 SymbolRef Symbol;
125 if (std::error_code EC = resolveSymbol(Section, Offset, Symbol))
127 if (std::error_code EC = Symbol.getName(Name))
316 const coff_symbol *Symbol,
318 ArrayRef<uint8_t> AuxData = Obj->getSymbolAuxData(Symbol);
630 for (const SymbolRef &Symbol : Obj->symbols()) {
632 if (Sec.containsSymbol(Symbol, Contained) || !Contained)
635 printSymbol(Symbol);
    [all...]
  /external/llvm/tools/obj2yaml/
coff2yaml.cpp 82 dumpFunctionDefinition(COFFYAML::Symbol *Sym,
94 dumpbfAndEfLineInfo(COFFYAML::Symbol *Sym,
103 static void dumpWeakExternal(COFFYAML::Symbol *Sym,
113 dumpSectionDefinition(COFFYAML::Symbol *Sym,
127 dumpCLRTokenDefinition(COFFYAML::Symbol *Sym,
137 std::vector<COFFYAML::Symbol> &Symbols = YAMLObj.Symbols;
139 const object::coff_symbol *Symbol = Obj.getCOFFSymbol(S);
140 COFFYAML::Symbol Sym;
141 Obj.getSymbolName(Symbol, Sym.Name);
142 Sym.SimpleType = COFF::SymbolBaseType(Symbol->getBaseType())
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_DecodeCoeffsToPair_s.s 52 Symbol RN 7
69 Symbol RN 7
121 ;// Decode Symbol = TotalCoeff*4 + TrailingOnes
122 M_BD_VLD Symbol, T1, T2, pVLDTable, 4, 2
124 MOVS TotalCoeff, Symbol, LSR #2
129 CMP Symbol, #17*4
130 BGE.W EndBadSymbol ;// Error if bad symbol
138 ANDS TrailingOnes, Symbol, #3
144 M_BD_READ8 Symbol, 1, T1
147 SUB T1, T1, Symbol, LSL #
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
armVCM4P10_DecodeCoeffsToPair_s.s 52 Symbol RN 7
69 Symbol RN 7
121 ;// Decode Symbol = TotalCoeff*4 + TrailingOnes
122 M_BD_VLD Symbol, T1, T2, pVLDTable, 4, 2
124 MOVS TotalCoeff, Symbol, LSR #2
129 CMP Symbol, #17*4
130 BGE.W EndBadSymbol ;// Error if bad symbol
138 ANDS TrailingOnes, Symbol, #3
144 M_BD_READ8 Symbol, 1, T1
147 SUB T1, T1, Symbol, LSL #
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InjectedScriptExterns.js 186 var symbol; variable
190 * @return {symbol}
192 function Symbol(description) {}
  /external/llvm/lib/MC/
MCELFStreamer.cpp 56 void MCELFStreamer::EmitLabel(MCSymbol *Symbol) {
57 assert(Symbol->isUndefined() && "Cannot define a symbol twice!");
59 MCObjectStreamer::EmitLabel(Symbol);
62 static_cast<const MCSectionELF&>(Symbol->getSection());
63 MCSymbolData &SD = getAssembler().getSymbolData(*Symbol);
96 void MCELFStreamer::EmitWeakReference(MCSymbol *Alias, const MCSymbol *Symbol) {
97 getAssembler().getOrCreateSymbolData(*Symbol);
99 Symbol, MCSymbolRefExpr::VK_WEAKREF, getContext());
123 bool MCELFStreamer::EmitSymbolAttribute(MCSymbol *Symbol,
    [all...]
  /external/llvm/tools/yaml2obj/
yaml2elf.cpp 57 // Used to keep track of section and symbol names, so that in the YAML file
121 const std::vector<ELFYAML::Symbol> &Symbols);
130 void addSymbols(const std::vector<ELFYAML::Symbol> &Symbols,
140 // - symbol table (.symtab) (placed third to last)
245 // One greater than symbol table index of the last local symbol.
257 // Add symbol names to .strtab.
288 void ELFState<ELFT>::addSymbols(const std::vector<ELFYAML::Symbol> &Symbols,
292 Elf_Sym Symbol;
293 zero(Symbol);
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
symbol-table.h 0 // symbol-table.h
17 // Classes to provide symbol-to-integer and integer-to-symbol mappings.
47 int64 AddSymbol(const string& symbol, int64 key);
49 int64 AddSymbol(const string& symbol) {
50 int64 key = Find(symbol);
51 return (key == -1) ? AddSymbol(symbol, available_key_++) : key;
81 // Return the key associated with the symbol. If the symbol
83 int64 Find(const string& symbol) const
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
armCOMM_BitDec_s.h 25 ;// | Len | Symbol | 1 |
32 ;// Symbol = Symbol payload (unsigned 12 bits)
151 ;// $Symbol - the next N bits of the bitstream
158 M_BD_LOOK8 $Symbol, $N
160 MOV $Symbol, $BitBuffer, LSL $BitCount
176 ;// $Symbol - the next N bits of the bitstream
183 M_BD_LOOK16 $Symbol, $N, $T1
185 MOV $Symbol, $BitBuffer, LSL $BitCount
227 ;// $Symbol - the next N bits of the bitstrea
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
armCOMM_BitDec_s.h 25 ;// | Len | Symbol | 1 |
32 ;// Symbol = Symbol payload (unsigned 12 bits)
151 ;// $Symbol - the next N bits of the bitstream
158 M_BD_LOOK8 $Symbol, $N
160 MOV $Symbol, $BitBuffer, LSL $BitCount
176 ;// $Symbol - the next N bits of the bitstream
183 M_BD_LOOK16 $Symbol, $N, $T1
185 MOV $Symbol, $BitBuffer, LSL $BitCount
227 ;// $Symbol - the next N bits of the bitstrea
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
symtable.py 1 """Interface to the compiler's internal symbol tables"""
10 __all__ = ["symtable", "SymbolTable", "Class", "Function", "Symbol"]
105 sym = self._symbols[name] = Symbol(name, flags, namespaces)
172 class Symbol(object):
181 return "<symbol {0!r}>".format(self.__name)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
symtable.py 1 """Interface to the compiler's internal symbol tables"""
10 __all__ = ["symtable", "SymbolTable", "Class", "Function", "Symbol"]
105 sym = self._symbols[name] = Symbol(name, flags, namespaces)
172 class Symbol(object):
181 return "<symbol {0!r}>".format(self.__name)
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
program_parser.h 59 * field contain's the symbol's swizzle. (SWIZZLE_X/Y/Z/W)
114 * Symbol associated with indirect access to parameter arrays.
116 * If \c Base::RelAddr is 1, this will point to the symbol for the parameter
120 struct asm_symbol *Symbol;
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldChecker.cpp 177 // Parse a symbol and return a (string, string) pair representing the symbol
190 // given symbol and get the value of the requested operand.
199 StringRef Symbol;
200 std::tie(Symbol, RemainingExpr) = parseSymbol(RemainingExpr);
202 if (!Checker.checkSymbolIsValidForLoad(Symbol))
203 return std::make_pair(EvalResult(("Cannot decode unknown symbol '" +
204 Symbol + "'").str()),
226 if (!decodeInst(Symbol, Inst, Size))
228 Symbol + "'").str())
    [all...]
  /external/llvm/lib/Target/Mips/
Mips16ISelLowering.cpp 444 const char *Symbol = S->getSymbol();
445 Mips16IntrinsicHelperType IntrinsicFind = { Symbol, "" };
447 Mips16HardFloatInfo::findFuncSignature(Symbol);
448 if (!IsPICCall && (Signature && (FuncInfo->StubsNeeded.find(Symbol) ==
450 FuncInfo->StubsNeeded[Symbol] = Signature;
  /external/mesa3d/src/mesa/program/
program_parser.h 59 * field contain's the symbol's swizzle. (SWIZZLE_X/Y/Z/W)
114 * Symbol associated with indirect access to parameter arrays.
116 * If \c Base::RelAddr is 1, this will point to the symbol for the parameter
120 struct asm_symbol *Symbol;

Completed in 873 milliseconds

12 3 4