Home
last modified time | relevance | path

Searched refs:emitAbsoluteSymbolDiff (Results 1 – 10 of 10) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86WinCOFFTargetStreamer.cpp373 OS.emitAbsoluteSymbolDiff(Label, FPO->Begin, 4); // RvaStart in emitFrameDataRecord()
374 OS.emitAbsoluteSymbolDiff(FPO->End, Label, 4); // CodeSize in emitFrameDataRecord()
379 OS.emitAbsoluteSymbolDiff(FPO->PrologueEnd, Label, 2); in emitFrameDataRecord()
402 OS.emitAbsoluteSymbolDiff(FrameEnd, FrameBegin, 4); in emitFPOData()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCCodeView.cpp176 OS.emitAbsoluteSymbolDiff(StringEnd, StringBegin, 4); in emitStringTable()
203 OS.emitAbsoluteSymbolDiff(FileEnd, FileBegin, 4); in emitFileChecksums()
335 OS.emitAbsoluteSymbolDiff(LineEnd, LineBegin, 4); in emitLineTableForFunction()
346 OS.emitAbsoluteSymbolDiff(FuncEnd, FuncBegin, 4); in emitLineTableForFunction()
370 OS.emitAbsoluteSymbolDiff(J->getLabel(), FuncBegin, 4); in emitLineTableForFunction()
H A DMCObjectStreamer.cpp140 void MCObjectStreamer::emitAbsoluteSymbolDiff(const MCSymbol *Hi, in emitAbsoluteSymbolDiff() function in MCObjectStreamer
146 MCStreamer::emitAbsoluteSymbolDiff(Hi, Lo, Size); in emitAbsoluteSymbolDiff()
H A DMCStreamer.cpp1027 emitAbsoluteSymbolDiff( in emitDwarfUnitLength()
1111 void MCStreamer::emitAbsoluteSymbolDiff(const MCSymbol *Hi, const MCSymbol *Lo, in emitAbsoluteSymbolDiff() function in MCStreamer
H A DMCDwarf.cpp57 S.emitAbsoluteSymbolDiff(End, Start, in emitListsTableHeaderStart()
485 MCOS->emitAbsoluteSymbolDiff(ProEndSym, ProStartSym, OffsetSize); in Emit()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectStreamer.h204 void emitAbsoluteSymbolDiff(const MCSymbol *Hi, const MCSymbol *Lo,
H A DMCStreamer.h975 virtual void emitAbsoluteSymbolDiff(const MCSymbol *Hi, const MCSymbol *Lo,
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1000 OS.emitAbsoluteSymbolDiff(FI.End, Fn, 2); in emitDebugInfoForThunk()
1068 OS.emitAbsoluteSymbolDiff(FI.End, Fn, 4); in emitDebugInfoForFunction()
1147 OS.emitAbsoluteSymbolDiff(EndLabel, BeginLabel, 2); in emitDebugInfoForFunction()
2775 OS.emitAbsoluteSymbolDiff(Block.End, Block.Begin, 4); // Code Size in emitLexicalBlock()
2983 OS.emitAbsoluteSymbolDiff(EndLabel, BeginLabel, 4); in beginCVSubsection()
3005 OS.emitAbsoluteSymbolDiff(EndLabel, BeginLabel, 2); in beginSymbolRecord()
H A DAsmPrinter.cpp2420 OutStreamer->emitAbsoluteSymbolDiff(Hi, Lo, Size); in emitLabelDifference()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp2172 OutStreamer->emitAbsoluteSymbolDiff(FuncEnd, FuncSectSym, 4); in emitTracebackTable()