Searched refs:HexagonMCELFStreamer (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonMCELFStreamer.cpp | 48 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 D | HexagonMCELFStreamer.h | 20 class HexagonMCELFStreamer : public MCELFStreamer { 24 HexagonMCELFStreamer(MCContext &Context, std::unique_ptr<MCAsmBackend> TAB, 28 HexagonMCELFStreamer(MCContext &Context, std::unique_ptr<MCAsmBackend> TAB,
|
H A D | HexagonMCTargetDesc.cpp | 262 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 D | CMakeLists.txt | 10 HexagonMCELFStreamer.cpp
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | BUILD.gn | 61 "HexagonMCELFStreamer.cpp",
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/AsmParser/ |
H A D | HexagonAsmParser.cpp | 802 HexagonMCELFStreamer &HexagonELFStreamer = in ParseDirectiveComm() 803 static_cast<HexagonMCELFStreamer &>(getStreamer()); in ParseDirectiveComm()
|