Home
last modified time | relevance | path

Searched defs:MapEntry (Results 1 – 14 of 14) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfStringPool.cpp41 auto &MapEntry = getEntryImpl(Asm, Str); in getEntry() local
47 auto &MapEntry = getEntryImpl(Asm, Str); in getIndexedEntry() local
/openbsd/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxMap.cpp25 class MapEntry { class
28 explicit MapEntry(ValueObjectSP entry_sp) : m_entry_sp(entry_sp) {} in MapEntry() function in MapEntry
29 explicit MapEntry(ValueObject *entry) in MapEntry() function in MapEntry
/openbsd/gnu/llvm/llvm/include/llvm/Transforms/Scalar/
H A DConstantHoisting.h135 for (auto MapEntry : ConstGEPCandMap) in cleanup() local
139 for (auto MapEntry : ConstGEPInfoMap) in cleanup() local
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DDirectoryEntry.h66 using MapEntry = llvm::StringMapEntry<llvm::ErrorOr<DirectoryEntry &>>; variable
H A DFileEntry.h112 using MapEntry = llvm::StringMapEntry<llvm::ErrorOr<MapValue>>; variable
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DDwarfStringPoolEntry.h52 PointerUnion<ByValStringEntryPtr, ByPtrStringEntryPtr> MapEntry = nullptr; variable
/openbsd/gnu/llvm/llvm/lib/BinaryFormat/
H A DMsgPackDocument.cpp114 DocNode *MapEntry; member
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp966 for (const auto &MapEntry : ConstGEPCandMap) in runImpl() local
975 for (const auto &MapEntry : ConstGEPInfoMap) in runImpl() local
/openbsd/gnu/llvm/llvm/include/llvm/ADT/
H A DStringMap.h248 size_type count(const StringMapEntry<InputTy> &MapEntry) const { in count()
/openbsd/gnu/llvm/llvm/lib/DebugInfo/MSF/
H A DMappedBlockStream.cpp279 for (const auto &MapEntry : CacheMap) { in fixCacheAfterWrite() local
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp759 for (auto MapEntry : ImportedModuleFiles) { in writeIndex() local
/openbsd/gnu/llvm/llvm/lib/MC/
H A DMCAsmStreamer.cpp2255 uint8_t MapEntry = FixupMap[i * 8 + 0]; in AddEncodingComment() local
2287 if (uint8_t MapEntry = FixupMap[FixupBit]) { in AddEncodingComment() local
/openbsd/gnu/llvm/llvm/lib/IR/
H A DMetadata.cpp500 auto &MapEntry = I.first->getValue(); in get() local
/openbsd/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp251 auto MapEntry = FrameIndices.find(&AI); in getOrCreateFrameIndex() local