Lines Matching refs:AsmPrinter

160 char AsmPrinter::ID = 0;
261 AsmPrinter::getAddrLabelSymbolToEmit(const BasicBlock *BB) { in getAddrLabelSymbolToEmit()
269 void AsmPrinter::takeDeletedSymbolsForFunction( in takeDeletedSymbolsForFunction()
336 Align AsmPrinter::getGVAlignment(const GlobalObject *GV, const DataLayout &DL, in getGVAlignment()
360 AsmPrinter::AsmPrinter(TargetMachine &tm, std::unique_ptr<MCStreamer> Streamer) in AsmPrinter() function in AsmPrinter
369 AsmPrinter::~AsmPrinter() { in ~AsmPrinter()
374 bool AsmPrinter::isPositionIndependent() const { in isPositionIndependent()
379 unsigned AsmPrinter::getFunctionNumber() const { in getFunctionNumber()
383 const TargetLoweringObjectFile &AsmPrinter::getObjFileLowering() const { in getObjFileLowering()
387 const DataLayout &AsmPrinter::getDataLayout() const { in getDataLayout()
394 unsigned AsmPrinter::getPointerSize() const { in getPointerSize()
398 const MCSubtargetInfo &AsmPrinter::getSubtargetInfo() const { in getSubtargetInfo()
403 void AsmPrinter::EmitToStreamer(MCStreamer &S, const MCInst &Inst) { in EmitToStreamer()
407 void AsmPrinter::emitInitialRawDwarfLocDirective(const MachineFunction &MF) { in emitInitialRawDwarfLocDirective()
421 const MCSection *AsmPrinter::getCurrentSection() const { in getCurrentSection()
425 void AsmPrinter::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
434 bool AsmPrinter::doInitialization(Module &M) { in doInitialization()
631 void AsmPrinter::emitLinkage(const GlobalValue *GV, MCSymbol *GVSym) const { in emitLinkage()
671 void AsmPrinter::getNameWithPrefix(SmallVectorImpl<char> &Name, in getNameWithPrefix()
676 MCSymbol *AsmPrinter::getSymbol(const GlobalValue *GV) const { in getSymbol()
680 MCSymbol *AsmPrinter::getSymbolPreferLocal(const GlobalValue &GV) const { in getSymbolPreferLocal()
698 void AsmPrinter::emitGlobalVariable(const GlobalVariable *GV) { in emitGlobalVariable()
896 void AsmPrinter::emitDebugValue(const MCExpr *Value, unsigned Size) const { in emitDebugValue()
900 void AsmPrinter::emitFunctionHeaderComment() {} in emitFunctionHeaderComment()
902 void AsmPrinter::emitFunctionPrefix(ArrayRef<const Constant *> Prefix) { in emitFunctionPrefix()
925 void AsmPrinter::emitFunctionHeader() { in emitFunctionHeader()
1054 void AsmPrinter::emitFunctionEntryLabel() { in emitFunctionEntryLabel()
1110 void AsmPrinter::emitImplicitDef(const MachineInstr *MI) const { in emitImplicitDef()
1122 static void emitKill(const MachineInstr *MI, AsmPrinter &AP) { in emitKill()
1138 static bool emitDebugValueComment(const MachineInstr *MI, AsmPrinter &AP) { in emitDebugValueComment()
1245 static bool emitDebugLabelComment(const MachineInstr *MI, AsmPrinter &AP) { in emitDebugLabelComment()
1267 AsmPrinter::CFISection
1268 AsmPrinter::getFunctionCFISectionType(const Function &F) const { in getFunctionCFISectionType()
1287 AsmPrinter::CFISection
1288 AsmPrinter::getFunctionCFISectionType(const MachineFunction &MF) const { in getFunctionCFISectionType()
1292 bool AsmPrinter::needsSEHMoves() { in needsSEHMoves()
1296 bool AsmPrinter::usesCFIWithoutEH() const { in usesCFIWithoutEH()
1300 void AsmPrinter::emitCFIInstruction(const MachineInstr &MI) { in emitCFIInstruction()
1326 void AsmPrinter::emitFrameAlloc(const MachineInstr &MI) { in emitFrameAlloc()
1356 void AsmPrinter::emitBBAddrMapSection(const MachineFunction &MF) { in emitBBAddrMapSection()
1476 void AsmPrinter::emitKCFITrapEntry(const MachineFunction &MF, in emitKCFITrapEntry()
1493 void AsmPrinter::emitKCFITypeId(const MachineFunction &MF) { in emitKCFITypeId()
1500 void AsmPrinter::emitPseudoProbe(const MachineInstr &MI) { in emitPseudoProbe()
1511 void AsmPrinter::emitStackSizeSection(const MachineFunction &MF) { in emitStackSizeSection()
1537 void AsmPrinter::emitStackUsage(const MachineFunction &MF) { in emitStackUsage()
1570 void AsmPrinter::emitPCSectionsLabel(const MachineFunction &MF, in emitPCSectionsLabel()
1577 void AsmPrinter::emitPCSections(const MachineFunction &MF) { in emitPCSections()
1689 void AsmPrinter::emitFunctionBody() { in emitFunctionBody()
2064 void AsmPrinter::computeGlobalGOTEquivs(Module &M) { in computeGlobalGOTEquivs()
2081 void AsmPrinter::emitGlobalGOTEquivs() { in emitGlobalGOTEquivs()
2098 void AsmPrinter::emitGlobalAlias(const Module &M, const GlobalAlias &GA) { in emitGlobalAlias()
2176 void AsmPrinter::emitGlobalIFunc(Module &M, const GlobalIFunc &GI) { in emitGlobalIFunc()
2256 void AsmPrinter::emitRemarksSection(remarks::RemarkStreamer &RS) { in emitRemarksSection()
2284 bool AsmPrinter::doFinalization(Module &M) { in doFinalization()
2544 MCSymbol *AsmPrinter::getMBBExceptionSym(const MachineBasicBlock &MBB) { in getMBBExceptionSym()
2551 void AsmPrinter::SetupMachineFunction(MachineFunction &MF) { in SetupMachineFunction()
2619 void AsmPrinter::emitConstantPool() { in emitConstantPool()
2696 void AsmPrinter::emitJumpTableInfo() { in emitJumpTableInfo()
2775 void AsmPrinter::emitJumpTableEntry(const MachineJumpTableInfo *MJTI, in emitJumpTableEntry()
2842 bool AsmPrinter::emitSpecialLLVMGlobal(const GlobalVariable *GV) { in emitSpecialLLVMGlobal()
2910 void AsmPrinter::emitLLVMUsedList(const ConstantArray *InitList) { in emitLLVMUsedList()
2920 void AsmPrinter::preprocessXXStructorList(const DataLayout &DL, in preprocessXXStructorList()
2957 void AsmPrinter::emitXXStructorList(const DataLayout &DL, const Constant *List, in emitXXStructorList()
2995 void AsmPrinter::emitModuleIdents(Module &M) { in emitModuleIdents()
3009 void AsmPrinter::emitModuleCommandLines(Module &M) { in emitModuleCommandLines()
3037 void AsmPrinter::emitInt8(int Value) const { OutStreamer->emitInt8(Value); } in emitInt8()
3040 void AsmPrinter::emitInt16(int Value) const { OutStreamer->emitInt16(Value); } in emitInt16()
3043 void AsmPrinter::emitInt32(int Value) const { OutStreamer->emitInt32(Value); } in emitInt32()
3046 void AsmPrinter::emitSLEB128(int64_t Value, const char *Desc) const { in emitSLEB128()
3053 void AsmPrinter::emitULEB128(uint64_t Value, const char *Desc, in emitULEB128()
3062 void AsmPrinter::emitInt64(uint64_t Value) const { in emitInt64()
3069 void AsmPrinter::emitLabelDifference(const MCSymbol *Hi, const MCSymbol *Lo, in emitLabelDifference()
3075 void AsmPrinter::emitLabelDifferenceAsULEB128(const MCSymbol *Hi, in emitLabelDifferenceAsULEB128()
3083 void AsmPrinter::emitLabelPlusOffset(const MCSymbol *Label, uint64_t Offset, in emitLabelPlusOffset()
3108 void AsmPrinter::emitAlignment(Align Alignment, const GlobalObject *GV, in emitAlignment()
3131 const MCExpr *AsmPrinter::lowerConstant(const Constant *CV) { in lowerConstant()
3294 AsmPrinter &AP,
3297 AsmPrinter::AliasMapTy *AliasList = nullptr);
3299 static void emitGlobalConstantFP(const ConstantFP *CFP, AsmPrinter &AP);
3300 static void emitGlobalConstantFP(APFloat APF, Type *ET, AsmPrinter &AP);
3351 static void emitGlobalAliasInline(AsmPrinter &AP, uint64_t Offset, in emitGlobalAliasInline()
3352 AsmPrinter::AliasMapTy *AliasList) { in emitGlobalAliasInline()
3364 const DataLayout &DL, const ConstantDataSequential *CDS, AsmPrinter &AP, in emitGlobalConstantDataSequential()
3365 AsmPrinter::AliasMapTy *AliasList) { in emitGlobalConstantDataSequential()
3407 const ConstantArray *CA, AsmPrinter &AP, in emitGlobalConstantArray()
3409 AsmPrinter::AliasMapTy *AliasList) { in emitGlobalConstantArray()
3426 static void emitGlobalConstantLargeInt(const ConstantInt *CI, AsmPrinter &AP);
3429 const ConstantVector *CV, AsmPrinter &AP, in emitGlobalConstantVector()
3430 AsmPrinter::AliasMapTy *AliasList) { in emitGlobalConstantVector()
3467 const ConstantStruct *CS, AsmPrinter &AP, in emitGlobalConstantStruct()
3469 AsmPrinter::AliasMapTy *AliasList) { in emitGlobalConstantStruct()
3497 static void emitGlobalConstantFP(APFloat APF, Type *ET, AsmPrinter &AP) { in emitGlobalConstantFP()
3541 static void emitGlobalConstantFP(const ConstantFP *CFP, AsmPrinter &AP) { in emitGlobalConstantFP()
3545 static void emitGlobalConstantLargeInt(const ConstantInt *CI, AsmPrinter &AP) { in emitGlobalConstantLargeInt()
3606 static void handleIndirectSymViaGOTPCRel(AsmPrinter &AP, const MCExpr **ME, in handleIndirectSymViaGOTPCRel()
3675 AsmPrinter::GOTEquivUsePair Result = AP.GlobalGOTEquivs[GOTEquivSym]; in handleIndirectSymViaGOTPCRel()
3690 AsmPrinter &AP, const Constant *BaseCV, in emitGlobalConstantImpl()
3692 AsmPrinter::AliasMapTy *AliasList) { in emitGlobalConstantImpl()
3774 void AsmPrinter::emitGlobalConstant(const DataLayout &DL, const Constant *CV, in emitGlobalConstant()
3794 void AsmPrinter::emitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) { in emitMachineConstantPoolValue()
3799 void AsmPrinter::printOffset(int64_t Offset, raw_ostream &OS) const { in printOffset()
3806 void AsmPrinter::emitNops(unsigned N) { in emitNops()
3816 MCSymbol *AsmPrinter::createTempSymbol(const Twine &Name) const { in createTempSymbol()
3820 MCSymbol *AsmPrinter::GetBlockAddressSymbol(const BlockAddress *BA) const { in GetBlockAddressSymbol()
3821 return const_cast<AsmPrinter *>(this)->getAddrLabelSymbol( in GetBlockAddressSymbol()
3825 MCSymbol *AsmPrinter::GetBlockAddressSymbol(const BasicBlock *BB) const { in GetBlockAddressSymbol()
3826 return const_cast<AsmPrinter *>(this)->getAddrLabelSymbol(BB); in GetBlockAddressSymbol()
3829 const MCExpr *AsmPrinter::lowerBlockAddressConstant(const BlockAddress &BA) { in lowerBlockAddressConstant()
3834 MCSymbol *AsmPrinter::GetCPISymbol(unsigned CPID) const { in GetCPISymbol()
3862 MCSymbol *AsmPrinter::GetJTISymbol(unsigned JTID, bool isLinkerPrivate) const { in GetJTISymbol()
3868 MCSymbol *AsmPrinter::GetJTSetSymbol(unsigned UID, unsigned MBBID) const { in GetJTSetSymbol()
3875 MCSymbol *AsmPrinter::getSymbolWithGlobalValueBase(const GlobalValue *GV, in getSymbolWithGlobalValueBase()
3881 MCSymbol *AsmPrinter::GetExternalSymbolSymbol(Twine Sym) const { in GetExternalSymbolSymbol()
3915 const AsmPrinter &AP) { in emitBasicBlockLoopComments()
3953 void AsmPrinter::emitBasicBlockStart(const MachineBasicBlock &MBB) { in emitBasicBlockStart()
4036 void AsmPrinter::emitBasicBlockEnd(const MachineBasicBlock &MBB) { in emitBasicBlockEnd()
4047 void AsmPrinter::emitVisibility(MCSymbol *Sym, unsigned Visibility, in emitVisibility()
4068 bool AsmPrinter::shouldEmitLabelForBasicBlock( in shouldEmitLabelForBasicBlock()
4088 bool AsmPrinter::
4128 GCMetadataPrinter *AsmPrinter::getOrCreateGCPrinter(GCStrategy &S) { in getOrCreateGCPrinter()
4150 void AsmPrinter::emitStackMaps() { in emitStackMaps()
4171 void AsmPrinter::addAsmPrinterHandler( in addAsmPrinterHandler()
4177 void AsmPrinter::addDebugHandler(std::unique_ptr<DebugHandlerBase> Handler) { in addDebugHandler()
4190 void AsmPrinter::XRayFunctionEntry::emit(int Bytes, MCStreamer *Out) const { in emit()
4201 void AsmPrinter::emitXRayTable() { in emitXRayTable()
4293 void AsmPrinter::recordSled(MCSymbol *Sled, const MachineInstr &MI, in recordSled()
4306 void AsmPrinter::emitPatchableFunctionEntries() { in emitPatchableFunctionEntries()
4341 uint16_t AsmPrinter::getDwarfVersion() const { in getDwarfVersion()
4345 void AsmPrinter::setDwarfVersion(uint16_t Version) { in setDwarfVersion()
4349 bool AsmPrinter::isDwarf64() const { in isDwarf64()
4353 unsigned int AsmPrinter::getDwarfOffsetByteSize() const { in getDwarfOffsetByteSize()
4358 dwarf::FormParams AsmPrinter::getDwarfFormParams() const { in getDwarfFormParams()
4364 unsigned int AsmPrinter::getUnitLengthFieldByteSize() const { in getUnitLengthFieldByteSize()
4371 AsmPrinter::getCodeViewJumpTableInfo(int JTI, const MachineInstr *BranchInstr, in getCodeViewJumpTableInfo()