Searched refs:pAttributes (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/libbcc/lib/Support/
H A DTargetCompilerConfigs.cpp50 ARMBaseCompilerConfig::GetFeatureVector(std::vector<std::string> &pAttributes, argument
56 pAttributes.push_back("+vfp3");
58 pAttributes.push_back("+d16");
64 pAttributes.push_back("+thumb2");
66 pAttributes.push_back("-thumb2");
71 pAttributes.push_back("+neon");
73 pAttributes.push_back("-neon");
74 pAttributes.push_back("-neonfp");
79 pAttributes.push_back("+hwdiv-arm");
82 pAttributes
[all...]
/frameworks/compile/libbcc/include/bcc/Support/
H A DTargetCompilerConfigs.h36 static void GetFeatureVector(std::vector<std::string> &pAttributes,

Completed in 172 milliseconds