Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxMap.cpp47 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
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDirectoryEntry.h60 using MapEntry = llvm::StringMapEntry<llvm::ErrorOr<DirectoryEntry &>>; variable
H A DFileEntry.h112 using MapEntry = llvm::StringMapEntry<llvm::ErrorOr<MapValue>>; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DConstantHoisting.h138 for (auto MapEntry : ConstGEPCandMap) in cleanup() local
142 for (auto MapEntry : ConstGEPInfoMap) in cleanup() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDwarfStringPoolEntry.h52 PointerUnion<ByValStringEntryPtr, ByPtrStringEntryPtr> MapEntry = nullptr; global() variable
[all...]
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackDocument.cpp118 DocNode *MapEntry; member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp967 for (const auto &MapEntry : ConstGEPCandMap) in runImpl() local
976 for (const auto &MapEntry : ConstGEPInfoMap) in runImpl() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DAliasSetTracker.cpp276 AliasSet *&MapEntry = PointerMap[MemLoc.Ptr]; in getAliasSetFor() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringMap.h279 size_type count(const StringMapEntry<InputTy> &MapEntry) const { in count()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/MSF/
H A DMappedBlockStream.cpp279 for (const auto &MapEntry : CacheMap) { fixCacheAfterWrite() local
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp755 for (auto MapEntry : ImportedModuleFiles) { in writeIndex() local
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmStreamer.cpp2350 uint8_t MapEntry = FixupMap[i * 8 + 0]; in AddEncodingComment() local
2382 if (uint8_t MapEntry = FixupMap[FixupBit]) { in AddEncodingComment() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DMetadata.cpp603 auto &MapEntry = I.first->getValue(); in get() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp257 auto MapEntry = FrameIndices.find(&AI); in getOrCreateFrameIndex() local