Home
last modified time | relevance | path

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

1234

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLoc.h38 SmallVector<Entry, 2> Entries; member
68 SmallVector<Entry, 2> Entries; member
DDWARFDebugRangeList.h62 std::vector<RangeListEntry> Entries; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DDbgEntityHistoryCalculator.h74 using Entries = SmallVector<Entry, 4>; variable
87 auto &Entries = VarEntries[Var]; in getEntry() local
/external/llvm/include/llvm/Support/
DSpecialCaseList.h90 StringMap<StringMap<Entry>> Entries; variable
/external/llvm/lib/CodeGen/AsmPrinter/
DAddressPool.cpp35 SmallVector<const MCExpr *, 64> Entries(Pool.size()); in emit() local
DDwarfStringPool.cpp47 SmallVector<const StringMapEntry<EntryTy> *, 64> Entries(Pool.size()); in emit() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
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
DAddressPool.cpp64 SmallVector<const MCExpr *, 64> Entries(Pool.size()); in emit() local
DDwarfStringPool.cpp86 SmallVector<const StringMapEntry<EntryTy> *, 64> Entries; in emit() local
/external/rust/crates/indexmap/src/
Dlib.rs186 trait Entries { interface
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DSpecialCaseList.h138 SectionEntries Entries; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugRangeList.h64 std::vector<RangeListEntry> Entries; variable
DDWARFDebugPubTable.h59 std::vector<Entry> Entries; member
DDWARFDebugLoc.h91 SmallVector<DWARFLocationEntry, 2> Entries; member
/external/llvm/include/llvm/MC/
DConstantPools.h42 EntryVecTy Entries; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/HardwareUnits/
DRetireControlUnit.cpp43 unsigned Entries = normalizeQuantity(Inst.getNumMicroOps()); in dispatch() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DConstantPools.h46 EntryVecTy Entries; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DTGParser.h67 std::vector<RecordsEntry> Entries; member
123 std::vector<RecordsEntry> Entries; member
/external/clang/include/clang/CodeGen/
DSwiftCallingConv.h55 SmallVector<StorageEntry, 4> Entries; variable
/external/clang/include/clang/Frontend/
DLogDiagnosticPrinter.h60 SmallVector<DiagEntry, 8> Entries; variable
/external/llvm/utils/TableGen/
DSequenceToOffsetTable.h56 unsigned Entries; variable
/external/rust/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
/external/llvm/tools/dsymutil/
DDebugMap.cpp42 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/
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
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCSchedule.cpp154 MCSchedModel::getForwardingDelayCycles(ArrayRef<MCReadAdvanceEntry> Entries, in getForwardingDelayCycles()

1234