Home
last modified time | relevance | path

Searched refs:setCurrentDwarfLoc (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/MC/
H A DDwarfLineTableHeaders.cpp108 Ctx.setCurrentDwarfLoc(/*FileNo=*/0, /*Line=*/1, /*Column=*/1, /*Flags=*/0, in emitDebugLineSection()
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryEmitter.cpp678 BC.Ctx->setCurrentDwarfLoc(CurrentFilenum, CurrentRow.Line, CurrentRow.Column, in emitLineInfo()
698 BC.Ctx->setCurrentDwarfLoc(0, 0, 0, DWARF2_FLAG_END_SEQUENCE, 0, 0); in emitLineInfoEnd()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCContext.h769 void setCurrentDwarfLoc(unsigned FileNum, unsigned Line, unsigned Column, in setCurrentDwarfLoc() function
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCStreamer.cpp266 getContext().setCurrentDwarfLoc(FileNo, Line, Column, Flags, Isa, in emitDwarfLocDirective()