Searched defs:TargetMetadata (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/development/tools/cargo_embargo/src/cargo/ |
H A D | metadata.rs | 83 pub struct TargetMetadata { struct 84 pub crate_types: Vec<CrateType>, 85 pub doc: bool, 86 pub doctest: bool, 87 pub edition: String, 88 pub kind: Vec<TargetKind>, 89 pub name: String, 90 pub src_path: PathBuf, 91 pub test: bool,
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | DebugInfo.cpp | 1327 void LLVMMetadataReplaceAllUsesWith(LLVMMetadataRef TargetMetadata, in LLVMMetadataReplaceAllUsesWith()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | DebugInfo.cpp | 1547 void LLVMMetadataReplaceAllUsesWith(LLVMMetadataRef TargetMetadata, in LLVMMetadataReplaceAllUsesWith()
|