/aosp_15_r20/packages/modules/Virtualization/guest/pvmfw/src/ |
D | config.rs | 140 pub struct Entries<'a> { struct 141 pub bcc: &'a mut [u8], 142 pub debug_policy: Option<&'a [u8]>, 143 pub vm_dtbo: Option<&'a mut [u8]>, 144 pub vm_ref_dt: Option<&'a [u8]>,
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ObjectYAML/ |
H A D | ELFYAML.h | 319 std::optional<std::vector<BBAddrMapEntry>> Entries; member 333 std::optional<std::vector<StackSizeEntry>> Entries; member 351 std::optional<std::vector<DynamicEntry>> Entries; member 529 std::optional<std::vector<CallGraphEntryWeight>> Entries; member 543 std::optional<std::vector<uint16_t>> Entries; member 563 std::optional<std::vector<VerdefEntry>> Entries; member 613 std::optional<std::vector<llvm::yaml::Hex64>> Entries; member 627 std::optional<std::vector<uint32_t>> Entries; member 646 std::optional<std::vector<ARMIndexTableEntry>> Entries; member
|
H A D | DWARFYAML.h | 75 std::vector<RangeEntry> Entries; member 90 std::vector<PubEntry> Entries; member 118 std::vector<Entry> Entries; member 196 std::optional<std::vector<EntryType>> Entries; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ObjectYAML/ |
D | ELFYAML.h | 344 std::optional<std::vector<BBAddrMapEntry>> Entries; member 359 std::optional<std::vector<StackSizeEntry>> Entries; member 377 std::optional<std::vector<DynamicEntry>> Entries; member 555 std::optional<std::vector<CallGraphEntryWeight>> Entries; member 569 std::optional<std::vector<uint16_t>> Entries; member 589 std::optional<std::vector<VerdefEntry>> Entries; member 639 std::optional<std::vector<llvm::yaml::Hex64>> Entries; member 653 std::optional<std::vector<uint32_t>> Entries; member 672 std::optional<std::vector<ARMIndexTableEntry>> Entries; member
|
D | DWARFYAML.h | 75 std::vector<RangeEntry> Entries; member 90 std::vector<PubEntry> Entries; member 118 std::vector<Entry> Entries; member 140 std::vector<DebugNameEntry> Entries; member 218 std::optional<std::vector<EntryType>> Entries; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ObjectYAML/ |
D | ELFYAML.h | 332 std::optional<std::vector<BBAddrMapEntry>> Entries; member 347 std::optional<std::vector<StackSizeEntry>> Entries; member 365 std::optional<std::vector<DynamicEntry>> Entries; member 543 std::optional<std::vector<CallGraphEntryWeight>> Entries; member 557 std::optional<std::vector<uint16_t>> Entries; member 577 std::optional<std::vector<VerdefEntry>> Entries; member 627 std::optional<std::vector<llvm::yaml::Hex64>> Entries; member 641 std::optional<std::vector<uint32_t>> Entries; member 660 std::optional<std::vector<ARMIndexTableEntry>> Entries; member
|
D | DWARFYAML.h | 75 std::vector<RangeEntry> Entries; member 90 std::vector<PubEntry> Entries; member 118 std::vector<Entry> Entries; member 196 std::optional<std::vector<EntryType>> Entries; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ObjectYAML/ |
D | ELFYAML.h | 344 std::optional<std::vector<BBAddrMapEntry>> Entries; member 359 std::optional<std::vector<StackSizeEntry>> Entries; member 377 std::optional<std::vector<DynamicEntry>> Entries; member 555 std::optional<std::vector<CallGraphEntryWeight>> Entries; member 569 std::optional<std::vector<uint16_t>> Entries; member 589 std::optional<std::vector<VerdefEntry>> Entries; member 639 std::optional<std::vector<llvm::yaml::Hex64>> Entries; member 653 std::optional<std::vector<uint32_t>> Entries; member 672 std::optional<std::vector<ARMIndexTableEntry>> Entries; member
|
D | DWARFYAML.h | 75 std::vector<RangeEntry> Entries; member 90 std::vector<PubEntry> Entries; member 118 std::vector<Entry> Entries; member 140 std::vector<DebugNameEntry> Entries; member 218 std::optional<std::vector<EntryType>> Entries; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ObjectYAML/ |
D | ELFYAML.h | 344 std::optional<std::vector<BBAddrMapEntry>> Entries; member 359 std::optional<std::vector<StackSizeEntry>> Entries; member 377 std::optional<std::vector<DynamicEntry>> Entries; member 555 std::optional<std::vector<CallGraphEntryWeight>> Entries; member 569 std::optional<std::vector<uint16_t>> Entries; member 589 std::optional<std::vector<VerdefEntry>> Entries; member 639 std::optional<std::vector<llvm::yaml::Hex64>> Entries; member 653 std::optional<std::vector<uint32_t>> Entries; member 672 std::optional<std::vector<ARMIndexTableEntry>> Entries; member
|
D | DWARFYAML.h | 75 std::vector<RangeEntry> Entries; member 90 std::vector<PubEntry> Entries; member 118 std::vector<Entry> Entries; member 140 std::vector<DebugNameEntry> Entries; member 218 std::optional<std::vector<EntryType>> Entries; member
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/DirectX/ |
H A D | DXILResource.cpp | 326 SmallVector<Metadata *> Entries; in write() local 352 Metadata *Entries[11]; in write() local 366 Metadata *Entries[7]; in write() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/linked-hash-map/src/ |
D | lib.rs | 972 pub struct Entries<'a, K: 'a, V: 'a, S: 'a = hash_map::RandomState> { struct 973 map: *mut LinkedHashMap<K, V, S>, 974 head: *mut Node<K, V>, 975 remaining: usize, 976 marker: marker::PhantomData<(&'a K, &'a mut V, &'a S)>, 1007 unsafe impl<'a, K, V, S> Send for Entries<'a, K, V, S> implementation 1042 unsafe impl<'a, K, V, S> Sync for Entries<'a, K, V, S> implementation 1208 impl<'a, K, V, S: BuildHasher> Iterator for Entries<'a, K, V, S> { implementation
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DbgEntityHistoryCalculator.cpp | 59 auto &Entries = VarEntries[Var]; in startDbgValue() local 75 auto &Entries = VarEntries[Var]; in startClobber() local 344 const Entries &Entries = VarRangePair.second; in dump() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
H A D | ELFYAML.h | 221 Optional<std::vector<StackSizeEntry>> Entries; member 235 std::vector<DynamicEntry> Entries; member 389 std::vector<uint16_t> Entries; member 405 Optional<std::vector<VerdefEntry>> Entries; member 445 Optional<std::vector<llvm::yaml::Hex64>> Entries; member 456 std::vector<uint32_t> Entries; member
|
/aosp_15_r20/external/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDebugLoc.h | 38 SmallVector<Entry, 2> Entries; member 68 SmallVector<Entry, 2> Entries; member
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | DbgEntityHistoryCalculator.h | 74 using Entries = SmallVector<Entry, 4>; variable 87 auto &Entries = VarEntries[Var]; in getEntry() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/ |
D | DbgEntityHistoryCalculator.h | 95 using Entries = SmallVector<Entry, 4>; variable 108 auto &Entries = VarEntries[Var]; in getEntry() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/ |
D | DbgEntityHistoryCalculator.h | 95 using Entries = SmallVector<Entry, 4>; variable 108 auto &Entries = VarEntries[Var]; in getEntry() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/ |
D | DbgEntityHistoryCalculator.h | 95 using Entries = SmallVector<Entry, 4>; variable 108 auto &Entries = VarEntries[Var]; in getEntry() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/ |
H A D | DbgEntityHistoryCalculator.h | 95 using Entries = SmallVector<Entry, 4>; variable 108 auto &Entries = VarEntries[Var]; in getEntry() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/ |
D | DbgEntityHistoryCalculator.h | 95 using Entries = SmallVector<Entry, 4>; variable 108 auto &Entries = VarEntries[Var]; in getEntry() local
|
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/abi/ |
D | switch.go | 18 Entries [1]InterfaceSwitchCacheEntry // Mask+1 entries total member 53 Entries [1]TypeAssertCacheEntry member
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DbgEntityHistoryCalculator.cpp | 76 auto &Entries = VarEntries[Var]; in startDbgValue() local 92 auto &Entries = VarEntries[Var]; in startClobber() local 562 const Entries &Entries = VarRangePair.second; in dump() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVLocation.h | 175 LVAutoOperations *Entries = nullptr; variable 183 ~LVLocationSymbol() { delete Entries; }; in ~LVLocationSymbol() local
|