/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfStringPool.cpp | 41 auto &MapEntry = getEntryImpl(Asm, Str); in getEntry() local 47 auto &MapEntry = getEntryImpl(Asm, Str); in getIndexedEntry() local
|
/llvm-project/bolt/lib/Rewrite/ |
H A D | BoltDiff.cpp | 350 for (const auto &MapEntry : FuncMap) { matchBasicBlocks() local 415 for (const auto &MapEntry : BBMap) { reportHottestBBDiffs() local 537 for (const auto &MapEntry : FuncMap) { reportHottestFuncDiffs() local 563 for (decltype(this->FuncMap)::value_type &MapEntry : reportHottestFuncDiffs() local 626 for (const std::pair<const double, const BinaryFunction *> &MapEntry : reportHottestFuncs() local [all...] |
/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
H A D | LibCxxMap.cpp | 47 class MapEntry { class 50 explicit MapEntry(ValueObjectSP entry_sp) : m_entry_sp(entry_sp) {} in MapEntry() function in MapEntry 51 explicit MapEntry(ValueObject *entry) in MapEntry() function in MapEntry [all...] |
/llvm-project/clang/include/clang/Basic/ |
H A D | DirectoryEntry.h | 60 using MapEntry = llvm::StringMapEntry<llvm::ErrorOr<DirectoryEntry &>>; variable
|
H A D | FileEntry.h | 112 using MapEntry = llvm::StringMapEntry<llvm::ErrorOr<MapValue>>; global() variable [all...] |
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | DwarfStringPoolEntry.h | 57 PointerUnion<ByValStringEntryPtr, ExtStringEntryPtr> MapEntry = nullptr; variable
|
/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
H A D | ConstantHoisting.h | 138 for (auto MapEntry : ConstGEPCandMap) in cleanup() local 142 for (auto MapEntry : ConstGEPInfoMap) in cleanup() local
|
/llvm-project/clang-tools-extra/clangd/unittests/ |
H A D | ExpectedTypeTest.cpp | 53 using MapEntry = std::map<std::string, EquivClass>::value_type; in classesAre() typedef
|
/llvm-project/bolt/lib/Core/ |
H A D | GDBIndex.cpp | 127 std::vector<MapEntry> CUVector(CUMap.begin(), CUMap.end()); in updateGdbIndexSection() typedef
|
/llvm-project/bolt/runtime/ |
H A D | instr.cpp | 306 using MapEntry = T; typedef in __anonc11c1cb60211::SimpleHashTable 340 void forEachElement(void (*Callback)(MapEntry &, Args...), Args... args) { in forEachElement() 358 void forEachElement(void (*Callback)(MapEntry &, Args...), in forEachElement() 1044 struct MapEntry { struct 1045 uint32_t NumCalls; 1046 uint32_t *Calls;
|
/llvm-project/llvm/lib/BinaryFormat/ |
H A D | MsgPackDocument.cpp | 118 DocNode *MapEntry; member
|
/llvm-project/bolt/lib/Profile/ |
H A D | BoltAddressTranslation.cpp | 195 const uint64_t Address = MapEntry.first; in writeMaps() local 442 for (const auto &MapEntry : Maps) { dump() local
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | ConstantHoisting.cpp | 967 for (const auto &MapEntry : ConstGEPCandMap) runImpl() local 976 for (const auto &MapEntry : ConstGEPInfoMap) runImpl() local
|
/llvm-project/llvm/lib/Analysis/ |
H A D | AliasSetTracker.cpp | 276 if (MapEntry) { in getAliasSetFor() local [all...] |
/llvm-project/llvm/include/llvm/ADT/ |
H A D | StringMap.h | 279 size_type count(const StringMapEntry<InputTy> &MapEntry) const { in count()
|
/llvm-project/llvm/lib/DebugInfo/MSF/ |
H A D | MappedBlockStream.cpp | 278 for (const auto &MapEntry : CacheMap) { in fixCacheAfterWrite() local
|
/llvm-project/clang/lib/Serialization/ |
H A D | GlobalModuleIndex.cpp | 755 for (auto MapEntry : ImportedModuleFiles) { writeIndex() local
|
/llvm-project/llvm/lib/MC/ |
H A D | MCAsmStreamer.cpp | 2334 uint8_t MapEntry = FixupMap[i * 8 + 0]; AddEncodingComment() local 2366 if (uint8_t MapEntry = FixupMap[FixupBit]) { AddEncodingComment() local
|
/llvm-project/llvm/lib/IR/ |
H A D | Metadata.cpp | 603 auto &MapEntry = I.first->getValue(); get() local
|
/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | IRTranslator.cpp | 257 if (MapEntry != FrameIndices.end()) in getOrCreateFrameIndex() local
|