OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:instantiated_target_
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.25/gold/
target-select.cc
60
bfd_name_(bfd_name), emulation_(emulation),
instantiated_target_
(NULL),
74
return this->
instantiated_target_
;
82
gold_assert(this->
instantiated_target_
== NULL);
83
this->
instantiated_target_
= this->do_instantiate_target();
target-select.h
215
{ return target == this->
instantiated_target_
; }
238
Target*
instantiated_target_
;
member in class:gold::Target_selector
Completed in 237 milliseconds