Searched refs:Assembler (Results 51 - 57 of 57) sorted by relevance

123

/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp180 void DefineSymbol(const MCSymbol &Symbol, MCAssembler &Assembler,
364 MCAssembler &Assembler,
363 DefineSymbol(const MCSymbol &MCSym, MCAssembler &Assembler, const MCAsmLayout &Layout) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp100 MCAssembler *Assembler = nullptr; local
104 Assembler = &MES->getAssembler();
106 return Assembler;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp1748 auto *Assembler = getTargetStreamer().getStreamer().getAssemblerPtr(); local
1749 if (Assembler != nullptr) {
1751 static_cast<RISCVAsmBackend &>(Assembler->getBackend());
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DLinux.cpp371 return new tools::gnutools::Assembler(*this);
H A DMSVC.cpp765 return new tools::darwin::Assembler(*this);
H A DDarwin.cpp87 void darwin::Assembler::ConstructJob(Compilation &C, const JobAction &JA,
954 return new tools::darwin::Assembler(*this);
H A DGnu.cpp681 void tools::gnutools::Assembler::ConstructJob(Compilation &C,
2653 return new tools::gnutools::Assembler(*this);

Completed in 150 milliseconds

123