Home
last modified time | relevance | path

Searched refs:getSymbol (Results 1 – 25 of 177) sorted by relevance

12345678

/external/icu/icu4c/source/test/intltest/
Dtsdcfmsy.cpp53 UnicodeString zero = en.getSymbol(DecimalFormatSymbols::kZeroDigitSymbol); in testSymbols()
55 …if(fr.getSymbol(DecimalFormatSymbols::kZeroDigitSymbol) != en.getSymbol(DecimalFormatSymbols::kZer… in testSymbols()
59 UnicodeString group = en.getSymbol(DecimalFormatSymbols::kGroupingSeparatorSymbol); in testSymbols()
61 …if(fr.getSymbol(DecimalFormatSymbols::kGroupingSeparatorSymbol) != en.getSymbol(DecimalFormatSymbo… in testSymbols()
65 UnicodeString decimal = en.getSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol); in testSymbols()
67 …if(fr.getSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol) != en.getSymbol(DecimalFormatSymbol… in testSymbols()
71 UnicodeString perMill = en.getSymbol(DecimalFormatSymbols::kPerMillSymbol); in testSymbols()
73 …if(fr.getSymbol(DecimalFormatSymbols::kPerMillSymbol) != en.getSymbol(DecimalFormatSymbols::kPerMi… in testSymbols()
77 UnicodeString percent = en.getSymbol(DecimalFormatSymbols::kPercentSymbol); in testSymbols()
79 …if(fr.getSymbol(DecimalFormatSymbols::kPercentSymbol) != en.getSymbol(DecimalFormatSymbols::kPerce… in testSymbols()
[all …]
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMMachObjectWriter.cpp154 const MCSymbol *A = &Target.getSymA()->getSymbol(); in RecordARMScatteredHalfRelocation()
169 const MCSymbolData *B_SD = &Asm.getSymbolData(B->getSymbol()); in RecordARMScatteredHalfRelocation()
173 "symbol '" + B->getSymbol().getName() + in RecordARMScatteredHalfRelocation()
257 const MCSymbol *A = &Target.getSymA()->getSymbol(); in RecordARMScatteredRelocation()
272 const MCSymbolData *B_SD = &Asm.getSymbolData(B->getSymbol()); in RecordARMScatteredRelocation()
276 "symbol '" + B->getSymbol().getName() + in RecordARMScatteredRelocation()
338 SD->getSymbol().getSection()); in requiresExternRelocation()
380 SD = &Asm.getSymbolData(Target.getSymA()->getSymbol()); in RecordRelocation()
407 if (SD->getSymbol().isVariable()) { in RecordRelocation()
409 if (SD->getSymbol().getVariableValue()->EvaluateAsAbsolute( in RecordRelocation()
[all …]
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp142 const MCSymbol *A = &Target.getSymA()->getSymbol(); in RecordX86_64Relocation()
148 const MCSymbol *B = &Target.getSymB()->getSymbol(); in RecordX86_64Relocation()
208 const MCSymbol *Symbol = &Target.getSymA()->getSymbol(); in RecordX86_64Relocation()
356 const MCSymbol *A = &Target.getSymA()->getSymbol(); in RecordScatteredRelocation()
370 const MCSymbolData *B_SD = &Asm.getSymbolData(B->getSymbol()); in RecordScatteredRelocation()
373 report_fatal_error("symbol '" + B->getSymbol().getName() + in RecordScatteredRelocation()
453 const MCSymbolData *SD_A = &Asm.getSymbolData(Target.getSymA()->getSymbol()); in RecordTLVPRelocation()
464 &Asm.getSymbolData(Target.getSymB()->getSymbol()); in RecordTLVPRelocation()
511 SD = &Asm.getSymbolData(Target.getSymA()->getSymbol()); in RecordX86Relocation()
540 if (SD->getSymbol().isVariable()) { in RecordX86Relocation()
[all …]
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMachObjectWriter.cpp208 const MCSymbol *A = &Target.getSymA()->getSymbol(); in RecordScatteredRelocation()
222 const MCSymbolData *B_SD = &Asm.getSymbolData(B->getSymbol()); in RecordScatteredRelocation()
225 report_fatal_error("symbol '" + B->getSymbol().getName() + in RecordScatteredRelocation()
329 SD = &Asm.getSymbolData(Target.getSymA()->getSymbol()); in RecordPPCRelocation()
347 if (SD->getSymbol().isVariable()) { in RecordPPCRelocation()
349 if (SD->getSymbol().getVariableValue()->EvaluateAsAbsolute( in RecordPPCRelocation()
362 if (!SD->getSymbol().isUndefined()) in RecordPPCRelocation()
367 Asm.getSectionData(SD->getSymbol().getSection()); in RecordPPCRelocation()
/external/clang/lib/StaticAnalyzer/Core/
DSVals.cpp34 SymbolRef sym = SV->getSymbol(); in hasConjuredSymbol()
42 SymbolRef sym = SR->getSymbol(); in hasConjuredSymbol()
79 return SymR->getSymbol(); in getAsLocSymbol()
95 return SymR->getSymbol(); in getLocSymbolInBase()
114 return X->getSymbol(); in getAsSymbol()
123 return X->getSymbol(); in getAsSymbolicExpression()
271 os << castAs<nonloc::SymbolVal>().getSymbol(); in dumpToStream()
/external/llvm/lib/MC/
DMCObjectWriter.cpp28 const MCSymbol &SA = A->getSymbol(); in IsSymbolRefDifferenceFullyResolved()
29 const MCSymbol &SB = B->getSymbol(); in IsSymbolRefDifferenceFullyResolved()
46 const MCSection &SecA = DataA.getSymbol().getSection(); in IsSymbolRefDifferenceFullyResolvedImpl()
DMachObjectWriter.cpp45 if (SD->getSymbol().isUndefined()) in doesSymbolRequireExternRelocation()
59 return SymbolData->getSymbol().getName() < in operator <()
60 RHS.SymbolData->getSymbol().getName(); in operator <()
78 const MCSymbol &S = SD->getSymbol(); in getSymbolAddress()
93 if (Target.getSymA() && Target.getSymA()->getSymbol().isUndefined()) in getSymbolAddress()
95 Target.getSymA()->getSymbol().getName() + "'"); in getSymbolAddress()
96 if (Target.getSymB() && Target.getSymB()->getSymbol().isUndefined()) in getSymbolAddress()
98 Target.getSymB()->getSymbol().getName() + "'"); in getSymbolAddress()
103 Target.getSymA()->getSymbol()), Layout); in getSymbolAddress()
106 Target.getSymB()->getSymbol()), Layout); in getSymbolAddress()
[all …]
DMCAssembler.cpp128 SD.getSymbol().getName() + "'"); in getLabelOffset()
138 const MCSymbol &S = SD->getSymbol(); in getSymbolOffsetImpl()
156 if (!getLabelOffset(Layout, Asm.getSymbolData(A->getSymbol()), ReportError, in getSymbolOffsetImpl()
165 if (!getLabelOffset(Layout, Asm.getSymbolData(B->getSymbol()), ReportError, in getSymbolOffsetImpl()
197 SMLoc(), Twine("symbol '") + RefB->getSymbol().getName() + in getBaseSymbol()
204 const MCSymbol &ASym = A->getSymbol(); in getBaseSymbol()
426 const MCSymbol &Sym = Ref->getSymbol(); in isThumbFunc()
461 if (isSymbolLinkerVisible(SD->getSymbol())) in getAtom()
501 const MCSymbol &SA = A->getSymbol(); in evaluateFixup()
517 const MCSymbol &Sym = A->getSymbol(); in evaluateFixup()
[all …]
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MachObjectWriter.cpp178 Target.getSymA()->getSymbol().getName() + in RecordRelocation()
212 const MCSymbol *A = &Target.getSymA()->getSymbol(); in RecordRelocation()
216 const MCSymbol *B = &Target.getSymB()->getSymbol(); in RecordRelocation()
289 const MCSymbol *Symbol = &Target.getSymA()->getSymbol(); in RecordRelocation()
311 if (SD.getSymbol().getVariableValue()->EvaluateAsAbsolute( in RecordRelocation()
356 Asm.getSectionData(SD.getSymbol().getSection()); in RecordRelocation()
365 if (SD.getSymbol().isVariable()) { in RecordRelocation()
367 if (SD.getSymbol().getVariableValue()->EvaluateAsAbsolute( in RecordRelocation()
/external/llvm/include/llvm/Support/
DELF.h831 Elf32_Word getSymbol() const { return (r_info >> 8); } in getSymbol() function
834 void setType(unsigned char t) { setSymbolAndType(getSymbol(), t); } in setType()
848 Elf32_Word getSymbol() const { return (r_info >> 8); } in getSymbol() function
851 void setType(unsigned char t) { setSymbolAndType(getSymbol(), t); } in setType()
864 Elf64_Word getSymbol() const { return (r_info >> 32); } in getSymbol() function
869 void setType(Elf64_Word t) { setSymbolAndType(getSymbol(), t); } in setType()
883 Elf64_Word getSymbol() const { return (r_info >> 32); } in getSymbol() function
888 void setType(Elf64_Word t) { setSymbolAndType(getSymbol(), t); } in setType()
/external/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp184 O << *MO.getMBB()->getSymbol(); in printOperand()
208 StubValueTy(getSymbol(GV), !GV->hasInternalLinkage()); in printOperand()
218 StubValueTy(getSymbol(GV), !GV->hasInternalLinkage()); in printOperand()
220 SymToPrint = getSymbol(GV); in printOperand()
223 SymToPrint = getSymbol(GV); in printOperand()
428 MCSymbol *MOSymbol = getSymbol(GValue); in EmitTlsCall()
540 MOSymbol = getSymbol(MO.getGlobal()); in EmitInstruction()
584 MOSymbol = getSymbol(MO.getGlobal()); in EmitInstruction()
623 MOSymbol = getSymbol(GV); in EmitInstruction()
675 MOSymbol = getSymbol(GValue); in EmitInstruction()
[all …]
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/javaspi/util/
DCurrencyNameProviderICU.java18 public String getSymbol(String currencyCode, Locale locale) { in getSymbol() method in CurrencyNameProviderICU
20 String sym = curDispNames.getSymbol(currencyCode); in getSymbol()
/external/llvm/lib/Target/BPF/
DBPFAsmPrinter.cpp63 O << *MO.getMBB()->getSymbol(); in printOperand()
67 O << *getSymbol(MO.getGlobal()); in printOperand()
DBPFMCInstLower.cpp30 return Printer.getSymbol(MO.getGlobal()); in GetGlobalAddressSymbol()
66 MCSymbolRefExpr::Create(MO.getMBB()->getSymbol(), Ctx)); in Lower()
/external/llvm/lib/Target/Mips/
DMipsMCInstLower.cpp73 Symbol = MO.getMBB()->getSymbol(); in LowerSymbolOperand()
77 Symbol = AsmPrinter.getSymbol(MO.getGlobal()); in LowerSymbolOperand()
158 const MCSymbolRefExpr *Sym1 = MCSymbolRefExpr::Create(BB1->getSymbol(), *Ctx); in createSub()
159 const MCSymbolRefExpr *Sym2 = MCSymbolRefExpr::Create(BB2->getSymbol(), *Ctx); in createSub()
/external/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/
DCurrencyNameTest.java69 String curSymbol = currency.getSymbol(loc); in TestCurrencySymbols()
70 String curSymbolIcu = currencyIcu.getSymbol(loc); in TestCurrencySymbols()
93 curSymbol = currency.getSymbol(locIcu); in TestCurrencySymbols()
/external/llvm/lib/Target/X86/
DX86AsmPrinter.cpp95 GVSym = P.getSymbol(GV); in printSymbolOperand()
109 StubValueTy(P.getSymbol(GV), !GV->hasInternalLinkage()); in printSymbolOperand()
117 StubValueTy(P.getSymbol(GV), !GV->hasInternalLinkage()); in printSymbolOperand()
124 StubValueTy(P.getSymbol(GV), !GV->hasInternalLinkage()); in printSymbolOperand()
695 DLLExportedFns.push_back(getSymbol(&Function)); in EmitEndOfAsmFile()
699 DLLExportedGlobals.push_back(getSymbol(&Global)); in EmitEndOfAsmFile()
706 DLLExportedFns.push_back(getSymbol(&Alias)); in EmitEndOfAsmFile()
708 DLLExportedGlobals.push_back(getSymbol(&Alias)); in EmitEndOfAsmFile()
DX86TargetObjectFile.cpp33 const MCSymbol *Sym = TM.getSymbol(GV, Mang); in getTTypeGlobalReference()
47 return TM.getSymbol(GV, Mang); in getCFIPersonalitySymbol()
119 return MCSymbolRefExpr::Create(TM.getSymbol(GOLHS, Mang), in getExecutableRelativeSymbol()
/external/llvm/lib/Target/AArch64/
DAArch64TargetObjectFile.cpp41 const MCSymbol *Sym = TM.getSymbol(GV, Mang); in getTTypeGlobalReference()
57 return TM.getSymbol(GV, Mang); in getCFIPersonalitySymbol()
/external/llvm/lib/Target/XCore/
DXCoreAsmPrinter.cpp122 MCSymbol *GVSym = getSymbol(GV); in EmitGlobalVariable()
204 O << *MBB->getSymbol(); in printInlineJT()
220 O << *MO.getMBB()->getSymbol(); in printOperand()
223 O << *getSymbol(MO.getGlobal()); in printOperand()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp339 MCSymbol *AsmPrinter::getSymbol(const GlobalValue *GV) const { in getSymbol() function in AsmPrinter
340 return TM.getSymbol(GV, *Mang); in getSymbol()
352 if (GlobalGOTEquivs.count(getSymbol(GV))) in EmitGlobalVariable()
362 MCSymbol *GVSym = getSymbol(GV); in EmitGlobalVariable()
981 const MCSymbol *GOTEquivSym = getSymbol(&G); in computeGlobalGOTEquivs()
1033 MCSymbol *Name = getSymbol(&F); in doFinalization()
1087 OutStreamer.EmitSymbolAttribute(getSymbol(&G), MCSA_WeakReference); in doFinalization()
1093 OutStreamer.EmitSymbolAttribute(getSymbol(&F), MCSA_WeakReference); in doFinalization()
1099 MCSymbol *Name = getSymbol(&Alias); in doFinalization()
1168 CurrentFnSym = getSymbol(MF.getFunction()); in SetupMachineFunction()
[all …]
/external/llvm/lib/Target/Sparc/
DSparcMCInstLower.cpp42 Symbol = MO.getMBB()->getSymbol(); in LowerSymbolOperand()
46 Symbol = AP.getSymbol(MO.getGlobal()); in LowerSymbolOperand()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DCurrencyTest.java208 usd.getSymbol()); in TestCoverage()
221 assertEquals("de_USD_symbol", "$", cdn.getSymbol("USD")); in TestCurrencyDisplayNames()
228 assertEquals("en-US_USD_symbol", "$", cdn.getSymbol("USD")); in TestCurrencyDisplayNames()
233 assertEquals("en-US_FOO_symbol", "FOO", cdn.getSymbol("FOO")); in TestCurrencyDisplayNames()
247 assertEquals("de_USD_symbol", "$", cdn.getSymbol("USD")); in TestCurrencyDisplayNames()
255 assertNull("de_FOO_symbol", cdn.getSymbol("FOO")); in TestCurrencyDisplayNames()
298 …if (!info_fallback.getSymbol("isoCode").equals("isoCode") || info_nofallback.getSymbol("isoCode") … in TestCurrencyData()
/external/llvm/lib/Target/Hexagon/
DHexagonMCInstLower.cpp70 (MCSymbolRefExpr::Create(MO.getMBB()->getSymbol(), in HexagonLowerToMC()
74 MCO = GetSymbolRef(MO, AP.getSymbol(MO.getGlobal()), AP); in HexagonLowerToMC()
/external/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp269 MO.getMBB()->getSymbol(), OutContext)); in lowerOperand()
275 MCOp = GetSymbolRef(getSymbol(MO.getGlobal())); in lowerOperand()
627 O << *getSymbol(F) << "\n"; in emitDeclaration()
1174 O << *getSymbol(GVar); in printModuleLevelGV()
1222 O << " .u64 " << *getSymbol(GVar) << "["; in printModuleLevelGV()
1225 O << " .u32 " << *getSymbol(GVar) << "["; in printModuleLevelGV()
1230 O << " .b8 " << *getSymbol(GVar) << "["; in printModuleLevelGV()
1238 O << " .b8 " << *getSymbol(GVar); in printModuleLevelGV()
1246 O << " .b8 " << *getSymbol(GVar); in printModuleLevelGV()
1353 O << *getSymbol(GVar); in emitPTXGlobalVariable()
[all …]

12345678