Searched refs:EmitRelocDirective (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/MC/ |
| H A D | MCObjectStreamer.h | 172 bool EmitRelocDirective(const MCExpr &Offset, StringRef Name,
|
| H A D | MCStreamer.h | 946 virtual bool EmitRelocDirective(const MCExpr &Offset, StringRef Name, in EmitRelocDirective() function
|
| /freebsd-12.1/contrib/llvm/lib/MC/ |
| H A D | MCObjectStreamer.cpp | 628 bool MCObjectStreamer::EmitRelocDirective(const MCExpr &Offset, StringRef Name, in EmitRelocDirective() function in MCObjectStreamer
|
| H A D | MCAsmStreamer.cpp | 322 bool EmitRelocDirective(const MCExpr &Offset, StringRef Name, 1887 bool MCAsmStreamer::EmitRelocDirective(const MCExpr &Offset, StringRef Name, in EmitRelocDirective() function in MCAsmStreamer
|
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/ |
| H A D | MipsAsmPrinter.cpp | 176 OutStreamer.EmitRelocDirective in emitDirectiveRelocJalr()
|
| /freebsd-12.1/contrib/llvm/lib/MC/MCParser/ |
| H A D | AsmParser.cpp | 2982 if (getStreamer().EmitRelocDirective(*Offset, Name, Expr, DirectiveLoc, STI)) in parseDirectiveReloc()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/AsmParser/ |
| H A D | MipsAsmParser.cpp | 2090 TOut.getStreamer().EmitRelocDirective(*TmpExpr, in processInstruction()
|