OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TargetMachineCtorFn
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/include/mcld/Support/
TargetRegistry.h
75
if (
TargetMachineCtorFn
&& m_pT) {
78
return
TargetMachineCtorFn
(*this, *tm, pTriple);
126
TargetMachineCtorTy
TargetMachineCtorFn
;
174
if (!T.
TargetMachineCtorFn
)
175
T.
TargetMachineCtorFn
= Fn;
/external/llvm/include/llvm/Support/
TargetRegistry.h
192
///
TargetMachineCtorFn
- Construction function for this target's
194
TargetMachineCtorTy
TargetMachineCtorFn
;
261
bool hasTargetMachine() const { return
TargetMachineCtorFn
!= 0; }
367
if (!
TargetMachineCtorFn
)
369
return
TargetMachineCtorFn
(*this, Triple, CPU, Features, Options,
698
if (!T.
TargetMachineCtorFn
)
699
T.
TargetMachineCtorFn
= Fn;
[
all
...]
Completed in 239 milliseconds