OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TargetLDBackendCtorFn
(Results
1 - 3
of
3
) sorted by null
/frameworks/compile/mclinker/lib/Support/
Target.cpp
23
TargetLDBackendCtorFn
(NULL),
61
if (
TargetLDBackendCtorFn
== NULL)
63
return
TargetLDBackendCtorFn
(pConfig);
/frameworks/compile/mclinker/include/mcld/Support/
TargetRegistry.h
75
if (!T.
TargetLDBackendCtorFn
)
76
T.
TargetLDBackendCtorFn
= Fn;
Target.h
97
TargetLDBackendCtorTy
TargetLDBackendCtorFn
;
Completed in 311 milliseconds