OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TargetAPI
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/libbcc/include/bcinfo/
BitcodeWrapper.h
33
uint32_t
TargetAPI
;
121
* \param
targetAPI
- target API version for this bitcode.
128
size_t bitcodeSize, uint32_t
targetAPI
, uint32_t compilerVersion,
139
wrapper->
TargetAPI
=
targetAPI
;
/frameworks/compile/slang/
slang_backend.cpp
351
unsigned int
TargetAPI
= getTargetAPI();
352
switch (
TargetAPI
) {
367
if (
TargetAPI
< SLANG_MINIMUM_TARGET_API ||
368
TargetAPI
> SLANG_MAXIMUM_TARGET_API) {
Completed in 333 milliseconds