/openbsd/gnu/llvm/lldb/include/lldb/Symbol/ |
H A D | LineTable.h | 209 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
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86TargetTransformInfo.cpp | 359 if (const auto *Entry = in getArithmeticInstrCost() local 395 if (const auto *Entry = in getArithmeticInstrCost() local 436 if (const auto *Entry = in getArithmeticInstrCost() local 479 if (const auto *Entry = in getArithmeticInstrCost() local 510 if (const auto *Entry = in getArithmeticInstrCost() local 528 if (const auto *Entry = in getArithmeticInstrCost() local 551 if (const auto *Entry = in getArithmeticInstrCost() local 606 if (const auto *Entry = in getArithmeticInstrCost() local 650 if (const auto *Entry = in getArithmeticInstrCost() local 674 if (const auto *Entry = in getArithmeticInstrCost() local [all …]
|
H A D | X86InstrFoldTables.cpp | 6128 for (const X86MemoryFoldTableEntry &Entry : MemoryFoldTable2Addr) in X86MemUnfoldTable() local 6132 for (const X86MemoryFoldTableEntry &Entry : MemoryFoldTable0) in X86MemUnfoldTable() local 6136 for (const X86MemoryFoldTableEntry &Entry : MemoryFoldTable1) in X86MemUnfoldTable() local 6140 for (const X86MemoryFoldTableEntry &Entry : MemoryFoldTable2) in X86MemUnfoldTable() local 6144 for (const X86MemoryFoldTableEntry &Entry : MemoryFoldTable3) in X86MemUnfoldTable() local 6148 for (const X86MemoryFoldTableEntry &Entry : MemoryFoldTable4) in X86MemUnfoldTable() local 6153 for (const X86MemoryFoldTableEntry &Entry : BroadcastFoldTable2) in X86MemUnfoldTable() local 6157 for (const X86MemoryFoldTableEntry &Entry : BroadcastFoldTable3) in X86MemUnfoldTable() local
|
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectContainer/Mach-O-Fileset/ |
H A D | ObjectContainerMachOFileset.h | 71 struct Entry { struct 72 Entry(uint64_t vmaddr, uint64_t fileoff, std::string id) in Entry() function 79 Entry *FindEntry(llvm::StringRef id); argument
|
/openbsd/gnu/llvm/lldb/include/lldb/DataFormatters/ |
H A D | FormatCache.h | 22 struct Entry { struct 33 Entry(); argument
|
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFDeclContext.h | 25 struct Entry { struct 27 Entry(dw_tag_t t, const char *n) : tag(t), name(n) {} in Entry() argument 29 bool NameMatches(const Entry &rhs) const { in NameMatches() argument 47 m_entries.push_back(Entry(tag, name)); in AppendDeclContext() argument
|
/openbsd/gnu/llvm/clang/tools/diagtool/ |
H A D | ListWarnings.cpp | 29 struct Entry { struct 30 llvm::StringRef DiagName; 31 llvm::StringRef Flag; 33 Entry(llvm::StringRef diagN, llvm::StringRef flag) in Entry() function 36 bool operator<(const Entry &x) const { return DiagName < x.DiagName; } in operator <()
|
/openbsd/gnu/llvm/lldb/include/lldb/Core/ |
H A D | FormatEntity.h | 40 struct Entry { struct 41 enum class Type { 111 /// Entry::Type corresponding to this definition. argument 162 void AppendEntry(const Entry &&entry) { children.push_back(entry); } in AppendEntry() argument 178 bool operator==(const Entry &rhs) const { argument 202 std::vector<Entry> children; argument 209 static bool Format(const Entry &entry, Stream &s, const SymbolContext *sc, argument
|
H A D | UniqueCStringMap.h | 28 struct Entry { struct 29 Entry(ConstString cstr, const T &v) : cstring(cstr), value(v) {} in Entry() argument 35 typedef std::vector<Entry> collection; argument
|
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyFixIrreducibleControlFlow.cpp | 86 ReachabilityGraph(MachineBasicBlock *Entry, const BlockSet &Blocks) in ReachabilityGraph() 125 MachineBasicBlock *Entry; member in __anon3e7039a80111::ReachabilityGraph 194 LoopBlocks(MachineBasicBlock *Entry, const BlockSet &Enterers) in LoopBlocks() 202 MachineBasicBlock *Entry; member in __anon3e7039a80111::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 …]
|
H A D | WebAssemblyCFGSort.cpp | 170 struct Entry { struct 171 const SortRegion *TheRegion; 172 unsigned NumBlocksLeft; 176 std::vector<MachineBasicBlock *> Deferred; 178 explicit Entry(const SortRegion *R) in Entry() function
|
/openbsd/gnu/llvm/llvm/include/llvm/Object/ |
H A D | OffloadBinary.h | 114 struct Entry { struct 131 const Entry *TheEntry) in OffloadBinary() argument
|
/openbsd/gnu/llvm/clang/lib/Tooling/DependencyScanning/ |
H A D | DependencyScanningFilesystem.cpp | 45 const CachedFileSystemEntry &Entry, StringRef Filename, bool Disable) { in scanForDirectivesIfNecessary() 157 const CachedFileSystemEntry &Entry) { in getOrInsertEntryForFilename() 205 if (const auto *Entry = LocalCache.findEntryByFilename(Filename)) in findEntryByFilenameWithWriteThrough() local 208 if (const auto *Entry = Shard.findEntryByFilename(Filename)) in findEntryByFilenameWithWriteThrough() local 219 const auto &Entry = in computeAndStoreResult() local 224 if (const auto *Entry = findSharedEntryByUID(*Stat)) in computeAndStoreResult() local 244 if (const auto *Entry = findEntryByFilenameWithWriteThrough(Filename)) in getOrCreateFileSystemEntry() local 297 DepScanFile::create(EntryRef Entry) { in create()
|
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDebugPubTable.h | 28 struct Entry { struct 33 dwarf::PubIndexEntryDescriptor Descriptor; argument 37 StringRef Name;
|
H A D | DWARFDebugMacro.h | 72 struct Entry { struct 74 uint32_t Type; 75 union { 99 SmallVector<Entry, 4> Macros; argument
|
/openbsd/gnu/llvm/clang/include/clang/Lex/ |
H A D | HeaderSearchOptions.h | 70 struct Entry { struct 80 Entry(StringRef path, frontend::IncludeDirGroup group, bool isFramework, in Entry() argument
|
/openbsd/gnu/llvm/llvm/lib/Target/Mips/ |
H A D | MicroMipsSizeReduction.cpp | 124 const ReduceEntry &Entry; // Entry field member 352 const ReduceEntry &Entry) { in CheckXWPInstr() 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 559 const ReduceEntry &Entry = Arguments->Entry; in ReduceSXtoSX16() local 613 const ReduceEntry &Entry = Arguments->Entry; in ReduceMoveToMovep() local [all …]
|
/openbsd/gnu/llvm/lldb/source/Commands/ |
H A D | CommandObjectRegexCommand.h | 47 struct Entry { struct 52 typedef std::list<Entry> EntryCollection; argument
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfStringPool.cpp | 28 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
|
H A D | DebugLocStream.h | 40 struct Entry { struct 49 SmallVector<Entry, 32> Entries; argument
|
/openbsd/gnu/llvm/llvm/lib/TargetParser/ |
H A D | TargetParser.cpp | 141 if (const auto *Entry = getArchEntry(AK, AMDGCNGPUs)) in getArchNameAMDGCN() local 147 if (const auto *Entry = getArchEntry(AK, R600GPUs)) in getArchNameR600() local 171 if (const auto *Entry = getArchEntry(AK, AMDGCNGPUs)) in getArchAttrAMDGCN() local 177 if (const auto *Entry = getArchEntry(AK, R600GPUs)) in getArchAttrR600() local
|
/openbsd/gnu/llvm/llvm/lib/Analysis/ |
H A D | MemoryDependenceAnalysis.cpp | 735 for (auto &Entry : Cache) in getNonLocalCallDependency() local 769 NonLocalDepInfo::iterator Entry = in getNonLocalCallDependency() local 912 NonLocalDepInfo::iterator Entry = std::upper_bound( in getNonLocalInfoForBlock() local 997 MemoryDependenceResults::NonLocalDepInfo::iterator Entry = in SortNonLocalDepInfoCache() local 1082 for (auto &Entry : CacheInfo->NonLocalDeps) in getNonLocalPointerDepFromBB() local 1106 for (auto &Entry : CacheInfo->NonLocalDeps) in getNonLocalPointerDepFromBB() local 1512 for (auto &Entry : BlockMap) in removeInstruction() local 1603 for (auto &Entry : INLD.first) { in removeInstruction() local 1643 for (auto &Entry : NLPDI) { in removeInstruction() local 1685 for (const auto &Entry : DepKV.second.NonLocalDeps) in verifyRemoved() local [all …]
|
/openbsd/gnu/llvm/clang/lib/Basic/ |
H A D | SourceManager.cpp | 392 ContentCache *&Entry = FileInfos[FileEnt]; in getOrCreateContentCache() local 1364 const SLocEntry &Entry = getSLocEntry(FID, &MyInvalid); in getLineNumber() local 1492 const LineEntry *Entry = in getFileCharacteristic() local 1561 if (const LineEntry *Entry = in getPresumedLoc() local 1612 if (const LineEntry *Entry = in isInMainFile() local 1711 const SLocEntry &Entry = getSLocEntry(FID, &Invalid); in translateLineCol() local 1848 const SLocEntry &Entry = getSLocEntry(SpellFID); in associateFileChunkWithMacroArgExp() local 2103 struct Entry { in isInTheSameTranslationUnit() struct 2104 unsigned Offset; in isInTheSameTranslationUnit() 2105 FileID ParentFID; // Used for breaking ties. in isInTheSameTranslationUnit() [all …]
|
/openbsd/gnu/llvm/clang/include/clang/Tooling/DependencyScanning/ |
H A D | DependencyScanningFilesystem.h | 226 const CachedFileSystemEntry &Entry) { in insertEntryForFilename() 241 const CachedFileSystemEntry &Entry; variable 244 EntryRef(StringRef Name, const CachedFileSystemEntry &Entry) in EntryRef() 356 const CachedFileSystemEntry &Entry) { in insertLocalEntryForFilename() 374 const CachedFileSystemEntry &Entry) { in getOrInsertSharedEntryForFilename()
|
/openbsd/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | ARMTargetTransformInfo.cpp | 530 if (const auto *Entry = ConvertCostTableLookup( in getCastInstrCost() local 552 if (const auto *Entry = in getCastInstrCost() local 564 if (const auto *Entry = in getCastInstrCost() local 581 if (const auto *Entry = in getCastInstrCost() local 592 if (const auto *Entry = in getCastInstrCost() local 619 if (auto *Entry = ConvertCostTableLookup(NEONDoubleWidthTbl, UserISD, in getCastInstrCost() local 816 if (const auto *Entry = ConvertCostTableLookup(MVEVectorConversionTbl, in getCastInstrCost() local 1232 if (const auto *Entry = in getShuffleCost() local 1253 if (const auto *Entry = in getShuffleCost() local 1277 if (const auto *Entry = CostTableLookup(NEONSelShuffleTbl, in getShuffleCost() local [all …]
|