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

1 23 4

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir.cpp 281 Symbol::Symbol(Program *prog, DataFile f, ubyte fidx)
292 Symbol *
293 Symbol::clone(ClonePolicy<Function>& pol) const
297 Symbol *that = new_Symbol(prog, reg.file, reg.fileIndex);
311 Symbol::isUniform() const
540 Symbol::equals(const Value *that, bool strict) const
1003 mem_Symbol(sizeof(Symbol), 7),
nv50_ir.h 309 class Symbol;
479 inline Symbol *asSym();
481 inline const Symbol *asSym() const;
524 class Symbol : public Value
527 Symbol(Program *, DataFile file = FILE_MEMORY_CONST, ubyte fileIdx = 0);
528 ~Symbol() { }
530 virtual Symbol *clone(ClonePolicy<Function>&) const;
548 inline void setAddress(Symbol *base, int32_t offset);
551 inline const Symbol *getBase() const { return baseSym; }
554 Symbol *baseSym; // array base for Symbols representing array element
    [all...]
  /external/chromium_org/v8/src/
dateparser.h 165 char symbol() { function in struct:v8::internal::DateParser::DateToken
169 bool IsSymbol(char symbol) {
170 return IsSymbol() && this->symbol() == symbol;
198 static DateToken Symbol(char symbol) {
199 return DateToken(kSymbolTag, 1, symbol);
248 bool SkipSymbol(char symbol) {
249 if (next_.IsSymbol(symbol)) {
  /external/llvm/lib/MC/
MachObjectWriter.cpp 44 if (SD->Symbol->isUndefined())
93 report_fatal_error("unable to evaluate offset to undefined symbol '" +
96 report_fatal_error("unable to evaluate offset to undefined symbol '" +
326 const MCSymbol *Symbol = &Data.getSymbol();
327 const MCSymbol *AliasedSymbol = &Symbol->AliasedSymbol();
332 bool IsAlias = Symbol != AliasedSymbol;
339 Symbol = AliasedSymbol;
345 if (IsAlias && Symbol->isUndefined())
347 else if (Symbol->isUndefined())
349 else if (Symbol->isAbsolute()
    [all...]
MCAsmStreamer.cpp 122 void EmitLabel(MCSymbol *Symbol) override;
131 void EmitAssignment(MCSymbol *Symbol, const MCExpr *Value) override;
132 void EmitWeakReference(MCSymbol *Alias, const MCSymbol *Symbol) override;
133 bool EmitSymbolAttribute(MCSymbol *Symbol, MCSymbolAttr Attribute) override;
135 void EmitSymbolDesc(MCSymbol *Symbol, unsigned DescValue) override;
136 void BeginCOFFSymbolDef(const MCSymbol *Symbol) override;
140 void EmitCOFFSectionIndex(MCSymbol const *Symbol) override;
141 void EmitCOFFSecRel32(MCSymbol const *Symbol) override;
142 void EmitELFSize(MCSymbol *Symbol, const MCExpr *Value) override;
143 void EmitCommonSymbol(MCSymbol *Symbol, uint64_t Size
    [all...]
WinCOFFObjectWriter.cpp 60 COFF::symbol Data;
98 COFFSymbol *Symbol;
143 COFFSymbol *GetOrCreateCOFFSymbol(const MCSymbol * Symbol);
191 // Symbol class implementation
214 /// logic to decide if the symbol should be reported in the symbol table
230 // if it is the section symbol, keep it
231 if (Section->Symbol == this)
248 , Symbol(nullptr) {
315 COFFSymbol *WinCOFFObjectWriter::GetOrCreateCOFFSymbol(const MCSymbol * Symbol){
    [all...]
ELFObjectWriter.cpp 60 // The symbol .symtab fragment we are writting to.
84 bool UseSymbol; // Relocate with a symbol, not the section.
86 const MCSymbol *Symbol; // The symbol to relocate with.
92 ELFRelocationEntry(uint64_t Offset, const MCSymbol *Symbol, unsigned Type,
94 : Offset(Offset), UseSymbol(true), Symbol(Symbol), Type(Type),
156 /// @name Symbol Table Data
169 // This holds the symbol table index of the last local symbol
    [all...]
  /external/llvm/lib/Target/Mips/
MipsAsmPrinter.cpp 72 const char *Symbol = it->first;
74 if (StubsNeeded.find(Symbol) == StubsNeeded.end())
75 StubsNeeded[Symbol] = Signature;
716 void MipsAsmPrinter::EmitJal(MCSymbol *Symbol) {
720 MCOperand::CreateExpr(MCSymbolRefExpr::Create(Symbol, OutContext)));
828 const char *Symbol, const Mips16HardFloatInfo::FuncSignature *Signature) {
829 MCSymbol *MSymbol = OutContext.GetOrCreateSymbol(StringRef(Symbol));
884 Twine(Symbol) + " (" + Twine(Parms) + ")");
893 ".mips16.call.fp." + std::string(Symbol), ELF::SHT_PROGBITS,
912 std::string x = "__call_stub_fp_" + std::string(Symbol);
    [all...]
  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp 85 SymbolTable("t", cl::desc("Display the symbol table"));
423 for (const SymbolRef &Symbol : Obj->symbols()) {
425 if (!error(Section.containsSymbol(Symbol, contains)) && contains) {
427 if (error(Symbol.getAddress(Address)))
436 if (error(Symbol.getName(Name)))
489 // Disassemble symbol by symbol.
494 // symbol.
497 // Make sure this symbol takes up space.
501 // This symbol has the same address as the next symbol. Skip it
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir.cpp 281 Symbol::Symbol(Program *prog, DataFile f, ubyte fidx)
292 Symbol *
293 Symbol::clone(ClonePolicy<Function>& pol) const
297 Symbol *that = new_Symbol(prog, reg.file, reg.fileIndex);
311 Symbol::isUniform() const
540 Symbol::equals(const Value *that, bool strict) const
1003 mem_Symbol(sizeof(Symbol), 7),
nv50_ir.h 309 class Symbol;
479 inline Symbol *asSym();
481 inline const Symbol *asSym() const;
524 class Symbol : public Value
527 Symbol(Program *, DataFile file = FILE_MEMORY_CONST, ubyte fileIdx = 0);
528 ~Symbol() { }
530 virtual Symbol *clone(ClonePolicy<Function>&) const;
548 inline void setAddress(Symbol *base, int32_t offset);
551 inline const Symbol *getBase() const { return baseSym; }
554 Symbol *baseSym; // array base for Symbols representing array element
    [all...]
  /cts/libs/deviceutil/src/android/cts/util/
ReadElf.java 62 public static class Symbol {
81 Symbol(String name, int st_info) {
89 return "Symbol[" + name + "," + toBind() + "," + toType() + "]";
134 /** Symbol Table offset */
137 /** Symbol Table size */
140 /** Dynamic Symbol Table offset */
143 /** Dynamic Symbol Table size */
164 /** Symbol Table symbol names */
165 private Map<String, Symbol> mSymbols
    [all...]
  /external/llvm/include/llvm/Support/
ARMBuildAttributes.h 76 Symbol = 3, // deprecated (ABI r2.09)
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.cpp 42 // to locate the symbol correctly in the object file, we need to know
256 // The Value parameter here is the load address of the symbol for the
259 // the symbol resides (RE.Addend provides additional information about the
260 // symbol location). For external symbols, Value will be the address of the
261 // symbol in the target address space.
635 assert(TargetSI != MachO->section_end() && "Can't find section for symbol");
698 // Obtain the symbol name which is referenced in the relocation
699 symbol_iterator Symbol = RelI->getSymbol();
701 Symbol->getName(TargetName);
702 // First search for the symbol in the local symbol tabl
    [all...]
  /external/clang/lib/Parse/
ParseObjc.cpp     [all...]
  /external/llvm/include/llvm/MC/
MCAssembler.h 71 /// symbol.
688 const MCSymbol *Symbol;
690 /// Fragment - The fragment this symbol's value is relative to, if any.
693 /// Offset - The offset to apply to the fragment address to form this symbol's
697 /// IsExternal - True if this symbol is visible outside this translation
701 /// IsPrivateExtern - True if this symbol is private extern.
704 /// CommonSize - The size of the symbol, if it is 'common', or 0.
707 // common symbol can never get a definition.
711 /// a symbol. If a symbol has no size this field will be NULL
    [all...]
MCExpr.h 80 /// @param Layout - The assembler layout object to use for evaluating symbol
102 /// use is for when relocations are not available, like the symbol value in
103 /// the symbol table.
108 /// otherwise the section associated with the first defined symbol in the
146 /// MCSymbolRefExpr - Represent a reference to a symbol from inside an
149 /// A symbol reference in an expression may be a use of a label, a use of an
151 /// of the symbol as external.
185 VK_ARM_TLSLDO, // symbol(tlsldo)
186 VK_ARM_TLSCALL, // symbol(tlscall)
187 VK_ARM_TLSDESC, // symbol(tlsdesc
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 171 MCSymbolRefExpr::VariantKind getVariantKind(StringRef Symbol);
175 int matchCPURegisterName(StringRef Symbol);
332 k_Immediate, /// An immediate (possibly involving symbol references)
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/protobuf/src/google/protobuf/
descriptor.cc 220 struct Symbol {
235 inline Symbol() : type(NULL_SYMBOL) { descriptor = NULL; }
246 inline explicit Symbol(const TYPE* value) { \
275 const Symbol kNullSymbol;
277 typedef hash_map<const char*, Symbol,
280 typedef hash_map<PointerStringPair, Symbol,
341 // Find symbols. This returns a null Symbol (symbol.IsNull() is true)
343 inline Symbol FindSymbol(const string& key) const;
347 // declaring Symbol in descriptor.h, which would drag all kinds of othe
3883 Symbol symbol = builder_->FindSymbolNotEnforcingDeps( local
3918 Symbol symbol = builder_->LookupSymbol(name_part, local
4266 Symbol symbol = local
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor.cc 235 struct Symbol {
251 inline Symbol() : type(NULL_SYMBOL) { descriptor = NULL; }
262 inline explicit Symbol(const TYPE* value) { \
291 const Symbol kNullSymbol;
293 typedef hash_map<const char*, Symbol,
296 typedef hash_map<PointerStringPair, Symbol,
343 // Symbol references must be resolved, via DescriptorBuilder::FindSymbol and
344 // friends. If the pending file references an unknown symbol
347 // defining that symbol, and that file has not yet been built by the pool,
382 // Find symbols. This returns a null Symbol (symbol.IsNull() is true
1341 Symbol symbol = tables_->FindSymbol(prefix); local
4333 Symbol symbol = builder_->FindSymbolNotEnforcingDeps( local
4713 Symbol symbol = local
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderOperatorTests.cpp 357 // Float scalar that can be either constant or a symbol that can be evaluated later.
361 enum Symbol
376 FloatScalar (Symbol s) : m_isConstant(false), m_value(s) {}
384 switch (m_value.symbol)
408 Symbol symbol; member in union:deqp::gles3::Functional::FloatScalar::ConstantOrSymbol
411 ConstantOrSymbol (Symbol s) : symbol (s) {}
    [all...]
  /packages/apps/Calculator/
arity-2.1.2.jar 
  /external/chromium_org/v8/include/
v8.h 94 class Symbol;
    [all...]

Completed in 631 milliseconds

1 23 4