| /llvm-project-15.0.7/bolt/lib/Passes/ |
| H A D | VeneerElimination.cpp | 48 BC.MIB->getTargetSymbol(FirstInstruction, 1); in runOnFunctions() 75 const MCSymbol *TargetSymbol = BC.MIB->getTargetSymbol(Instr, 0); in runOnFunctions()
|
| H A D | LongJmp.cpp | 188 const MCSymbol *TgtSym = BC.MIB->getTargetSymbol(Inst); in replaceTargetWithStub() 200 TgtSym = BC.MIB->getTargetSymbol(*SSIter->second->begin()); in replaceTargetWithStub() 207 TgtSym = BC.MIB->getTargetSymbol(*TgtBB->begin()); in replaceTargetWithStub() 420 const MCSymbol *TgtSym = Func.getBinaryContext().MIB->getTargetSymbol(Inst); in usesStub() 463 const MCSymbol *RealTargetSym = BC.MIB->getTargetSymbol(*StubBB.begin()); in relaxStub() 506 const MCSymbol *TgtSym = BC.MIB->getTargetSymbol(Inst); in needsStub()
|
| H A D | PLTCall.cpp | 67 const MCSymbol *CallSymbol = BC.MIB->getTargetSymbol(Instr); in runOnFunctions()
|
| H A D | ADRRelaxationPass.cpp | 38 const MCSymbol *Symbol = BC.MIB->getTargetSymbol(Inst); in runOnFunction()
|
| H A D | BinaryPasses.cpp | 674 if (CondBranch && MIB->getTargetSymbol(*CondBranch) == BB.getLabel()) { in fixDoubleJumps() 677 MIB->getTargetSymbol(*UncondBranch) == BB.getLabel()) { in fixDoubleJumps() 689 assert(MIB->getTargetSymbol(*Branch) == BB.getLabel()); in fixDoubleJumps() 720 const MCSymbol *SuccSym = MIB->getTargetSymbol(*Inst); in fixDoubleJumps() 810 const MCSymbol *CalleeSymbol = MIB->getTargetSymbol(*Instr); in fixTailCalls() 1638 const MCSymbol *CalleeSymbol = BC.MIB->getTargetSymbol(Inst); in runOnFunctions() 1736 const MCSymbol *CalleeSymbol = BC.MIB->getTargetSymbol(Inst); in runOnFunctions()
|
| H A D | Inliner.cpp | 323 Callee.getBasicBlockForLabel(MIB.getTargetSymbol(Inst)); in inlineCall() 415 const MCSymbol *TargetSymbol = BC.MIB->getTargetSymbol(Inst); in inlineCallsInFunction()
|
| H A D | StokeInfo.cpp | 64 const MCSymbol *TargetSymbol = MIB->getTargetSymbol(It); in checkInstr()
|
| H A D | RegAnalysis.cpp | 159 const MCSymbol *TargetSymbol = BC.MIB->getTargetSymbol(Inst); in getInstUsedRegsList()
|
| H A D | BinaryFunctionCallGraph.cpp | 175 const MCSymbol *DstSym = BC.MIB->getTargetSymbol(Inst); in buildCallGraph()
|
| H A D | ValidateInternalCalls.cpp | 37 return Function.getBasicBlockForLabel(BC.MIB->getTargetSymbol(Inst)); in getInternalCallTarget()
|
| H A D | CacheMetrics.cpp | 127 const MCSymbol *DstSym = BC.MIB->getTargetSymbol(Inst); in extractFunctionCalls()
|
| H A D | AsmDump.cpp | 77 const MCSymbol *Target = BC.MIB->getTargetSymbol(Instr); in dumpTailCallFdata()
|
| H A D | IndirectCallPromotion.cpp | 432 BC.getSymbolValue(*BC.MIB->getTargetSymbol(DispExpr)); in maybeGetHotJumpTableTargets() 1176 (BC.MIB->isCall(Inst) && BC.MIB->getTargetSymbol(Inst, 0)); in runOnFunctions() 1264 if (BC.MIB->isCall(Inst) && BC.MIB->getTargetSymbol(Inst, 0)) in runOnFunctions()
|
| H A D | FrameAnalysis.cpp | 333 const MCSymbol *TargetSymbol = BC.MIB->getTargetSymbol(Inst); in updateArgsTouchedFor()
|
| H A D | Instrumentation.cpp | 393 const MCSymbol *Target = BC.MIB->getTargetSymbol(Inst); in instrumentFunction()
|
| /llvm-project-15.0.7/bolt/lib/Target/AArch64/ |
| H A D | AArch64MCPlusBuilder.cpp | 375 const MCSymbol *getTargetSymbol(const MCExpr *Expr) const override { in getTargetSymbol() function in __anon77c122c80111::AArch64MCPlusBuilder 378 return getTargetSymbol(AArchExpr->getSubExpr()); in getTargetSymbol() 382 return getTargetSymbol(BinExpr->getLHS()); in getTargetSymbol() 391 const MCSymbol *getTargetSymbol(const MCInst &Inst, in getTargetSymbol() function in __anon77c122c80111::AArch64MCPlusBuilder 400 return getTargetSymbol(Op.getExpr()); in getTargetSymbol() 924 const MCSymbol *Sym = getTargetSymbol(*I); in analyzeBranch() 936 const MCSymbol *TargetBB = getTargetSymbol(*I); in analyzeBranch()
|
| /llvm-project-15.0.7/llvm/lib/Target/ |
| H A D | TargetMachine.cpp | 207 if (MCSymbol *TargetSymbol = TLOF->getTargetSymbol(GV, *this)) in getSymbol()
|
| /llvm-project-15.0.7/llvm/include/llvm/Target/ |
| H A D | TargetLoweringObjectFile.h | 274 virtual MCSymbol *getTargetSymbol(const GlobalValue *GV, in getTargetSymbol() function
|
| /llvm-project-15.0.7/bolt/lib/Profile/ |
| H A D | YAMLProfileWriter.cpp | 80 const MCSymbol *CalleeSymbol = BC.MIB->getTargetSymbol(Instr); in convert()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.h | 284 MCSymbol *getTargetSymbol(const GlobalValue *GV,
|
| /llvm-project-15.0.7/bolt/lib/Core/ |
| H A D | DynoStats.cpp | 237 } else if (const MCSymbol *CallSymbol = BC.MIB->getTargetSymbol(Instr)) { in getDynoStats()
|
| H A D | BinaryBasicBlock.cpp | 130 BC.MIB->getTargetSymbol(*CondBranch)); in validateSuccessorInvariants()
|
| H A D | BinaryFunction.cpp | 806 const MCSymbol *Sym = BC.MIB->getTargetSymbol(*PCRelBaseInstr, 1); in processIndirectBranch() 2264 const MCSymbol *CTCTargetLabel = BC.MIB->getTargetSymbol(*CTCInstr); in removeConditionalTailCalls() 2925 const MCSymbol *Symbol = BC.MIB->getTargetSymbol(Inst, OpNum); in duplicateConstantIslands() 3902 const MCSymbol *CalleeSymbol = BC.MIB->getTargetSymbol(*Last); in deleteConservativeEdges()
|
| /llvm-project-15.0.7/bolt/include/bolt/Core/ |
| H A D | MCPlusBuilder.h | 717 Sym = MIA.getTargetSymbol(*CurInst, OpNum); in match() 1105 virtual const MCSymbol *getTargetSymbol(const MCInst &Inst, 1112 virtual const MCSymbol *getTargetSymbol(const MCExpr *Expr) const { in getTargetSymbol() function
|
| /llvm-project-15.0.7/bolt/lib/Target/X86/ |
| H A D | X86MCPlusBuilder.cpp | 1942 const MCSymbol *getTargetSymbol(const MCInst &Inst, in getTargetSymbol() function in __anoncef8f4420111::X86MCPlusBuilder 1960 const MCSymbol *getTargetSymbol(const MCExpr *Expr) const override { in getTargetSymbol() function in __anoncef8f4420111::X86MCPlusBuilder 1993 const MCSymbol *Sym = getTargetSymbol(*I); in analyzeBranch() 2008 const MCSymbol *TargetBB = getTargetSymbol(*I); in analyzeBranch() 2634 Symbol = const_cast<MCSymbol *>(this->getTargetSymbol(LHS)); in createRelocation() 2640 Symbol = const_cast<MCSymbol *>(this->getTargetSymbol(ValueExpr)); in createRelocation()
|