| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
| H A D | AMDGPUELFObjectWriter.cpp | 46 if (SymA->getSymbol().getName() == "SCRATCH_RSRC_DWORD0" || in getRelocType() 47 SymA->getSymbol().getName() == "SCRATCH_RSRC_DWORD1") in getRelocType() 86 if (SymA->getSymbol().isUndefined()) { in getRelocType() 88 SymA->getSymbol().getName() + "'"); in getRelocType()
|
| /llvm-project-15.0.7/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() 409 A = &Target.getSymA()->getSymbol(); in recordRelocation()
|
| /llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Checkers/ |
| H A D | SValExplainer.h | 39 if (auto S = dyn_cast<SymbolRegionValue>(R->getSymbol())) in isThisObject() 62 return Visit(SR->getSymbol()); in VisitLocMemRegionVal() 76 return Visit(V.getSymbol()); in VisitNonLocSymbolVal() 153 if (R->getSymbol()->getType() in VisitSymbolicRegion() 155 return "object at " + Visit(R->getSymbol()); in VisitSymbolicRegion() 158 return "heap segment that starts at " + Visit(R->getSymbol()); in VisitSymbolicRegion() 159 return "pointee of " + Visit(R->getSymbol()); in VisitSymbolicRegion()
|
| /llvm-project-15.0.7/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() 172 return Visit(SV.getSymbol()); in VisitNonLocSymbolVal() 175 return Visit(SR->getSymbol()); in VisitSymbolicRegion() 306 os << castAs<nonloc::SymbolVal>().getSymbol(); in dumpToStream()
|
| /llvm-project-15.0.7/llvm/lib/Target/Mips/ |
| H A D | MipsMCInstLower.cpp | 125 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()
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | nullptr.cpp | 112 int getSymbol(); 129 if (getSymbol()) // expected-note {{Assuming the condition is false}} in shouldNotCrash() 135 if (getSymbol()) { // expected-note {{Assuming the condition is true}} in shouldNotCrash()
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/mlir/tools/mlir-tblgen/ |
| H A D | EnumsGen.cpp | 57 auto symbol = makeIdentifier(enumerant.getSymbol()); in emitEnumClass() 172 auto symbol = enumerant.getSymbol(); in emitSymToStrFnForIntEnum() 204 allBitsUnsetCase->getSymbol()); in emitSymToStrFnForBitEnum() 265 auto symbol = enumerant.getSymbol(); in emitStrToSymFnForIntEnum() 289 StringRef caseSymbol = allBitsUnsetCase->getSymbol(); in emitStrToSymFnForBitEnum() 341 auto symbol = enumerant.getSymbol(); in emitUnderlyingToSymFnForIntEnum() 423 makeIdentifier(allBitsUnsetCase->getSymbol())); in emitUnderlyingToSymFnForBitEnum()
|
| H A D | LLVMIRConversionGen.cpp | 254 StringRef cppEnumerant = enumerant.getSymbol(); in emitOneEnumToConversion() 284 StringRef cppEnumerant = enumerant.getSymbol(); in emitOneCEnumToConversion() 315 StringRef cppEnumerant = enumerant.getSymbol(); in emitOneEnumFromConversion() 346 StringRef cppEnumerant = enumerant.getSymbol(); in emitOneCEnumFromConversion()
|
| /llvm-project-15.0.7/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXAsmPrinter.cpp | 610 getSymbol(F)->print(O, MAI); in emitDeclaration() 1127 getSymbol(GVar)->print(O, MAI); in printModuleLevelGV() 1214 getSymbol(GVar)->print(O, MAI); in printModuleLevelGV() 1233 MCSymbol *Name = AP.getSymbol(GVar); in printSymbol() 1405 getSymbol(GVar)->print(O, MAI); in emitPTXGlobalVariable() 1414 getSymbol(GVar)->print(O, MAI); in emitPTXGlobalVariable() 1430 getSymbol(GVar)->print(O, MAI); in emitPTXGlobalVariable() 1775 getSymbol(GVar)->print(O, MAI); in printScalarConstant() 1778 getSymbol(GVar)->print(O, MAI); in printScalarConstant() 1792 getSymbol(GVar)->print(O, MAI); in printScalarConstant() [all …]
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | MismatchedIteratorChecker.cpp | 209 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()
|
| /llvm-project-15.0.7/llvm/unittests/CodeGen/ |
| H A D | AsmPrinterDwarfTest.cpp | 100 EXPECT_EQ(&(ActualArg0->getSymbol()), Val); in TEST_F() 123 EXPECT_EQ(&(ActualArg0->getSymbol()), Val); in TEST_F() 162 EXPECT_EQ(&(ActualArg0->getSymbol()), Val.Symbol); in TEST_F() 186 EXPECT_EQ(&(ActualArg0->getSymbol()), Val.Symbol); in TEST_F() 230 EXPECT_EQ(&(ActualLHS->getSymbol()), Label); in TEST_F() 254 EXPECT_EQ(&(ActualLHS->getSymbol()), Label); in TEST_F()
|
| /llvm-project-15.0.7/llvm/lib/Target/Sparc/ |
| H A D | SparcMCInstLower.cpp | 40 Symbol = MO.getMBB()->getSymbol(); in LowerSymbolOperand() 44 Symbol = AP.getSymbol(MO.getGlobal()); in LowerSymbolOperand()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetObjectFile.cpp | 40 const MCSymbol *Sym = TM.getSymbol(GV); in getTTypeGlobalReference() 56 return TM.getSymbol(GV); in getCFIPersonalitySymbol()
|
| /llvm-project-15.0.7/bolt/lib/RuntimeLibs/ |
| H A D | HugifyRuntimeLibrary.cpp | 88 MCSymbolRefExpr::create(StartFunction->getSymbol(), *(BC.Ctx)), in emitBinary() 106 RuntimeStartAddress = RTDyld.getSymbol("__bolt_hugify_self").getAddress(); in link()
|
| /llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/ |
| H A D | ELF.h | 1266 Elf32_Word getSymbol() const { return (r_info >> 8); } in getSymbol() function 1269 void setType(unsigned char t) { setSymbolAndType(getSymbol(), t); } in setType() 1283 Elf32_Word getSymbol() const { return (r_info >> 8); } in getSymbol() function 1286 void setType(unsigned char t) { setSymbolAndType(getSymbol(), t); } in setType() 1302 Elf64_Word getSymbol() const { return (r_info >> 32); } in getSymbol() function 1305 void setType(Elf64_Word t) { setSymbolAndType(getSymbol(), t); } in setType() 1319 Elf64_Word getSymbol() const { return (r_info >> 32); } in getSymbol() function 1322 void setType(Elf64_Word t) { setSymbolAndType(getSymbol(), t); } in setType()
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZMCInstLower.cpp | 42 Symbol = MO.getMBB()->getSymbol(); in getExpr() 47 Symbol = AsmPrinter.getSymbol(MO.getGlobal()); in getExpr()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | WinCFGuard.cpp | 92 if (MCSymbol *impSym = lookupImpSymbol(Asm->getSymbol(&F))) { in endModule() 101 GFIDsEntries.push_back(Asm->getSymbol(&F)); in endModule()
|