Home
last modified time | relevance | path

Searched defs:Entries (Results 1 – 25 of 801) sorted by relevance

12345678910>>...33

/aosp_15_r20/packages/modules/Virtualization/guest/pvmfw/src/
Dconfig.rs140 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 DELFYAML.h319 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 DDWARFYAML.h75 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/
DELFYAML.h344 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
DDWARFYAML.h75 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/
DELFYAML.h332 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
DDWARFYAML.h75 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/
DELFYAML.h344 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
DDWARFYAML.h75 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/
DELFYAML.h344 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
DDWARFYAML.h75 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 DDXILResource.cpp326 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/
Dlib.rs972 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 DDbgEntityHistoryCalculator.cpp59 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 DELFYAML.h221 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 DDWARFDebugLoc.h38 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 DDbgEntityHistoryCalculator.h74 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/
DDbgEntityHistoryCalculator.h95 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/
DDbgEntityHistoryCalculator.h95 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/
DDbgEntityHistoryCalculator.h95 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 DDbgEntityHistoryCalculator.h95 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/
DDbgEntityHistoryCalculator.h95 using Entries = SmallVector<Entry, 4>; variable
108 auto &Entries = VarEntries[Var]; in getEntry() local
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/abi/
Dswitch.go18 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 DDbgEntityHistoryCalculator.cpp76 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 DLVLocation.h175 LVAutoOperations *Entries = nullptr; variable
183 ~LVLocationSymbol() { delete Entries; }; in ~LVLocationSymbol() local

12345678910>>...33