Home
last modified time | relevance | path

Searched defs:Asm (Results 1 – 25 of 90) sorted by relevance

1234

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfStringPool.cpp20 DwarfStringPool::DwarfStringPool(BumpPtrAllocator &A, AsmPrinter &Asm, in DwarfStringPool()
26 DwarfStringPool::getEntryImpl(AsmPrinter &Asm, StringRef Str) { in getEntryImpl()
39 DwarfStringPool::EntryRef DwarfStringPool::getEntry(AsmPrinter &Asm, in getEntry()
45 DwarfStringPool::EntryRef DwarfStringPool::getIndexedEntry(AsmPrinter &Asm, in getIndexedEntry()
53 void DwarfStringPool::emitStringOffsetsTableHeader(AsmPrinter &Asm, in emitStringOffsetsTableHeader()
75 void DwarfStringPool::emit(AsmPrinter &Asm, MCSection *StrSection, in emit()
H A DAddressPool.cpp26 MCSymbol *AddressPool::emitHeader(AsmPrinter &Asm, MCSection *Section) { in emitHeader()
42 void AddressPool::emit(AsmPrinter &Asm, MCSection *AddrSection) { in emit()
H A DAccelTable.cpp54 void AccelTableBase::finalize(AsmPrinter *Asm, StringRef Prefix) { in finalize()
94 AsmPrinter *const Asm; ///< Destination. member in __anon66e006530311::AccelTableWriter
109 AccelTableWriter(AsmPrinter *Asm, const AccelTableBase &Contents, in AccelTableWriter()
168 AppleAccelTableWriter(AsmPrinter *Asm, const AccelTableBase &Contents, in AppleAccelTableWriter()
366 AsmPrinter *Asm = Ctx.Asm; in emit() local
511 AsmPrinter *Asm, const AccelTableBase &Contents, in Dwarf5AccelTableWriter()
539 void llvm::emitAppleAccelTableImpl(AsmPrinter *Asm, AccelTableBase &Contents, in emitAppleAccelTableImpl()
547 AsmPrinter *Asm, AccelTable<DWARF5AccelTableData> &Contents, in emitDWARF5AccelTable()
580 AsmPrinter *Asm, AccelTable<DWARF5AccelTableStaticData> &Contents, in emitDWARF5AccelTable()
H A DDebugLocStream.cpp15 bool DebugLocStream::finalizeList(AsmPrinter &Asm) { in finalizeList()
H A DWinCFGuard.h25 AsmPrinter *Asm; variable
H A DPseudoProbePrinter.h28 AsmPrinter *Asm; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCObjectWriter.cpp20 const MCAssembler &Asm, const MCSymbolRefExpr *A, const MCSymbolRefExpr *B, in isSymbolRefDifferenceFullyResolved()
39 const MCAssembler &Asm, const MCSymbol &A, const MCSymbol &B, in isSymbolRefDifferenceFullyResolvedImpl()
46 const MCAssembler &Asm, const MCSymbol &SymA, const MCFragment &FB, in isSymbolRefDifferenceFullyResolvedImpl()
H A DMachObjectWriter.cpp74 bool MachObjectWriter::isFixupKindPCRel(const MCAssembler &Asm, unsigned Kind) { in isFixupKindPCRel()
462 void MachObjectWriter::recordRelocation(MCAssembler &Asm, in recordRelocation()
477 void MachObjectWriter::bindIndirectSymbols(MCAssembler &Asm) { in bindIndirectSymbols()
542 MCAssembler &Asm, std::vector<MachSymbolData> &LocalSymbolData, in computeSymbolTable()
642 void MachObjectWriter::computeSectionAddresses(const MCAssembler &Asm, in computeSectionAddresses()
657 void MachObjectWriter::executePostLayoutBinding(MCAssembler &Asm, in executePostLayoutBinding()
666 const MCAssembler &Asm, const MCSymbol &A, const MCSymbol &B, in isSymbolRefDifferenceFullyResolvedImpl()
678 const MCAssembler &Asm, const MCSymbol &SymA, const MCFragment &FB, in isSymbolRefDifferenceFullyResolvedImpl()
754 uint64_t MachObjectWriter::writeObject(MCAssembler &Asm, in writeObject()
H A DWinCOFFObjectWriter.cpp604 uint32_t WinCOFFObjectWriter::writeSectionContents(MCAssembler &Asm, in writeSectionContents()
623 void WinCOFFObjectWriter::writeSection(MCAssembler &Asm, in writeSection()
672 void WinCOFFObjectWriter::executePostLayoutBinding(MCAssembler &Asm, in executePostLayoutBinding()
699 const MCAssembler &Asm, const MCSymbol &SymA, const MCFragment &FB, in isSymbolRefDifferenceFullyResolvedImpl()
714 void WinCOFFObjectWriter::recordRelocation(MCAssembler &Asm, in recordRelocation()
858 void WinCOFFObjectWriter::createFileSymbols(MCAssembler &Asm) { in createFileSymbols()
956 void WinCOFFObjectWriter::assignFileOffsets(MCAssembler &Asm, in assignFileOffsets()
1016 uint64_t WinCOFFObjectWriter::writeObject(MCAssembler &Asm, in writeObject()
H A DMCExpr.cpp563 bool MCExpr::evaluateAsAbsolute(int64_t &Res, const MCAssembler *Asm, in evaluateAsAbsolute()
585 const MCAssembler *Asm, const MCAsmLayout *Layout, in AttemptToFoldSymbolOffsetDifference()
674 static bool canFold(const MCAssembler *Asm, const MCSymbolRefExpr *A, in canFold()
712 EvaluateSymbolicAdd(const MCAssembler *Asm, const MCAsmLayout *Layout, in EvaluateSymbolicAdd()
793 bool MCExpr::evaluateAsRelocatableImpl(MCValue &Res, const MCAssembler *Asm, in evaluateAsRelocatableImpl()
H A DELFObjectWriter.cpp285 uint64_t writeObject(MCAssembler &Asm, const MCAsmLayout &Layout) override { in writeObject()
318 uint64_t writeObject(MCAssembler &Asm, const MCAsmLayout &Layout) override { in writeObject()
400 void ELFWriter::writeHeader(const MCAssembler &Asm) { in writeHeader()
602 MCAssembler &Asm, const MCAsmLayout &Layout, in computeSymbolTable()
843 void ELFWriter::writeSectionData(const MCAssembler &Asm, MCSection &Sec, in writeSectionData()
915 void ELFWriter::writeRelocations(const MCAssembler &Asm, in writeRelocations()
1067 uint64_t ELFWriter::writeObject(MCAssembler &Asm, const MCAsmLayout &Layout) { in writeObject()
1241 void ELFObjectWriter::executePostLayoutBinding(MCAssembler &Asm, in executePostLayoutBinding()
1300 bool ELFObjectWriter::shouldRelocateWithSymbol(const MCAssembler &Asm, in shouldRelocateWithSymbol()
1417 void ELFObjectWriter::recordRelocation(MCAssembler &Asm, in recordRelocation()
[all …]
H A DMCELFObjectTargetWriter.cpp26 MCELFObjectTargetWriter::sortRelocs(const MCAssembler &Asm, in sortRelocs()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCAsmBackend.h91 virtual bool shouldForceRelocation(const MCAssembler &Asm, in shouldForceRelocation()
107 virtual bool shouldInsertFixupForCodeAlign(MCAssembler &Asm, in shouldInsertFixupForCodeAlign()
113 virtual bool evaluateTargetFixup(const MCAssembler &Asm, in evaluateTargetFixup()
191 virtual void finishLayout(MCAssembler const &Asm, in finishLayout()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp59 void recordRelocation(MachObjectWriter *Writer, MCAssembler &Asm, in recordRelocation()
103 MachObjectWriter *Writer, MCAssembler &Asm, const MCAsmLayout &Layout, in RecordX86_64Relocation()
364 const MCAssembler &Asm, in recordScatteredRelocation()
464 const MCAssembler &Asm, in recordTLVPRelocation()
504 const MCAssembler &Asm, in RecordX86Relocation()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp141 const MCAssembler &Asm, in RecordARMScatteredHalfRelocation()
254 const MCAssembler &Asm, in RecordARMScatteredRelocation()
330 const MCAssembler &Asm, in requiresExternRelocation()
376 MCAssembler &Asm, in recordRelocation()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp93 bool RISCVAsmBackend::shouldForceRelocation(const MCAssembler &Asm, in shouldForceRelocation()
323 const MCAssembler &Asm, const MCAsmLayout &Layout, const MCFixup &Fixup, in evaluateTargetFixup()
383 void RISCVAsmBackend::applyFixup(const MCAssembler &Asm, const MCFixup &Fixup, in applyFixup()
439 bool RISCVAsmBackend::shouldInsertFixupForCodeAlign(MCAssembler &Asm, in shouldInsertFixupForCodeAlign()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXMCExpr.h80 void fixELFSymbolsInTLSFixups(MCAssembler &Asm) const override {} in fixELFSymbolsInTLSFixups()
122 void fixELFSymbolsInTLSFixups(MCAssembler &Asm) const override {} in fixELFSymbolsInTLSFixups()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MachObjectWriter.cpp53 unsigned &Log2Size, const MCAssembler &Asm) { in getAArch64FixupKindMachOInfo()
152 MachObjectWriter *Writer, MCAssembler &Asm, const MCAsmLayout &Layout, in recordRelocation()
H A DAArch64MCExpr.cpp114 static void fixELFSymbolsInTLSFixupsImpl(const MCExpr *Expr, MCAssembler &Asm) { in fixELFSymbolsInTLSFixupsImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsAsmBackend.cpp243 void MipsAsmBackend::applyFixup(const MCAssembler &Asm, const MCFixup &Fixup, in applyFixup()
533 bool MipsAsmBackend::shouldForceRelocation(const MCAssembler &Asm, in shouldForceRelocation()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcAsmBackend.cpp230 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup, in shouldForceRelocation()
296 void applyFixup(const MCAssembler &Asm, const MCFixup &Fixup, in applyFixup()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/MCTargetDesc/
H A DVEAsmBackend.cpp130 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup, in shouldForceRelocation()
186 void applyFixup(const MCAssembler &Asm, const MCFixup &Fixup, in applyFixup()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DParser.cpp182 Constant *llvm::parseConstantValue(StringRef Asm, SMDiagnostic &Err, in parseConstantValue()
194 Type *llvm::parseType(StringRef Asm, SMDiagnostic &Err, const Module &M, in parseType()
210 Type *llvm::parseTypeAtBeginning(StringRef Asm, unsigned &Read, in parseTypeAtBeginning()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonAsmBackend.cpp205 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup, in shouldForceRelocation()
414 void applyFixup(const MCAssembler &Asm, const MCFixup &Fixup, in applyFixup()
712 void finishLayout(MCAssembler const &Asm, in finishLayout()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCAsmBackend.cpp137 void applyFixup(const MCAssembler &Asm, const MCFixup &Fixup, in applyFixup()
159 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup, in shouldForceRelocation()

1234