Home
last modified time | relevance | path

Searched defs:MetadataMapType (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/frameworks/compile/slang/BitWriter_2_9_func/
DValueEnumerator.h61 typedef llvm::DenseMap<const llvm::Metadata *, unsigned> MetadataMapType; typedef
/aosp_15_r20/frameworks/compile/slang/BitWriter_2_9/
DValueEnumerator.h61 typedef llvm::DenseMap<const llvm::Metadata *, unsigned> MetadataMapType; typedef
/aosp_15_r20/frameworks/compile/slang/BitWriter_3_2/
DValueEnumerator.h64 typedef llvm::DenseMap<const llvm::Metadata *, unsigned> MetadataMapType; typedef
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.h93 using MetadataMapType = DenseMap<const Metadata *, MDIndex>; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h91 using MetadataMapType = DenseMap<const Metadata *, MDIndex>; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h90 using MetadataMapType = DenseMap<const Metadata *, MDIndex>; variable
/aosp_15_r20/external/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h87 typedef DenseMap<const Metadata *, MDIndex> MetadataMapType; typedef