/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugLoc.h | 38 SmallVector<Entry, 2> Entries; member 68 SmallVector<Entry, 2> Entries; member
|
D | DWARFDebugRangeList.h | 62 std::vector<RangeListEntry> Entries; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | DbgEntityHistoryCalculator.h | 74 using Entries = SmallVector<Entry, 4>; variable 87 auto &Entries = VarEntries[Var]; in getEntry() local
|
/external/llvm/include/llvm/Support/ |
D | SpecialCaseList.h | 90 StringMap<StringMap<Entry>> Entries; variable
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AddressPool.cpp | 35 SmallVector<const MCExpr *, 64> Entries(Pool.size()); in emit() local
|
D | DwarfStringPool.cpp | 47 SmallVector<const StringMapEntry<EntryTy> *, 64> Entries(Pool.size()); in emit() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
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
|
D | AddressPool.cpp | 64 SmallVector<const MCExpr *, 64> Entries(Pool.size()); in emit() local
|
D | DwarfStringPool.cpp | 86 SmallVector<const StringMapEntry<EntryTy> *, 64> Entries; in emit() local
|
/external/rust/crates/indexmap/src/ |
D | lib.rs | 186 trait Entries { interface
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | SpecialCaseList.h | 138 SectionEntries Entries; member
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugRangeList.h | 64 std::vector<RangeListEntry> Entries; variable
|
D | DWARFDebugPubTable.h | 59 std::vector<Entry> Entries; member
|
D | DWARFDebugLoc.h | 91 SmallVector<DWARFLocationEntry, 2> Entries; member
|
/external/llvm/include/llvm/MC/ |
D | ConstantPools.h | 42 EntryVecTy Entries; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/HardwareUnits/ |
D | RetireControlUnit.cpp | 43 unsigned Entries = normalizeQuantity(Inst.getNumMicroOps()); in dispatch() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | ConstantPools.h | 46 EntryVecTy Entries; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
D | TGParser.h | 67 std::vector<RecordsEntry> Entries; member 123 std::vector<RecordsEntry> Entries; member
|
/external/clang/include/clang/CodeGen/ |
D | SwiftCallingConv.h | 55 SmallVector<StorageEntry, 4> Entries; variable
|
/external/clang/include/clang/Frontend/ |
D | LogDiagnosticPrinter.h | 60 SmallVector<DiagEntry, 8> Entries; variable
|
/external/llvm/utils/TableGen/ |
D | SequenceToOffsetTable.h | 56 unsigned Entries; variable
|
/external/rust/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
|
/external/llvm/tools/dsymutil/ |
D | DebugMap.cpp | 42 std::vector<Entry> Entries; in print() local 136 std::vector<dsymutil::DebugMapObject::YAMLSymbolMapping> Entries; member
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
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
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCSchedule.cpp | 154 MCSchedModel::getForwardingDelayCycles(ArrayRef<MCReadAdvanceEntry> Entries, in getForwardingDelayCycles()
|