Home
last modified time | relevance | path

Searched refs:Flavor (Results 1 – 8 of 8) sorted by relevance

/external/llvm/utils/release/
Dtest-release.sh225 Flavor="$2"
229 case $Flavor in
243 echo "# Invalid flavor '$Flavor'"
253 echo "# Configuring llvm $Release-$RC $Flavor"
262 2>&1 | tee $LogDir/llvm.configure-Phase$Phase-$Flavor.log
268 Flavor="$2"
272 if [ "$Flavor" = "Release-64" ]; then
277 echo "# Compiling llvm $Release-$RC $Flavor"
280 2>&1 | tee $LogDir/llvm.make-Phase$Phase-$Flavor.log
282 echo "# Installing llvm $Release-$RC $Flavor"
[all …]
/external/harfbuzz_ng/test/api/
Dhb-test.h184 #define hb_test_add_flavor(Flavor, Func) hb_test_add_func (#Func, Flavor, Func) argument
207 #define hb_test_add_data_flavor(UserData, Flavor, Func) hb_test_add_data_func_flavor (#Func, Flavor argument
250 #define hb_test_add_fixture_flavor(FixturePrefix, UserData, Flavor, Func) \ argument
261 add_vtable (#Func, Flavor, sizeof (G_PASTE (FixturePrefix, _t)), UserData, \
/external/llvm/lib/Transforms/ObjCARC/
DDependencyAnalysis.h53 void FindDependencies(DependenceKind Flavor,
61 Depends(DependenceKind Flavor, Instruction *Inst, const Value *Arg,
DDependencyAnalysis.cpp116 llvm::objcarc::Depends(DependenceKind Flavor, Instruction *Inst, in Depends() argument
122 switch (Flavor) { in Depends()
204 llvm::objcarc::FindDependencies(DependenceKind Flavor, in FindDependencies() argument
237 if (Depends(Flavor, Inst, Arg, PA)) { in FindDependencies()
/external/chromium/build/internal/
DREADME.chromium15 …build time. Results in much more optimized build. Uses "Full Optimization" and "Flavor small code".
18 … Optimization (PGO) instrumentation (first pass). Uses "Full Optimization" and "Flavor small code".
21 …ed Optimization (PGO) optimization (second pass). Uses "Full Optimization" and "Flavor small code".
/external/llvm/projects/sample/
DMakefile.llvm.config.in200 # and output is put into the "<Flavor>+Profile" directories, where
201 # <Flavor> is either Debug or Release depending on how other build
202 # flags are set. Otherwise, output is put in the <Flavor>
/external/clang/lib/CodeGen/
DCGValue.h38 enum Flavor { Scalar, Complex, Aggregate }; enum
41 llvm::PointerIntPair<llvm::Value *, 2, Flavor> V1;
/external/llvm/
DMakefile.config.in257 # and output is put into the "<Flavor>+Profile" directories, where
258 # <Flavor> is either Debug or Release depending on how other build
259 # flags are set. Otherwise, output is put in the <Flavor>