Searched refs:hasMCAsmBackend (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachineC.cpp99 return unwrap(T)->hasMCAsmBackend();
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DTargetRegistry.h322 /// hasMCAsmBackend - Check if this target supports .o generation.
323 bool hasMCAsmBackend() const { return MCAsmBackendCtorFn != nullptr; } function in class:llvm::Target

Completed in 155 milliseconds