Home
last modified time | relevance | path

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

12345678910

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp161 const MCSymbol *A = &Target.getSymA()->getSymbol(); in RecordARMScatteredHalfRelocation()
176 const MCSymbol *SB = &B->getSymbol(); in RecordARMScatteredHalfRelocation()
180 "symbol '" + B->getSymbol().getName() + in RecordARMScatteredHalfRelocation()
187 Value2 = Writer->getSymbolAddress(B->getSymbol(), Layout); in RecordARMScatteredHalfRelocation()
275 const MCSymbol *A = &Target.getSymA()->getSymbol(); in RecordARMScatteredRelocation()
291 const MCSymbol *SB = &B->getSymbol(); in RecordARMScatteredRelocation()
295 "symbol '" + B->getSymbol().getName() + in RecordARMScatteredRelocation()
302 Value2 = Writer->getSymbolAddress(B->getSymbol(), Layout); in RecordARMScatteredRelocation()
409 A = &Target.getSymA()->getSymbol(); in recordRelocation()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Checkers/
H A DSValExplainer.h39 if (auto S = dyn_cast<SymbolRegionValue>(R->getSymbol())) in isThisObject()
62 return Visit(SR->getSymbol()); in VisitLocMemRegionVal()
76 return Visit(V.getSymbol()); in VisitNonLocSymbolVal()
148 if (R->getSymbol()->getType() in VisitSymbolicRegion()
150 return "object at " + Visit(R->getSymbol()); in VisitSymbolicRegion()
153 return "heap segment that starts at " + Visit(R->getSymbol()); in VisitSymbolicRegion()
154 return "pointee of " + Visit(R->getSymbol()); in VisitSymbolicRegion()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp46 SymbolRef sym = SV->getSymbol(); in hasConjuredSymbol()
54 SymbolRef sym = SR->getSymbol(); in hasConjuredSymbol()
91 return SymR->getSymbol(); in getAsLocSymbol()
107 return SymR->getSymbol(); in getLocSymbolInBase()
124 return X->getSymbol(); in getAsSymbol()
300 os << castAs<nonloc::SymbolVal>().getSymbol(); in dumpToStream()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsMCInstLower.cpp125 Symbol = MO.getMBB()->getSymbol(); in LowerSymbolOperand()
129 Symbol = AsmPrinter.getSymbol(MO.getGlobal()); in LowerSymbolOperand()
207 const MCSymbolRefExpr *Sym1 = MCSymbolRefExpr::create(BB1->getSymbol(), *Ctx); in createSub()
208 const MCSymbolRefExpr *Sym2 = MCSymbolRefExpr::create(BB2->getSymbol(), *Ctx); in createSub()
242 MCSymbolRefExpr::create(MI->getOperand(1).getMBB()->getSymbol(), *Ctx); in lowerLongBranchLUi()
284 MCSymbolRefExpr::create(MI->getOperand(2).getMBB()->getSymbol(), *Ctx); in lowerLongBranchADDiu()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUELFObjectWriter.cpp46 if (SymA->getSymbol().getName() == "SCRATCH_RSRC_DWORD0" || in getRelocType()
47 SymA->getSymbol().getName() == "SCRATCH_RSRC_DWORD1") in getRelocType()
84 Twine("undefined label '") + SymA->getSymbol().getName() + "'"); in getRelocType()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp145 const MCSymbol *A = &Target.getSymA()->getSymbol(); in RecordX86_64Relocation()
150 const MCSymbol *B = &Target.getSymB()->getSymbol(); in RecordX86_64Relocation()
217 const MCSymbol *Symbol = &Target.getSymA()->getSymbol(); in RecordX86_64Relocation()
377 const MCSymbol *A = &Target.getSymA()->getSymbol(); in recordScatteredRelocation()
393 const MCSymbol *SB = &B->getSymbol(); in recordScatteredRelocation()
488 Writer->getSymbolAddress(SymB->getSymbol(), Layout) + in recordTLVPRelocation()
500 Writer->addRelocation(&SymA->getSymbol(), Fragment->getParent(), MRE); in recordTLVPRelocation()
533 A = &Target.getSymA()->getSymbol(); in RecordX86Relocation()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyWasmObjectWriter.cpp48 if (SyExp->getSymbol().isInSection()) in getFixupSection()
49 return &SyExp->getSymbol().getSection(); in getFixupSection()
70 auto& SymA = cast<MCSymbolWasm>(RefA->getSymbol()); in getRelocType()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCObjectWriter.cpp27 const MCSymbol &SA = A->getSymbol(); in isSymbolRefDifferenceFullyResolved()
28 const MCSymbol &SB = B->getSymbol(); in isSymbolRefDifferenceFullyResolved()
H A DMCExpr.cpp76 const MCSymbol &Sym = SRE.getSymbol(); in print()
591 const MCSymbol &SA = A->getSymbol(); in AttemptToFoldSymbolOffsetDifference()
592 const MCSymbol &SB = B->getSymbol(); in AttemptToFoldSymbolOffsetDifference()
639 Addend += Layout->getSymbolOffset(A->getSymbol()) - in AttemptToFoldSymbolOffsetDifference()
640 Layout->getSymbolOffset(B->getSymbol()); in AttemptToFoldSymbolOffsetDifference()
682 const MCSymbol &CheckSym = A ? A->getSymbol() : B->getSymbol(); in canFold()
811 const MCSymbol &Sym = SRE->getSymbol(); in evaluateAsRelocatableImpl()
832 MCValue::get(MCSymbolRefExpr::create(&Res.getSymA()->getSymbol(), in evaluateAsRelocatableImpl()
1015 const MCSymbol &Sym = SRE->getSymbol(); in findAssociatedFragment()
H A DMCFragment.cpp131 if (!getLabelOffset(Layout, A->getSymbol(), ReportError, ValA)) in getSymbolOffsetImpl()
139 if (!getLabelOffset(Layout, B->getSymbol(), ReportError, ValB)) in getSymbolOffsetImpl()
173 Expr->getLoc(), Twine("symbol '") + RefB->getSymbol().getName() + in getBaseSymbol()
182 const MCSymbol &ASym = A->getSymbol(); in getBaseSymbol()
474 OS << " Sym:" << F->getSymbol(); in dump()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp251 MO.getMBB()->getSymbol(), OutContext)); in lowerOperand()
257 MCOp = GetSymbolRef(getSymbol(MO.getGlobal())); in lowerOperand()
610 getSymbol(F)->print(O, MAI); in emitDeclaration()
1142 getSymbol(GVar)->print(O, MAI); in printModuleLevelGV()
1192 getSymbol(GVar)->print(O, MAI); in printModuleLevelGV()
1197 getSymbol(GVar)->print(O, MAI); in printModuleLevelGV()
1204 getSymbol(GVar)->print(O, MAI); in printModuleLevelGV()
1214 getSymbol(GVar)->print(O, MAI); in printModuleLevelGV()
1223 getSymbol(GVar)->print(O, MAI); in printModuleLevelGV()
1328 getSymbol(GVar)->print(O, MAI); in emitPTXGlobalVariable()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DMismatchedIteratorChecker.cpp209 if (isa<SymbolConjured>(ContSym->getSymbol())) in verifyMatch()
225 if (isa<SymbolConjured>(ContSym->getSymbol())) in verifyMatch()
255 if (isa<SymbolConjured>(ContSym->getSymbol())) in verifyMatch()
265 if (isa<SymbolConjured>(ContSym->getSymbol())) in verifyMatch()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
H A DAVRAsmPrinter.cpp75 O << getSymbol(MO.getGlobal()); in printOperand()
81 O << *MO.getMBB()->getSymbol(); in printOperand()
188 const MCExpr *Expr = MCSymbolRefExpr::create(getSymbol(GV), Ctx); in lowerConstant()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
H A DMSP430AsmPrinter.cpp72 getSymbol(MO.getGlobal())->print(O, MAI); in PrintSymbolOperand()
92 MO.getMBB()->getSymbol()->print(O, MAI); in printOperand()
171 const MCSymbol *FunctionSymbol = getSymbol(F); in EmitInterruptVectorSection()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DELF.h1186 Elf32_Word getSymbol() const { return (r_info >> 8); } in getSymbol() function
1189 void setType(unsigned char t) { setSymbolAndType(getSymbol(), t); } in setType()
1203 Elf32_Word getSymbol() const { return (r_info >> 8); } in getSymbol() function
1206 void setType(unsigned char t) { setSymbolAndType(getSymbol(), t); } in setType()
1222 Elf64_Word getSymbol() const { return (r_info >> 32); } in getSymbol() function
1225 void setType(Elf64_Word t) { setSymbolAndType(getSymbol(), t); } in setType()
1239 Elf64_Word getSymbol() const { return (r_info >> 32); } in getSymbol() function
1242 void setType(Elf64_Word t) { setSymbolAndType(getSymbol(), t); } in setType()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp478 MCSymbol *AsmPrinter::getSymbol(const GlobalValue *GV) const { in getSymbol() function in AsmPrinter
479 return TM.getSymbol(GV); in getSymbol()
496 return TM.getSymbol(&GV); in getSymbolPreferLocal()
517 if (GlobalGOTEquivs.count(getSymbol(GV))) in emitGlobalVariable()
529 MCSymbol *GVSym = getSymbol(GV); in emitGlobalVariable()
1143 MBB.isEntryBlock() ? FunctionSymbol : MBB.getSymbol(); in emitBBAddrMapSection()
1568 const MCSymbol *GOTEquivSym = getSymbol(&G); in computeGlobalGOTEquivs()
1595 MCSymbol *Name = getSymbol(&GIS); in emitGlobalIndirectSymbol()
1719 MCSymbol *Name = getSymbol(&F); in doFinalization()
1822 OutStreamer->emitSymbolAttribute(getSymbol(&GO), MCSA_WeakReference); in doFinalization()
[all …]
H A DWinCFGuard.cpp95 if (MCSymbol *impSym = lookupImpSymbol(Asm->getSymbol(&F))) { in endModule()
104 GFIDsEntries.push_back(Asm->getSymbol(&F)); in endModule()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86TargetObjectFile.cpp25 const MCSymbol *Sym = TM.getSymbol(GV); in getTTypeGlobalReference()
39 return TM.getSymbol(GV); in getCFIPersonalitySymbol()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBPFMCInstLower.cpp28 return Printer.getSymbol(MO.getGlobal()); in GetGlobalAddressSymbol()
69 MCSymbolRefExpr::create(MO.getMBB()->getSymbol(), Ctx)); in Lower()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64TargetObjectFile.cpp41 const MCSymbol *Sym = TM.getSymbol(GV); in getTTypeGlobalReference()
57 return TM.getSymbol(GV); in getCFIPersonalitySymbol()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DELFObjectFile.h402 Expected<const Elf_Sym *> getSymbol(DataRefImpl Sym) const { in getSymbol() function
490 Expected<const Elf_Sym *> SymOrErr = getSymbol(Sym); in getSymbolName()
535 Expected<const Elf_Sym *> SymOrErr = getSymbol(Symb); in getSymbolValueImpl()
561 Expected<const Elf_Sym *> SymOrErr = getSymbol(Symb); in getSymbolAddress()
601 Expected<const Elf_Sym *> SymOrErr = getSymbol(Symb); in getSymbolAlignment()
620 Expected<const Elf_Sym *> SymOrErr = getSymbol(Sym); in getSymbolSize()
633 Expected<const Elf_Sym *> SymOrErr = getSymbol(Symb); in getSymbolBinding()
641 Expected<const Elf_Sym *> SymOrErr = getSymbol(Symb); in getSymbolOther()
649 Expected<const Elf_Sym *> SymOrErr = getSymbol(Symb); in getSymbolELFType()
658 Expected<const Elf_Sym *> SymOrErr = getSymbol(Symb); in getSymbolType()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MachObjectWriter.cpp185 Target.getSymA()->getSymbol().getName() + in recordRelocation()
220 const MCSymbol *A = &Target.getSymA()->getSymbol(); in recordRelocation()
223 const MCSymbol *B = &Target.getSymB()->getSymbol(); in recordRelocation()
301 const MCSymbol *Symbol = &Target.getSymA()->getSymbol(); in recordRelocation()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcMCInstLower.cpp40 Symbol = MO.getMBB()->getSymbol(); in LowerSymbolOperand()
44 Symbol = AP.getSymbol(MO.getGlobal()); in LowerSymbolOperand()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZMCInstLower.cpp42 Symbol = MO.getMBB()->getSymbol(); in getExpr()
47 Symbol = AsmPrinter.getSymbol(MO.getGlobal()); in getExpr()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/
H A DVEMCInstLower.cpp63 return LowerSymbolOperand(MI, MO, AP.getSymbol(MO.getGlobal()), AP); in LowerOperand()
69 return LowerSymbolOperand(MI, MO, MO.getMBB()->getSymbol(), AP); in LowerOperand()

12345678910