Searched defs:getSymbol (Results 1 - 24 of 24) sorted by relevance

/external/easymock/src/org/easymock/
H A DLogicalOperator.java54 public String getSymbol() { method in class:LogicalOperator
/external/llvm/lib/Target/
H A DMangler.cpp240 /// getSymbol - Return the MCSymbol for the specified global value. This
242 MCSymbol *Mangler::getSymbol(const GlobalValue *GV) { function in class:Mangler
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Ddcfmtsym.h247 inline UnicodeString getSymbol(ENumberFormatSymbol symbol) const;
347 * _Internal_ function - more efficient version of getSymbol,
402 DecimalFormatSymbols::getSymbol(ENumberFormatSymbol symbol) const { function in class:DecimalFormatSymbols
/external/icu4c/i18n/unicode/
H A Ddcfmtsym.h242 inline UnicodeString getSymbol(ENumberFormatSymbol symbol) const;
345 * _Internal_ function - more efficient version of getSymbol,
401 DecimalFormatSymbols::getSymbol(ENumberFormatSymbol symbol) const { function in class:DecimalFormatSymbols
/external/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.h174 const char *getSymbol() const { return S.c_str(); } function in class:llvm::ARMConstantPoolSymbol
/external/llvm/tools/llvm-readobj/
H A DMachODumper.cpp194 static void getSymbol(const MachOObjectFile *Obj, function
346 symbol_iterator Symbol = RelI->getSymbol();
408 getSymbol(Obj, SymI->getRawDataRefImpl(), Symbol);
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSVals.h317 SymbolRef getSymbol() const { function in class:clang::ento::nonloc::SymbolVal
322 return !isa<SymbolData>(getSymbol());
H A DMemRegion.h719 SymbolRef getSymbol() const { function in class:clang::ento::SymbolicRegion
/external/llvm/include/llvm/Object/
H A DObjectFile.h107 symbol_iterator getSymbol() const;
568 inline symbol_iterator RelocationRef::getSymbol() const { function in class:llvm::object::RelocationRef
H A DELF.h404 uint32_t getSymbol(bool isMips64EL) const { function in struct:llvm::object::Elf_Rel_Impl
411 void setType(uint32_t t) { setSymbolAndType(getSymbol(), t); }
424 uint32_t getSymbol(bool isMips64EL) const { function in struct:llvm::object::Elf_Rel_Impl
431 void setType(unsigned char t) { setSymbolAndType(getSymbol(), t); }
657 const Elf_Sym *getSymbol(DataRefImpl Symb) const; // FIXME: Should be private?
926 const Elf_Sym *symb = getSymbol(Symb);
956 const Elf_Sym *symb = getSymbol(Symb);
966 const Elf_Sym *symb = getSymbol(Symb);
1004 return getSymbol(It->getRawDataRefImpl());
1013 return getSymbol(SymbolDat
2851 ELFObjectFile<ELFT>::getSymbol(DataRefImpl Symb) const { function in class:llvm::object::ELFObjectFile
[all...]
/external/llvm/lib/Object/
H A DCOFFObjectFile.cpp650 error_code COFFObjectFile::getSymbol(uint32_t index, function in class:COFFObjectFile
844 if (error_code ec = getSymbol(reloc->SymbolTableIndex, symb)) return ec;
/external/libvpx/libvpx/examples/includes/ASCIIMathPHP-2.0/
H A DASCIIMathPHP-2.0.class.php533 $sym_0 = $this->getSymbol();
535 $sym = $this->getSymbol();
550 $sym_1 = $this->getSymbol();
600 $sym_0 = $this->getSymbol();
602 $sym = $this->getSymbol();
818 $sym = $this->getSymbol();
828 $sym = $this->getSymbol();
1065 function getSymbol($chop_flg = FALSE) function
/external/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp49 /// getSymbol - Return the MCSymbol for this basic block.
51 MCSymbol *MachineBasicBlock::getSymbol() const { function in class:MachineBasicBlock
/external/llvm/include/llvm/MC/
H A DMCAssembler.h725 const MCSymbol &getSymbol() const { return *Symbol; } function in class:llvm::MCSymbolData
H A DMCExpr.h283 const MCSymbol &getSymbol() const { return *Symbol; } function in class:llvm::MCSymbolRefExpr
/external/chromium_org/third_party/angle/src/compiler/
H A Dintermediate.h362 const TString& getSymbol() const { return symbol; } function in class:TIntermSymbol
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1579 const char *getSymbol() const { return Symbol; } function in class:ExternalSymbolSDNode
/external/llvm/include/llvm/Support/
H A DELF.h1332 Elf32_Word getSymbol() const { return (r_info >> 8); } function in struct:llvm::ELF::Elf32_Rel
1335 void setType(unsigned char t) { setSymbolAndType(getSymbol(), t); }
1349 Elf32_Word getSymbol() const { return (r_info >> 8); } function in struct:llvm::ELF::Elf32_Rela
1352 void setType(unsigned char t) { setSymbolAndType(getSymbol(), t); }
1365 Elf64_Word getSymbol() const { return (r_info >> 32); } function in struct:llvm::ELF::Elf64_Rel
1370 void setType(Elf64_Word t) { setSymbolAndType(getSymbol(), t); }
1384 Elf64_Word getSymbol() const { return (r_info >> 32); } function in struct:llvm::ELF::Elf64_Rela
1389 void setType(Elf64_Word t) { setSymbolAndType(getSymbol(), t); }
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/external/robolectric/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 2536 milliseconds