Home
last modified time | relevance | path

Searched refs:emitCOFFSectionIndex (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCWinCOFFStreamer.h56 void emitCOFFSectionIndex(MCSymbol const *Symbol) override;
H A DMCStreamer.h572 virtual void emitCOFFSectionIndex(MCSymbol const *Symbol);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1092 OS.emitCOFFSectionIndex(Fn); in emitDebugInfoForThunk()
1172 OS.emitCOFFSectionIndex(Fn); in emitDebugInfoForFunction()
1227 OS.emitCOFFSectionIndex(Label); in emitDebugInfoForFunction()
1247 OS.emitCOFFSectionIndex(BeginLabel); in emitDebugInfoForFunction()
2965 OS.emitCOFFSectionIndex(FI.Begin); // Func Symbol in emitLexicalBlock()
3461 OS.emitCOFFSectionIndex(GVSym); in emitDebugInfoForGlobal()
3610 OS.emitCOFFSectionIndex(JumpTable.Base); in emitDebugInfoForJumpTables()
3624 OS.emitCOFFSectionIndex(JumpTable.Branch); in emitDebugInfoForJumpTables()
3626 OS.emitCOFFSectionIndex(JumpTable.Table); in emitDebugInfoForJumpTables()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCWinCOFFStreamer.cpp279 void MCWinCOFFStreamer::emitCOFFSectionIndex(const MCSymbol *Symbol) { in emitCOFFSectionIndex() function in MCWinCOFFStreamer
H A DMCCodeView.cpp347 OS.emitCOFFSectionIndex(FuncBegin); in emitLineTableForFunction()
H A DMCAsmStreamer.cpp208 void emitCOFFSectionIndex(MCSymbol const *Symbol) override;
849 void MCAsmStreamer::emitCOFFSectionIndex(MCSymbol const *Symbol) { in emitCOFFSectionIndex() function in MCAsmStreamer
H A DMCStreamer.cpp1067 void MCStreamer::emitCOFFSectionIndex(MCSymbol const *Symbol) {} in emitCOFFSectionIndex() function in MCStreamer
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp572 getStreamer().emitCOFFSectionIndex(Symbol); in parseDirectiveSecIdx()