Home
last modified time | relevance | path

Searched refs:getCurrentDwarfLoc (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h778 const MCDwarfLoc &getCurrentDwarfLoc() { return CurrentDwarfLoc; } in getCurrentDwarfLoc() function
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp101 const MCDwarfLoc &DwarfLoc = MCOS->getContext().getCurrentDwarfLoc(); in make()
286 const MCDwarfLoc &DwarfLoc = ctx.getCurrentDwarfLoc(); in endCurrentSeqAndEmitLineStreamLabel()
H A DMCStreamer.cpp464 const MCDwarfLoc &DwarfLoc = getContext().getCurrentDwarfLoc(); in emitLineTableLabel()
H A DMCAsmStreamer.cpp1708 unsigned OldFlags = getContext().getCurrentDwarfLoc().getFlags(); in emitDwarfLocDirective()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp2080 Asm->OutStreamer->getContext().getCurrentDwarfLoc().getLine(); in beginInstruction()
4135 auto PrevLoc = Asm->OutStreamer->getContext().getCurrentDwarfLoc(); in beginCodeAlignment()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3609 auto PrevFlags = getContext().getCurrentDwarfLoc().getFlags(); in parseDirectiveLoc()