OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TargetInitialized
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
Darwin.h
275
mutable bool
TargetInitialized
;
343
if (
TargetInitialized
&& TargetPlatform == Platform &&
348
assert(!
TargetInitialized
&& "Target already initialized!");
349
TargetInitialized
= true;
359
assert(
TargetInitialized
&& "Target not initialized!");
365
assert(
TargetInitialized
&& "Target not initialized!");
371
assert(
TargetInitialized
&& "Target not initialized!");
376
assert(
TargetInitialized
&& "Target not initialized!");
381
assert(
TargetInitialized
&& "Target not initialized!");
386
assert(
TargetInitialized
&& "Target not initialized!")
[
all
...]
Darwin.cpp
809
: MachO(D, Triple, Args),
TargetInitialized
(false),
2590
assert(
TargetInitialized
&& "Target not initialized!");
Completed in 22 milliseconds
Indexes created Mon Aug 10 00:24:53 UTC 2026