Home
last modified time | relevance | path

Searched defs:getSymbol (Results 1 – 22 of 22) sorted by relevance

/external/easymock/src/org/easymock/
DLogicalOperator.java54 public String getSymbol() { in getSymbol() method in LogicalOperator
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfStringPool.cpp30 MCSymbol *DwarfStringPool::getSymbol(AsmPrinter &Asm, StringRef Str) { in getSymbol() function in DwarfStringPool
DAsmPrinter.cpp335 MCSymbol *AsmPrinter::getSymbol(const GlobalValue *GV) const { in getSymbol() function in AsmPrinter
/external/icu/icu4c/source/i18n/unicode/
Ddcfmtsym.h421 DecimalFormatSymbols::getSymbol(ENumberFormatSymbol symbol) const { in getSymbol() function
/external/chromium_org/third_party/icu/source/i18n/unicode/
Ddcfmtsym.h413 DecimalFormatSymbols::getSymbol(ENumberFormatSymbol symbol) const { in getSymbol() function
/external/llvm/lib/Target/
DTargetMachine.cpp192 MCSymbol *TargetMachine::getSymbol(const GlobalValue *GV, Mangler &Mang) const { in getSymbol() function in TargetMachine
/external/llvm/lib/Target/ARM/
DARMConstantPoolValue.h199 const char *getSymbol() const { return S.c_str(); } in getSymbol() function
/external/llvm/tools/llvm-readobj/
DMachODumper.cpp187 static void getSymbol(const MachOObjectFile *Obj, in getSymbol() function
DARMWinEHPrinter.cpp203 ErrorOr<object::SymbolRef> Decoder::getSymbol(const COFFObjectFile &COFF, in getSymbol() function in llvm::ARM::WinEH::Decoder
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DV8DOMConfiguration.h158 v8::Local<v8::Symbol> (*getSymbol)(v8::Isolate*); member
/external/llvm/include/llvm/Object/
DObjectFile.h506 inline symbol_iterator RelocationRef::getSymbol() const { in getSymbol() function
DELF.h533 ELFFile<ELFT>::getSymbol(uint32_t Index) const { in getSymbol() function
DELFObjectFile.h759 ELFObjectFile<ELFT>::getSymbol(DataRefImpl Symb) const { in getSymbol() function
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSVals.h317 SymbolRef getSymbol() const { in getSymbol() function
DMemRegion.h719 SymbolRef getSymbol() const { in getSymbol() function
/external/llvm/lib/CodeGen/
DMachineBasicBlock.cpp52 MCSymbol *MachineBasicBlock::getSymbol() const { in getSymbol() function in MachineBasicBlock
/external/llvm/include/llvm/MC/
DMCExpr.h306 const MCSymbol &getSymbol() const { return *Symbol; } in getSymbol() function
DMCAssembler.h735 const MCSymbol &getSymbol() const { return *Symbol; } in getSymbol() function
/external/llvm/lib/Object/
DCOFFObjectFile.cpp757 std::error_code COFFObjectFile::getSymbol(uint32_t Index, in getSymbol() function in COFFObjectFile
/external/llvm/include/llvm/Support/
DELF.h1500 Elf32_Word getSymbol() const { return (r_info >> 8); } in getSymbol() function
1517 Elf32_Word getSymbol() const { return (r_info >> 8); } in getSymbol() function
1533 Elf64_Word getSymbol() const { return (r_info >> 32); } in getSymbol() function
1552 Elf64_Word getSymbol() const { return (r_info >> 32); } in getSymbol() function
/external/chromium_org/third_party/angle/src/compiler/translator/
DIntermNode.h387 const TString &getSymbol() const { return mSymbol; } in getSymbol() function
/external/deqp/modules/glshared/
DglsBuiltinPrecisionTests.cpp1598 string getSymbol (void) const { return "<"; } in getSymbol() function in deqp::gls::BuiltinPrecisionTests::LessThan
1850 string getSymbol (void) const { return "+"; } in getSymbol() function in deqp::gls::BuiltinPrecisionTests::Functions::Add
1875 string getSymbol (void) const { return "*"; } in getSymbol() function in deqp::gls::BuiltinPrecisionTests::Functions::Mul
1926 string getSymbol (void) const { return "-"; } in getSymbol() function in deqp::gls::BuiltinPrecisionTests::Functions::Sub
1968 string getSymbol (void) const { return "/"; } in getSymbol() function in deqp::gls::BuiltinPrecisionTests::Functions::Div