Home
last modified time | relevance | path

Searched refs:emitRelocDirective (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectStreamer.h175 emitRelocDirective(const MCExpr &Offset, StringRef Name, const MCExpr *Expr,
H A DMCStreamer.h1063 emitRelocDirective(const MCExpr &Offset, StringRef Name, const MCExpr *Expr, in emitRelocDirective() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64ELFStreamer.cpp323 (void)S.emitRelocDirective(*Zero, "BFD_RELOC_NONE", SRE, SMLoc(), in finish()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCELFStreamer.cpp459 MCObjectStreamer::emitRelocDirective( in finalizeCGProfileEntry()
H A DMCObjectStreamer.cpp691 MCObjectStreamer::emitRelocDirective(const MCExpr &Offset, StringRef Name, in emitRelocDirective() function in MCObjectStreamer
H A DMCAsmStreamer.cpp412 emitRelocDirective(const MCExpr &Offset, StringRef Name, const MCExpr *Expr,
2470 MCAsmStreamer::emitRelocDirective(const MCExpr &Offset, StringRef Name, in emitRelocDirective() function in MCAsmStreamer
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp173 OutStreamer.emitRelocDirective( in emitDirectiveRelocJalr()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3181 getStreamer().emitRelocDirective(*Offset, Name, Expr, DirectiveLoc, in parseDirectiveReloc()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp2145 TOut.getStreamer().emitRelocDirective( in processInstruction()