Home
last modified time | relevance | path

Searched refs:createSystemZObjectWriter (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCTargetDesc.h96 std::unique_ptr<MCObjectTargetWriter> createSystemZObjectWriter(uint8_t OSABI);
H A DSystemZMCAsmBackend.cpp74 return createSystemZObjectWriter(OSABI); in createObjectTargetWriter()
H A DSystemZMCObjectWriter.cpp165 llvm::createSystemZObjectWriter(uint8_t OSABI) { in createSystemZObjectWriter() function in llvm