Searched defs:target_info (Results 1 – 7 of 7) sorted by relevance
/external/angle/scripts/ |
D | generate_android_bp.py | 104 def gn_target_to_blueprint_target(target, target_info): argument 196 def gn_deps_to_blueprint_deps(target_info, build_info): argument 244 def gn_libs_to_blueprint_shared_libraries(target_info): argument 259 def gn_include_dirs_to_blueprint_include_dirs(target_info): argument 272 def gn_cflags_to_blueprint_cflags(target_info): argument
|
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
D | RenderScriptExpressionOpts.cpp | 88 const llvm::Target *target_info = in runOnModule() local
|
/external/ImageMagick/MagickCore/ |
D | profile.c | 462 const LCMSInfo *target_info,const cmsUInt32Number flags, in AcquireTransformThreadSet() 525 const LCMSInfo *source_info,const LCMSInfo *target_info, in TransformDoublePixels() 530 #define SetLCMSPixel(target_info,pixel) \ in TransformDoublePixels() argument 580 const LCMSInfo *source_info,const LCMSInfo *target_info, in TransformQuantumPixels() 1017 target_info; in ProfileImage() local
|
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
D | ClangExpressionParser.cpp | 496 auto target_info = TargetInfo::CreateTargetInfo( in ClangExpressionParser() local
|
/external/rust/crates/bindgen/src/ir/ |
D | context.rs | 371 target_info: Option<clang::TargetInfo>, field 544 let target_info = clang::TargetInfo::new(&translation_unit); in new() localVariable
|
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
D | ProcessGDBRemote.cpp | 4277 bool ParseRegisters(XMLNode feature_node, GdbServerTargetInfo &target_info, in ParseRegisters() 4480 GdbServerTargetInfo target_info; in GetGDBServerRegisterInfoXMLAndProcess() local
|
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
D | TypeSystemClang.cpp | 756 TargetInfo *target_info = getTargetInfo(); in CreateASTContext() local
|