| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
| H A D | AMDGPUELFObjectWriter.cpp | 43 if (SymA->getSymbol().getName() == "SCRATCH_RSRC_DWORD0" || in getRelocType() 44 SymA->getSymbol().getName() == "SCRATCH_RSRC_DWORD1") in getRelocType() 87 if (SymA->getSymbol().isUndefined()) { in getRelocType() 89 SymA->getSymbol().getName() + "'"); in getRelocType()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMMachObjectWriter.cpp | 161 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() 408 A = &Target.getSymA()->getSymbol(); in recordRelocation()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/ |
| H A D | SValExplainer.h | 39 if (auto S = dyn_cast<SymbolRegionValue>(R->getSymbol())) in isThisObject() 74 return Visit(SR->getSymbol()); in VisitMemRegionVal() 88 return Visit(V.getSymbol()); in VisitSymbolVal() 165 if (R->getSymbol()->getType() in VisitSymbolicRegion() 167 return "object at " + Visit(R->getSymbol()); in VisitSymbolicRegion() 170 return "heap segment that starts at " + Visit(R->getSymbol()); in VisitSymbolicRegion() 171 return "pointee of " + Visit(R->getSymbol()); in VisitSymbolicRegion()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64MCInstLower.cpp | 62 return Printer.getSymbol(GV); in GetGlobalValueSymbol() 64 StringRef Name = Printer.getSymbol(GV)->getName(); in GetGlobalValueSymbol() 70 return Printer.getSymbol(GV); in GetGlobalValueSymbol() 76 Printer.OutStreamer->emitSymbolAttribute(Printer.getSymbol(GV), in GetGlobalValueSymbol() 79 Printer.getSymbol(GV), in GetGlobalValueSymbol() 85 MCSymbolRefExpr::create(Printer.getSymbol(GV), in GetGlobalValueSymbol() 93 return Printer.getSymbol(GV); in GetGlobalValueSymbol() 137 StubSym = MachineModuleInfoImpl::StubValueTy(Printer.getSymbol(GV), true); in GetGlobalValueSymbol() 346 MCSymbolRefExpr::create(MO.getMBB()->getSymbol(), Ctx)); in lowerOperand()
|
| H A D | AArch64TargetObjectFile.cpp | 50 const MCSymbol *Sym = TM.getSymbol(GV); in getTTypeGlobalReference() 66 return TM.getSymbol(GV); in getCFIPersonalitySymbol()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | SVals.cpp | 74 return SymR->getSymbol(); in getAsLocSymbol() 90 return SymR->getSymbol(); in getLocSymbolInBase() 107 return X->getSymbol(); in getAsSymbol() 166 return Visit(SV.getSymbol()); in VisitSymbolVal() 169 return Visit(SR->getSymbol()); in VisitSymbolicRegion() 306 os << castAs<nonloc::SymbolVal>().getSymbol(); in dumpToStream()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsMCInstLower.cpp | 124 Symbol = MO.getMBB()->getSymbol(); in LowerSymbolOperand() 128 Symbol = AsmPrinter.getSymbol(MO.getGlobal()); in LowerSymbolOperand() 206 const MCSymbolRefExpr *Sym1 = MCSymbolRefExpr::create(BB1->getSymbol(), *Ctx); in createSub() 207 const MCSymbolRefExpr *Sym2 = MCSymbolRefExpr::create(BB2->getSymbol(), *Ctx); in createSub() 241 MCSymbolRefExpr::create(MI->getOperand(1).getMBB()->getSymbol(), *Ctx); in lowerLongBranchLUi() 283 MCSymbolRefExpr::create(MI->getOperand(2).getMBB()->getSymbol(), *Ctx); in lowerLongBranchADDiu()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86MachObjectWriter.cpp | 145 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()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCObjectWriter.cpp | 29 const MCSymbol &SA = A->getSymbol(); in isSymbolRefDifferenceFullyResolved() 30 const MCSymbol &SB = B->getSymbol(); in isSymbolRefDifferenceFullyResolved()
|
| H A D | MCFragment.cpp | 135 if (!getSymbolOffsetImpl(Layout, A->getSymbol(), ReportError, ValA)) in getSymbolOffsetImpl() 143 if (!getSymbolOffsetImpl(Layout, B->getSymbol(), ReportError, ValB)) in getSymbolOffsetImpl() 177 Expr->getLoc(), Twine("symbol '") + RefB->getSymbol().getName() + in getBaseSymbol() 186 const MCSymbol &ASym = A->getSymbol(); in getBaseSymbol() 478 OS << " Sym:" << F->getSymbol(); in dump()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
| H A D | WebAssemblyWasmObjectWriter.cpp | 49 if (SyExp->getSymbol().isInSection()) in getTargetSection() 50 return &SyExp->getSymbol().getSection(); in getTargetSection() 71 auto& SymA = cast<MCSymbolWasm>(RefA->getSymbol()); in getRelocType()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BPFMCInstLower.cpp | 28 return Printer.getSymbol(MO.getGlobal()); in GetGlobalAddressSymbol() 67 MCSymbolRefExpr::create(MO.getMBB()->getSymbol(), Ctx)); in Lower()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/MSP430/ |
| H A D | MSP430AsmPrinter.cpp | 72 getSymbol(MO.getGlobal())->print(O, MAI); in PrintSymbolOperand() 92 MO.getMBB()->getSymbol()->print(O, MAI); in printOperand() 174 const MCSymbol *FunctionSymbol = getSymbol(F); in EmitInterruptVectorSection()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | MismatchedIteratorChecker.cpp | 201 if (isa<SymbolConjured>(ContSym->getSymbol())) in verifyMatch() 217 if (isa<SymbolConjured>(ContSym->getSymbol())) in verifyMatch() 246 if (isa<SymbolConjured>(ContSym->getSymbol())) in verifyMatch() 256 if (isa<SymbolConjured>(ContSym->getSymbol())) in verifyMatch()
|
| H A D | CXXDeleteChecker.cpp | 116 DerivedClassRegion->getSymbol()->getType()->getPointeeCXXRecordDecl(); in checkTypedDeleteExpr() 146 DerivedClassRegion->getSymbol()->getType()->getPointeeCXXRecordDecl(); in checkTypedDeleteExpr() 168 DerivedClassRegion->getSymbol()->getType()->getPointeeType(); in checkTypedDeleteExpr()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcMCInstLower.cpp | 40 Symbol = MO.getMBB()->getSymbol(); in LowerSymbolOperand() 44 Symbol = AP.getSymbol(MO.getGlobal()); in LowerSymbolOperand()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 698 return TM.getSymbol(GV); in getSymbol() 715 return TM.getSymbol(&GV); in getSymbolPreferLocal() 736 if (GlobalGOTEquivs.count(getSymbol(GV))) in emitGlobalVariable() 748 MCSymbol *GVSym = getSymbol(GV); in emitGlobalVariable() 2094 MCSymbol *Name = getSymbol(&GA); in emitGlobalAlias() 2185 MCSymbol *Name = getSymbol(&GI); in emitGlobalIFunc() 2238 MCSymbol *Stub = getSymbol(&GI); in emitGlobalIFunc() 2305 MCSymbol *Name = getSymbol(&F); in doFinalization() 2786 MCSymbol *MBBSym = MBB->getSymbol(); in emitJumpTableEntry() 2795 MCSymbol *MBBSym = MBB->getSymbol(); in emitJumpTableEntry() [all …]
|
| H A D | WinCFGuard.cpp | 92 if (MCSymbol *impSym = lookupImpSymbol(Asm->getSymbol(&F))) { in endModule() 101 GFIDsEntries.push_back(Asm->getSymbol(&F)); in endModule()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86TargetObjectFile.cpp | 25 const MCSymbol *Sym = TM.getSymbol(GV); in getTTypeGlobalReference() 39 return TM.getSymbol(GV); in getCFIPersonalitySymbol()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VEMCInstLower.cpp | 63 return LowerSymbolOperand(MI, MO, AP.getSymbol(MO.getGlobal()), AP); in LowerOperand() 69 return LowerSymbolOperand(MI, MO, MO.getMBB()->getSymbol(), AP); in LowerOperand()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZMCInstLower.cpp | 42 Symbol = MO.getMBB()->getSymbol(); in getExpr() 47 Symbol = AsmPrinter.getSymbol(MO.getGlobal()); in getExpr()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXAsmPrinter.cpp | 615 getSymbol(F)->print(O, MAI); in emitDeclaration() 855 MCSymbol *Name = getSymbol(&GA); in emitGlobalAlias() 1169 getSymbol(GVar)->print(O, MAI); in printModuleLevelGV() 1247 getSymbol(GVar)->print(O, MAI); in printModuleLevelGV() 1256 getSymbol(GVar)->print(O, MAI); in printModuleLevelGV() 1275 MCSymbol *Name = AP.getSymbol(GVar); in printSymbol() 1453 getSymbol(GVar)->print(O, MAI); in emitPTXGlobalVariable() 1462 getSymbol(GVar)->print(O, MAI); in emitPTXGlobalVariable() 1478 getSymbol(GVar)->print(O, MAI); in emitPTXGlobalVariable() 1809 getSymbol(GVar)->print(O, MAI); in printScalarConstant() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/XCore/ |
| H A D | XCoreMCInstLower.cpp | 39 Symbol = MO.getMBB()->getSymbol(); in LowerSymbolOperand() 42 Symbol = Printer.getSymbol(MO.getGlobal()); in LowerSymbolOperand()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARC/ |
| H A D | ARCMCInstLower.cpp | 37 Symbol = MO.getMBB()->getSymbol(); in LowerSymbolOperand() 40 Symbol = Printer.getSymbol(MO.getGlobal()); in LowerSymbolOperand()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | ELF.h | 1349 Elf32_Word getSymbol() const { return (r_info >> 8); } in getSymbol() function 1352 void setType(unsigned char t) { setSymbolAndType(getSymbol(), t); } in setType() 1366 Elf32_Word getSymbol() const { return (r_info >> 8); } in getSymbol() function 1369 void setType(unsigned char t) { setSymbolAndType(getSymbol(), t); } in setType() 1385 Elf64_Word getSymbol() const { return (r_info >> 32); } in getSymbol() function 1388 void setType(Elf64_Word t) { setSymbolAndType(getSymbol(), t); } in setType() 1402 Elf64_Word getSymbol() const { return (r_info >> 32); } in getSymbol() function 1405 void setType(Elf64_Word t) { setSymbolAndType(getSymbol(), t); } in setType()
|