Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCTargetDesc.h93 std::unique_ptr<MCObjectTargetWriter> createSystemZObjectWriter(uint8_t OSABI);
H A DSystemZMCObjectWriter.cpp166 llvm::createSystemZObjectWriter(uint8_t OSABI) { in createSystemZObjectWriter() function in llvm
H A DSystemZMCAsmBackend.cpp69 return createSystemZObjectWriter(OSABI); in createObjectTargetWriter()