Home
last modified time | relevance | path

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

123456

/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDSVals.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()
/NextBSD/contrib/llvm/lib/Target/ARM/MCTargetDesc/
HDARMMachObjectWriter.cpp151 const MCSymbol *A = &Target.getSymA()->getSymbol(); in RecordARMScatteredHalfRelocation()
164 const MCSymbol *SB = &B->getSymbol(); in RecordARMScatteredHalfRelocation()
168 "symbol '" + B->getSymbol().getName() + in RecordARMScatteredHalfRelocation()
173 Value2 = Writer->getSymbolAddress(B->getSymbol(), Layout); in RecordARMScatteredHalfRelocation()
252 const MCSymbol *A = &Target.getSymA()->getSymbol(); in RecordARMScatteredRelocation()
266 const MCSymbol *SB = &B->getSymbol(); in RecordARMScatteredRelocation()
270 "symbol '" + B->getSymbol().getName() + in RecordARMScatteredRelocation()
275 Value2 = Writer->getSymbolAddress(B->getSymbol(), Layout); in RecordARMScatteredRelocation()
372 A = &Target.getSymA()->getSymbol(); in recordRelocation()
/NextBSD/contrib/llvm/lib/Target/X86/MCTargetDesc/
HDX86MachObjectWriter.cpp140 const MCSymbol *A = &Target.getSymA()->getSymbol(); in RecordX86_64Relocation()
145 const MCSymbol *B = &Target.getSymB()->getSymbol(); in RecordX86_64Relocation()
204 const MCSymbol *Symbol = &Target.getSymA()->getSymbol(); in RecordX86_64Relocation()
351 const MCSymbol *A = &Target.getSymA()->getSymbol(); in recordScatteredRelocation()
364 const MCSymbol *SB = &B->getSymbol(); in recordScatteredRelocation()
367 report_fatal_error("symbol '" + B->getSymbol().getName() + in recordScatteredRelocation()
378 Value2 = Writer->getSymbolAddress(B->getSymbol(), Layout); in recordScatteredRelocation()
457 Writer->getSymbolAddress(Target.getSymB()->getSymbol(), Layout) + in recordTLVPRelocation()
469 Writer->addRelocation(&Target.getSymA()->getSymbol(), Fragment->getParent(), in recordTLVPRelocation()
503 A = &Target.getSymA()->getSymbol(); in RecordX86Relocation()
/NextBSD/contrib/llvm/lib/Target/PowerPC/
HDPPCAsmPrinter.cpp184 MO.getMBB()->getSymbol()->print(O, MAI); 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()
439 MCSymbol *MOSymbol = getSymbol(GValue); in LowerPATCHPOINT()
484 MCSymbol *MOSymbol = getSymbol(GValue); in EmitTlsCall()
596 MOSymbol = getSymbol(MO.getGlobal()); in EmitInstruction()
640 MOSymbol = getSymbol(MO.getGlobal()); in EmitInstruction()
679 MOSymbol = getSymbol(GV); in EmitInstruction()
[all …]
HDPPCMCInstLower.cpp83 StubValueTy(AP.getSymbol(MO.getGlobal()), in GetSymbolFromOperand()
105 StubValueTy(AP.getSymbol(MO.getGlobal()), in GetSymbolFromOperand()
197 MO.getMBB()->getSymbol(), AP.OutContext)); in LowerPPCMachineInstrToMCInst()
/NextBSD/contrib/llvm/include/llvm/Support/
HDELF.h861 Elf32_Word getSymbol() const { return (r_info >> 8); } in getSymbol() function
864 void setType(unsigned char t) { setSymbolAndType(getSymbol(), t); } in setType()
878 Elf32_Word getSymbol() const { return (r_info >> 8); } in getSymbol() function
881 void setType(unsigned char t) { setSymbolAndType(getSymbol(), t); } in setType()
894 Elf64_Word getSymbol() const { return (r_info >> 32); } in getSymbol() function
899 void setType(Elf64_Word t) { setSymbolAndType(getSymbol(), t); } in setType()
913 Elf64_Word getSymbol() const { return (r_info >> 32); } in getSymbol() function
918 void setType(Elf64_Word t) { setSymbolAndType(getSymbol(), t); } in setType()
/NextBSD/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/
HDPPCMachObjectWriter.cpp207 const MCSymbol *A = &Target.getSymA()->getSymbol(); in recordScatteredRelocation()
219 const MCSymbol *SB = &B->getSymbol(); in recordScatteredRelocation()
222 report_fatal_error("symbol '" + B->getSymbol().getName() + in recordScatteredRelocation()
226 Value2 = Writer->getSymbolAddress(B->getSymbol(), Layout); in recordScatteredRelocation()
326 A = &Target.getSymA()->getSymbol(); in RecordPPCRelocation()
/NextBSD/contrib/llvm/lib/MC/
HDMCObjectWriter.cpp28 const MCSymbol &SA = A->getSymbol(); in isSymbolRefDifferenceFullyResolved()
29 const MCSymbol &SB = B->getSymbol(); in isSymbolRefDifferenceFullyResolved()
HDMCExpr.cpp43 const MCSymbol &Sym = SRE.getSymbol(); in print()
471 const MCSymbol &SA = A->getSymbol(); in AttemptToFoldSymbolOffsetDifference()
472 const MCSymbol &SB = B->getSymbol(); in AttemptToFoldSymbolOffsetDifference()
504 Addend += Layout->getSymbolOffset(A->getSymbol()) - in AttemptToFoldSymbolOffsetDifference()
505 Layout->getSymbolOffset(B->getSymbol()); in AttemptToFoldSymbolOffsetDifference()
642 const MCSymbol &Sym = SRE->getSymbol(); in evaluateAsRelocatableImpl()
779 const MCSymbol &Sym = SRE->getSymbol(); in findAssociatedSection()
HDMCAssembler.cpp149 if (!getLabelOffset(Layout, A->getSymbol(), ReportError, ValA)) in getSymbolOffsetImpl()
157 if (!getLabelOffset(Layout, B->getSymbol(), ReportError, ValB)) in getSymbolOffsetImpl()
188 SMLoc(), Twine("symbol '") + RefB->getSymbol().getName() + in getBaseSymbol()
195 const MCSymbol &ASym = A->getSymbol(); in getBaseSymbol()
378 const MCSymbol &Sym = Ref->getSymbol(); in isThumbFunc()
443 const MCSymbol &SA = A->getSymbol(); in evaluateFixup()
458 const MCSymbol &Sym = A->getSymbol(); in evaluateFixup()
463 const MCSymbol &Sym = B->getSymbol(); in evaluateFixup()
752 OW->write32(SF.getSymbol()->getIndex()); in writeFragment()
1242 OS << " Sym:" << F->getSymbol(); in dump()
/NextBSD/contrib/llvm/lib/Target/BPF/
HDBPFMCInstLower.cpp30 return Printer.getSymbol(MO.getGlobal()); in GetGlobalAddressSymbol()
66 MCSymbolRefExpr::create(MO.getMBB()->getSymbol(), Ctx)); in Lower()
HDBPFAsmPrinter.cpp63 O << *MO.getMBB()->getSymbol(); in printOperand()
67 O << *getSymbol(MO.getGlobal()); in printOperand()
/NextBSD/contrib/llvm/lib/Target/Mips/
HDMipsMCInstLower.cpp73 Symbol = MO.getMBB()->getSymbol(); in LowerSymbolOperand()
77 Symbol = AsmPrinter.getSymbol(MO.getGlobal()); in LowerSymbolOperand()
164 const MCSymbolRefExpr *Sym1 = MCSymbolRefExpr::create(BB1->getSymbol(), *Ctx); in createSub()
165 const MCSymbolRefExpr *Sym2 = MCSymbolRefExpr::create(BB2->getSymbol(), *Ctx); in createSub()
/NextBSD/contrib/llvm/lib/CodeGen/AsmPrinter/
HDAsmPrinter.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()
980 const MCSymbol *GOTEquivSym = getSymbol(&G); in computeGlobalGOTEquivs()
1032 MCSymbol *Name = getSymbol(&F); in doFinalization()
1085 OutStreamer->EmitSymbolAttribute(getSymbol(&G), MCSA_WeakReference); in doFinalization()
1091 OutStreamer->EmitSymbolAttribute(getSymbol(&F), MCSA_WeakReference); in doFinalization()
1097 MCSymbol *Name = getSymbol(&Alias); in doFinalization()
1166 CurrentFnSym = getSymbol(MF.getFunction()); in SetupMachineFunction()
[all …]
/NextBSD/contrib/llvm/lib/Target/XCore/
HDXCoreAsmPrinter.cpp122 MCSymbol *GVSym = getSymbol(GV); in EmitGlobalVariable()
205 MBB->getSymbol()->print(O, MAI); in printInlineJT()
221 MO.getMBB()->getSymbol()->print(O, MAI); in printOperand()
224 getSymbol(MO.getGlobal())->print(O, MAI); in printOperand()
HDXCoreMCInstLower.cpp43 Symbol = MO.getMBB()->getSymbol(); in LowerSymbolOperand()
46 Symbol = Printer.getSymbol(MO.getGlobal()); in LowerSymbolOperand()
/NextBSD/contrib/llvm/lib/Target/X86/
HDX86TargetObjectFile.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()
/NextBSD/contrib/llvm/lib/Target/AArch64/
HDAArch64TargetObjectFile.cpp41 const MCSymbol *Sym = TM.getSymbol(GV, Mang); in getTTypeGlobalReference()
57 return TM.getSymbol(GV, Mang); in getCFIPersonalitySymbol()
/NextBSD/contrib/llvm/lib/Target/NVPTX/
HDNVPTXAsmPrinter.cpp270 MO.getMBB()->getSymbol(), OutContext)); in lowerOperand()
276 MCOp = GetSymbolRef(getSymbol(MO.getGlobal())); in lowerOperand()
627 getSymbol(F)->print(O, MAI); in emitDeclaration()
1174 getSymbol(GVar)->print(O, MAI); in printModuleLevelGV()
1221 getSymbol(GVar)->print(O, MAI); in printModuleLevelGV()
1226 getSymbol(GVar)->print(O, MAI); in printModuleLevelGV()
1233 getSymbol(GVar)->print(O, MAI); in printModuleLevelGV()
1243 getSymbol(GVar)->print(O, MAI); in printModuleLevelGV()
1252 getSymbol(GVar)->print(O, MAI); in printModuleLevelGV()
1359 getSymbol(GVar)->print(O, MAI); in emitPTXGlobalVariable()
[all …]
/NextBSD/contrib/llvm/lib/Target/Sparc/
HDSparcMCInstLower.cpp42 Symbol = MO.getMBB()->getSymbol(); in LowerSymbolOperand()
46 Symbol = AP.getSymbol(MO.getGlobal()); in LowerSymbolOperand()
/NextBSD/contrib/llvm/include/llvm/ExecutionEngine/Orc/
HDObjectLinkingLayer.h53 RuntimeDyld::SymbolInfo getSymbol(StringRef Name) const { in getSymbol() function
54 return RTDyld->getSymbol(Name); in getSymbol()
231 if (auto Sym = (*H)->getSymbol(Name)) { in findSymbolIn()
/NextBSD/contrib/llvm/lib/CodeGen/
HDTargetLoweringObjectFileImpl.cpp55 TM.getSymbol(GV, Mang)->getName()); in getCFIPersonalitySymbol()
57 return TM.getSymbol(GV, Mang); in getCFIPersonalitySymbol()
100 MCSymbol *Sym = TM.getSymbol(GV, Mang); in getTTypeGlobalReference()
673 MCSymbol *Sym = TM.getSymbol(GV, Mang); in getTTypeGlobalReference()
699 MCSymbol *Sym = TM.getSymbol(GV, Mang); in getCFIPersonalitySymbol()
737 const MCSymbol *BaseSym = &MV.getSymB()->getSymbol(); in getIndirectSymViaGOTPCRel()
863 MCSymbol *Sym = TM.getSymbol(ComdatGV, Mang); in getExplicitSectionGlobal()
915 MCSymbol *Sym = TM.getSymbol(ComdatGV, Mang); in SelectSectionForGlobal()
969 MCSymbol *Sym = TM.getSymbol(&F, Mang); in getSectionForJumpTable()
/NextBSD/contrib/llvm/lib/Target/AArch64/MCTargetDesc/
HDAArch64MachObjectWriter.cpp176 Target.getSymA()->getSymbol().getName() + in recordRelocation()
210 const MCSymbol *A = &Target.getSymA()->getSymbol(); in recordRelocation()
213 const MCSymbol *B = &Target.getSymB()->getSymbol(); in recordRelocation()
281 const MCSymbol *Symbol = &Target.getSymA()->getSymbol(); in recordRelocation()
/NextBSD/contrib/llvm/lib/Target/SystemZ/
HDSystemZMCInstLower.cpp43 Symbol = MO.getMBB()->getSymbol(); in getExpr()
48 Symbol = AsmPrinter.getSymbol(MO.getGlobal()); in getExpr()
/NextBSD/contrib/llvm/lib/Target/Hexagon/
HDHexagonMCInstLower.cpp84 (MCSymbolRefExpr::create(MO.getMBB()->getSymbol(), in HexagonLowerToMC()
88 MCO = GetSymbolRef(MO, AP.getSymbol(MO.getGlobal()), AP); in HexagonLowerToMC()

123456