Home
last modified time | relevance | path

Searched defs:Entry (Results 1 – 25 of 480) sorted by relevance

12345678910>>...20

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDLineTable.h209 struct Entry { struct
210 Entry() in Entry() argument
215 Entry(lldb::addr_t _file_addr, uint32_t _line, uint16_t _column, in Entry() argument
241 static int Compare(const Entry &lhs, const Entry &rhs) { in Compare() argument
274 static bool EntryAddressLessThan(const Entry &lhs, const Entry &rhs) { in EntryAddressLessThan() argument
280 lldb::addr_t file_addr = LLDB_INVALID_ADDRESS;
306 struct EntrySearchInfo { argument
309 Entry *a_entry; argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86TargetTransformInfo.cpp387 if (const auto *Entry = in getArithmeticInstrCost() local
412 if (const auto *Entry = in getArithmeticInstrCost() local
448 if (const auto *Entry = in getArithmeticInstrCost() local
489 if (const auto *Entry = in getArithmeticInstrCost() local
532 if (const auto *Entry = in getArithmeticInstrCost() local
563 if (const auto *Entry = in getArithmeticInstrCost() local
581 if (const auto *Entry = in getArithmeticInstrCost() local
604 if (const auto *Entry = in getArithmeticInstrCost() local
627 if (const auto *Entry = CostTableLookup(AVX2ConstCostTable, ISD, LT.second)) in getArithmeticInstrCost() local
649 if (const auto *Entry = CostTableLookup(AVXConstCostTable, ISD, LT.second)) in getArithmeticInstrCost() local
[all …]
HDX86InstrFoldTables.cpp172 for (const X86FoldTableEntry &Entry : Table2Addr) in X86MemUnfoldTable() local
176 for (const X86FoldTableEntry &Entry : Table0) in X86MemUnfoldTable() local
180 for (const X86FoldTableEntry &Entry : Table1) in X86MemUnfoldTable() local
184 for (const X86FoldTableEntry &Entry : Table2) in X86MemUnfoldTable() local
188 for (const X86FoldTableEntry &Entry : Table3) in X86MemUnfoldTable() local
192 for (const X86FoldTableEntry &Entry : Table4) in X86MemUnfoldTable() local
197 for (const X86FoldTableEntry &Entry : BroadcastTable1) in X86MemUnfoldTable() local
201 for (const X86FoldTableEntry &Entry : BroadcastTable2) in X86MemUnfoldTable() local
205 for (const X86FoldTableEntry &Entry : BroadcastTable3) in X86MemUnfoldTable() local
209 for (const X86FoldTableEntry &Entry : BroadcastTable4) in X86MemUnfoldTable() local
[all …]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/Mach-O-Fileset/
HDObjectContainerMachOFileset.h71 struct Entry { struct
72 Entry(uint64_t vmaddr, uint64_t fileoff, std::string id) in Entry() argument
79 Entry *FindEntry(llvm::StringRef id); argument
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
HDFormatCache.h22 struct Entry { struct
33 Entry(); argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFDeclContext.h30 struct Entry { struct
32 Entry(dw_tag_t t, const char *n) : tag(t), name(n) {} in Entry() function
34 bool NameMatches(const Entry &rhs) const { in NameMatches() argument
55 DWARFDeclContext(llvm::ArrayRef<Entry> entries) { in DWARFDeclContext() argument
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
HDFormatEntity.h39 struct Entry { struct
40 enum class Type {
110 /// Entry::Type corresponding to this definition. argument
161 void AppendEntry(const Entry &&entry) { children.push_back(entry); } in AppendEntry() argument
177 bool operator==(const Entry &rhs) const { argument
201 std::vector<Entry> children; argument
208 bool Format(const Entry &entry, Stream &s, const SymbolContext *sc, argument
HDProgress.h174 struct Entry { struct
186 llvm::StringMap<Entry> m_entries; argument
HDUniqueCStringMap.h28 struct Entry { struct
29 Entry(ConstString cstr, const T &v) : cstring(cstr), value(v) {} in Entry() argument
35 typedef std::vector<Entry> collection; argument
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Host/
HDAlarm.h75 struct Entry { struct
80 Entry(Callback callback, TimePoint expiration); argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
HDDependencyTracker.cpp124 LiveRootWorklistActionTy Action, const UnitEntryPairTy &Entry, in addActionToRootEntriesWorkList()
135 const UnitEntryPairTy &Entry, std::optional<UnitEntryPairTy> ReferencedBy, in collectRootsToKeep()
273 const UnitEntryPairTy &Entry) { in setPlainDwarfPlacementRec()
290 static bool isNamespaceLikeEntry(const DWARFDebugInfoEntry *Entry) { in isNamespaceLikeEntry()
324 bool isAlreadyMarked(const UnitEntryPairTy &Entry, in isAlreadyMarked()
330 const UnitEntryPairTy &Entry) { in markParentsAsKeepingChildren()
391 getFinalPlacementForEntry(const UnitEntryPairTy &Entry, in getFinalPlacementForEntry()
430 const UnitEntryPairTy &Entry, bool InterCUProcessingStarted, in markDIEEntryAsKeptRec()
614 const UnitEntryPairTy &Entry, bool InterCUProcessingStarted, in maybeAddReferencedRoots()
694 DependencyTracker::getRootForSpecifiedEntry(UnitEntryPairTy Entry) { in getRootForSpecifiedEntry()
[all …]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
HDDWARFDebugPubTable.h28 struct Entry { struct
33 dwarf::PubIndexEntryDescriptor Descriptor; argument
37 StringRef Name;
HDDWARFDebugMacro.h78 struct Entry { struct
80 uint32_t Type;
81 union {
105 SmallVector<Entry, 4> Macros; argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
HDWebAssemblyFixIrreducibleControlFlow.cpp86 ReachabilityGraph(MachineBasicBlock *Entry, const BlockSet &Blocks) in ReachabilityGraph()
125 MachineBasicBlock *Entry; member in __anonc1c63e740111::ReachabilityGraph
194 LoopBlocks(MachineBasicBlock *Entry, const BlockSet &Enterers) in LoopBlocks()
202 MachineBasicBlock *Entry; member in __anonc1c63e740111::LoopBlocks
252 MachineBasicBlock *Entry, BlockSet &Blocks, MachineFunction &MF) { in processRegion()
377 for (auto *Entry : SortedEntries) { in makeSingleEntryLoop() local
393 for (auto *Entry : SortedEntries) { in makeSingleEntryLoop() local
404 for (auto *Entry : Pred->successors()) { in makeSingleEntryLoop() local
420 for (auto *Entry : Pred->successors()) in makeSingleEntryLoop() local
433 for (auto *Entry : Pred->successors()) { in makeSingleEntryLoop() local
[all …]
HDWebAssemblyCFGSort.cpp170 struct Entry { struct
171 const SortRegion *TheRegion;
172 unsigned NumBlocksLeft;
176 std::vector<MachineBasicBlock *> Deferred;
178 explicit Entry(const SortRegion *R) in Entry() argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
HDOffloadBinary.h115 struct Entry { struct
132 const Entry *TheEntry) in OffloadBinary() argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectRegexCommand.h47 struct Entry { struct
52 typedef std::list<Entry> EntryCollection; argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDConstraintSystem.h24 struct Entry { struct
28 Entry(int64_t Coefficient, uint16_t Id) in Entry() argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDDwarfStringPool.cpp28 auto &Entry = I.first->second; in getEntryImpl() local
95 for (const auto &Entry : Entries) { in emit() local
115 for (const auto &Entry : Pool) { in emit() local
122 for (const auto &Entry : Entries) in emit() local
HDDebugLocStream.h39 struct Entry { struct
48 SmallVector<Entry, 32> Entries; argument
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
HDHeaderSearchOptions.h69 struct Entry { struct
81 Entry(StringRef path, frontend::IncludeDirGroup group, bool isFramework, in Entry() argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMicroMipsSizeReduction.cpp124 const ReduceEntry &Entry; // Entry field member
337 static bool ImmInRange(MachineInstr *MI, const ReduceEntry &Entry) { in ImmInRange()
352 const ReduceEntry &Entry) { in CheckXWPInstr()
431 for (ReduceEntryVector::const_iterator Entry = Range.first; in ReduceMI() local
443 const ReduceEntry &Entry = Arguments->Entry; in ReduceXWtoXWSP() local
456 const ReduceEntry &Entry = Arguments->Entry; in ReduceXWtoXWP() local
498 const ReduceEntry &Entry = Arguments->Entry; in ReduceArithmeticInstructions() local
512 const ReduceEntry &Entry = Arguments->Entry; in ReduceADDIUToADDIUR1SP() local
526 const ReduceEntry &Entry = Arguments->Entry; in ReduceADDIUToADDIUSP() local
544 const ReduceEntry &Entry = Arguments->Entry; in ReduceLXUtoLXU16() local
[all …]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
HDDependencyScanningFilesystem.cpp46 auto &Entry = Ref.Entry; in ensureDirectiveTokensArePopulated() local
166 const CachedFileSystemEntry &Entry) { in getOrInsertEntryForFilename()
233 if (const auto *Entry = LocalCache.findEntryByFilename(Filename)) in findEntryByFilenameWithWriteThrough() local
236 if (const auto *Entry = Shard.findEntryByFilename(Filename)) in findEntryByFilenameWithWriteThrough() local
249 const auto &Entry = in computeAndStoreResult() local
254 if (const auto *Entry = findSharedEntryByUID(*Stat)) in computeAndStoreResult() local
280 if (const auto *Entry = in getOrCreateFileSystemEntry() local
344 DepScanFile::create(EntryRef Entry) { in create()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
HDTableManager.h39 auto &Entry = impl().createEntry(G, Target); in getEntryForTarget() local
61 bool registerPreExistingEntry(Symbol &Target, Symbol &Entry) { in registerPreExistingEntry()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDNonRelocatableStringpool.cpp16 auto &Entry = I.first->second; in getEntry() local
27 DwarfStringPoolEntry Entry{nullptr, 0, DwarfStringPoolEntry::NotIndexed}; in internString() local

12345678910>>...20