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

/external/llvm/include/llvm/Support/
H A DTargetRegistry.h234 /// MCRelocationInfoCtorFn - Construction function for this target's
236 MCRelocationInfoCtorTy MCRelocationInfoCtorFn; member in class:llvm::Target
245 MCRelocationInfoCtorFn(nullptr), MCSymbolizerCtorFn(nullptr) {}
468 MCRelocationInfoCtorTy Fn = MCRelocationInfoCtorFn
469 ? MCRelocationInfoCtorFn
803 T.MCRelocationInfoCtorFn = Fn;

Completed in 428 milliseconds