OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TargetLDBackendCtorFn
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/lib/Target/
Target.cpp
19
TargetLDBackendCtorFn
(NULL),
/frameworks/compile/mclinker/include/mcld/Support/
TargetRegistry.h
108
if (!
TargetLDBackendCtorFn
)
110
return
TargetLDBackendCtorFn
(*get(), pConfig);
129
TargetLDBackendCtorTy
TargetLDBackendCtorFn
;
207
if (!T.
TargetLDBackendCtorFn
)
208
T.
TargetLDBackendCtorFn
= Fn;
Completed in 618 milliseconds