Home
last modified time | relevance | path

Searched refs:emitCOFFSecRel32 (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCWinCOFFStreamer.h59 void emitCOFFSecRel32(MCSymbol const *Symbol, uint64_t Offset) override;
H A DMCStreamer.h563 virtual void emitCOFFSecRel32(MCSymbol const *Symbol, uint64_t Offset);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterDwarf.cpp139 OutStreamer->emitCOFFSecRel32(Label, /*Offset=*/0); in emitDwarfSymbolReference()
H A DCodeViewDebug.cpp1083 OS.emitCOFFSecRel32(Fn, /*Offset=*/0); in emitDebugInfoForThunk()
1163 OS.emitCOFFSecRel32(Fn, /*Offset=*/0); in emitDebugInfoForFunction()
1218 OS.emitCOFFSecRel32(Label, /*Offset=*/0); in emitDebugInfoForFunction()
1238 OS.emitCOFFSecRel32(BeginLabel, /*Offset=*/0); in emitDebugInfoForFunction()
2949 OS.emitCOFFSecRel32(Block.Begin, /*Offset=*/0); // Func Offset
3446 OS.emitCOFFSecRel32(GVSym, Offset);
3576 OS.emitCOFFSecRel32(JumpTable.Base, JumpTable.BaseOffset);
3588 OS.emitCOFFSecRel32(JumpTable.Branch, /*Offset=*/0);
3590 OS.emitCOFFSecRel32(JumpTable.Table, /*Offset=*/0);
H A DAsmPrinter.cpp3087 OutStreamer->emitCOFFSecRel32(Label, Offset); in emitLabelPlusOffset()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCWinCOFFStreamer.cpp245 void MCWinCOFFStreamer::emitCOFFSecRel32(const MCSymbol *Symbol, in emitCOFFSecRel32() function in MCWinCOFFStreamer
H A DMCStreamer.cpp191 emitCOFFSecRel32(Sym, /*Offset=*/0); in emitSymbolValue()
982 void MCStreamer::emitCOFFSecRel32(MCSymbol const *Symbol, uint64_t Offset) {} in emitCOFFSecRel32() function in MCStreamer
H A DMCCodeView.cpp358 OS.emitCOFFSecRel32(FuncBegin, /*Offset=*/0); in emitLineTableForFunction()
H A DMCAsmStreamer.cpp207 void emitCOFFSecRel32(MCSymbol const *Symbol, uint64_t Offset) override;
859 void MCAsmStreamer::emitCOFFSecRel32(MCSymbol const *Symbol, uint64_t Offset) { in emitCOFFSecRel32() function in MCAsmStreamer
H A DMCDwarf.cpp365 MCOS->emitCOFFSecRel32(LineStrLabel, Offset); in emitRef()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp500 getStreamer().emitCOFFSecRel32(Symbol, Offset); in ParseDirectiveSecRel32()