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

/freebsd-11.0-release/contrib/llvm/include/llvm/Support/
H A DTargetRegistry.h245 /// MCRelocationInfoCtorFn - Construction function for this target's
247 MCRelocationInfoCtorTy MCRelocationInfoCtorFn; member in class:llvm::Target
258 MCRelocationInfoCtorFn(nullptr), MCSymbolizerCtorFn(nullptr) {}
511 MCRelocationInfoCtorTy Fn = MCRelocationInfoCtorFn
512 ? MCRelocationInfoCtorFn
841 T.MCRelocationInfoCtorFn = Fn;

Completed in 43 milliseconds