OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TargetInitialized
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Driver/
ToolChains.h
361
mutable bool
TargetInitialized
;
417
if (
TargetInitialized
&& TargetPlatform == Platform &&
421
assert(!
TargetInitialized
&& "Target already initialized!");
422
TargetInitialized
= true;
428
assert(
TargetInitialized
&& "Target not initialized!");
433
assert(
TargetInitialized
&& "Target not initialized!");
439
assert(
TargetInitialized
&& "Target not initialized!");
444
assert(
TargetInitialized
&& "Target not initialized!");
449
assert(
TargetInitialized
&& "Target not initialized!");
454
assert(
TargetInitialized
&& "Target not initialized!")
[
all
...]
ToolChains.cpp
54
: MachO(D, Triple, Args),
TargetInitialized
(false) {}
[
all
...]
Completed in 194 milliseconds