Home
last modified time | relevance | path

Searched refs:EmitCOFFSecRel32 (Results 1 – 25 of 32) sorted by relevance

12

/external/llvm-project/llvm/unittests/CodeGen/
DTestAsmPrinter.h46 MOCK_METHOD2(EmitCOFFSecRel32, void(MCSymbol const *Symbol, uint64_t Offset));
DAsmPrinterDwarfTest.cpp73 EXPECT_CALL(TestPrinter->getMS(), EmitCOFFSecRel32(Val, 0)); in TEST_F()
/external/llvm/include/llvm/MC/
DMCWinCOFFStreamer.h55 void EmitCOFFSecRel32(MCSymbol const *Symbol) override;
DMCStreamer.h473 virtual void EmitCOFFSecRel32(MCSymbol const *Symbol);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCWinCOFFStreamer.h55 void EmitCOFFSecRel32(MCSymbol const *Symbol, uint64_t Offset) override;
DMCStreamer.h551 virtual void EmitCOFFSecRel32(MCSymbol const *Symbol, uint64_t Offset);
/external/llvm-project/llvm/include/llvm/MC/
DMCWinCOFFStreamer.h55 void EmitCOFFSecRel32(MCSymbol const *Symbol, uint64_t Offset) override;
DMCStreamer.h567 virtual void EmitCOFFSecRel32(MCSymbol const *Symbol, uint64_t Offset);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinterDwarf.cpp156 OutStreamer->EmitCOFFSecRel32(Label, /*Offset=*/0); in emitDwarfSymbolReference()
DCodeViewDebug.cpp961 OS.EmitCOFFSecRel32(Fn, /*Offset=*/0); in emitDebugInfoForThunk()
1041 OS.EmitCOFFSecRel32(Fn, /*Offset=*/0); in emitDebugInfoForFunction()
1088 OS.EmitCOFFSecRel32(Label, /*Offset=*/0); in emitDebugInfoForFunction()
1108 OS.EmitCOFFSecRel32(BeginLabel, /*Offset=*/0); in emitDebugInfoForFunction()
2713 OS.EmitCOFFSecRel32(Block.Begin, /*Offset=*/0); // Func Offset in emitLexicalBlock()
3092 OS.EmitCOFFSecRel32(GVSym, /*Offset=*/0); in emitDebugInfoForGlobal()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinterDwarf.cpp153 OutStreamer->EmitCOFFSecRel32(Label); in emitDwarfSymbolReference()
/external/llvm/lib/MC/
DWinCOFFStreamer.cpp198 void MCWinCOFFStreamer::EmitCOFFSecRel32(MCSymbol const *Symbol) { in EmitCOFFSecRel32() function in llvm::MCWinCOFFStreamer
DMCStreamer.cpp127 EmitCOFFSecRel32(Sym); in EmitSymbolValue()
650 void MCStreamer::EmitCOFFSecRel32(MCSymbol const *Symbol) { in EmitCOFFSecRel32() function in MCStreamer
DMCCodeView.cpp159 OS.EmitCOFFSecRel32(FuncBegin); in emitLineTableForFunction()
DMCAsmStreamer.cpp152 void EmitCOFFSecRel32(MCSymbol const *Symbol) override;
605 void MCAsmStreamer::EmitCOFFSecRel32(MCSymbol const *Symbol) { in EmitCOFFSecRel32() function in MCAsmStreamer
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinterDwarf.cpp165 OutStreamer->EmitCOFFSecRel32(Label, /*Offset=*/0); in emitDwarfSymbolReference()
DCodeViewDebug.cpp973 OS.EmitCOFFSecRel32(Fn, /*Offset=*/0); in emitDebugInfoForThunk()
1053 OS.EmitCOFFSecRel32(Fn, /*Offset=*/0); in emitDebugInfoForFunction()
1100 OS.EmitCOFFSecRel32(Label, /*Offset=*/0); in emitDebugInfoForFunction()
1120 OS.EmitCOFFSecRel32(BeginLabel, /*Offset=*/0); in emitDebugInfoForFunction()
2743 OS.EmitCOFFSecRel32(Block.Begin, /*Offset=*/0); // Func Offset in emitLexicalBlock()
3206 OS.EmitCOFFSecRel32(GVSym, /*Offset=*/0); in emitDebugInfoForGlobal()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCWinCOFFStreamer.cpp228 void MCWinCOFFStreamer::EmitCOFFSecRel32(const MCSymbol *Symbol, in EmitCOFFSecRel32() function in MCWinCOFFStreamer
DMCStreamer.cpp174 EmitCOFFSecRel32(Sym, /*Offset=*/0); in EmitSymbolValue()
932 void MCStreamer::EmitCOFFSecRel32(MCSymbol const *Symbol, uint64_t Offset) {} in EmitCOFFSecRel32() function in MCStreamer
/external/llvm-project/llvm/lib/MC/
DMCWinCOFFStreamer.cpp228 void MCWinCOFFStreamer::EmitCOFFSecRel32(const MCSymbol *Symbol, in EmitCOFFSecRel32() function in MCWinCOFFStreamer
DMCStreamer.cpp187 EmitCOFFSecRel32(Sym, /*Offset=*/0); in emitSymbolValue()
952 void MCStreamer::EmitCOFFSecRel32(MCSymbol const *Symbol, uint64_t Offset) {} in EmitCOFFSecRel32() function in MCStreamer
DMCCodeView.cpp337 OS.EmitCOFFSecRel32(FuncBegin, /*Offset=*/0); in emitLineTableForFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DCOFFAsmParser.cpp477 getStreamer().EmitCOFFSecRel32(Symbol, Offset); in ParseDirectiveSecRel32()
/external/llvm-project/llvm/lib/MC/MCParser/
DCOFFAsmParser.cpp485 getStreamer().EmitCOFFSecRel32(Symbol, Offset); in ParseDirectiveSecRel32()
/external/llvm/lib/MC/MCParser/
DCOFFAsmParser.cpp453 getStreamer().EmitCOFFSecRel32(Symbol); in ParseDirectiveSecRel32()

12