Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCELFStreamer.cpp48 HexagonMCELFStreamer::HexagonMCELFStreamer( in HexagonMCELFStreamer() function in HexagonMCELFStreamer
54 HexagonMCELFStreamer::HexagonMCELFStreamer( in HexagonMCELFStreamer() function in HexagonMCELFStreamer
61 void HexagonMCELFStreamer::emitInstruction(const MCInst &MCB, in emitInstruction()
77 void HexagonMCELFStreamer::EmitSymbol(const MCInst &Inst) { in EmitSymbol()
87 void HexagonMCELFStreamer::HexagonMCEmitCommonSymbol(MCSymbol *Symbol, in HexagonMCEmitCommonSymbol()
139 void HexagonMCELFStreamer::HexagonMCEmitLocalCommonSymbol(MCSymbol *Symbol, in HexagonMCEmitLocalCommonSymbol()
156 return new HexagonMCELFStreamer(Context, std::move(MAB), std::move(OW), in createHexagonELFStreamer()
H A DHexagonMCELFStreamer.h20 class HexagonMCELFStreamer : public MCELFStreamer {
24 HexagonMCELFStreamer(MCContext &Context, std::unique_ptr<MCAsmBackend> TAB,
28 HexagonMCELFStreamer(MCContext &Context, std::unique_ptr<MCAsmBackend> TAB,
H A DHexagonMCTargetDesc.cpp262 HexagonMCELFStreamer &HexagonELFStreamer = in emitCommonSymbolSorted()
263 static_cast<HexagonMCELFStreamer &>(getStreamer()); in emitCommonSymbolSorted()
271 HexagonMCELFStreamer &HexagonELFStreamer = in emitLocalCommonSymbolSorted()
272 static_cast<HexagonMCELFStreamer &>(getStreamer()); in emitLocalCommonSymbolSorted()
H A DCMakeLists.txt10 HexagonMCELFStreamer.cpp
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DBUILD.gn61 "HexagonMCELFStreamer.cpp",
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp802 HexagonMCELFStreamer &HexagonELFStreamer = in ParseDirectiveComm()
803 static_cast<HexagonMCELFStreamer &>(getStreamer()); in ParseDirectiveComm()