Home
last modified time | relevance | path

Searched defs:MapEntry (Results 1 – 16 of 16) 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.h118 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.cpp939 for (const auto &MapEntry : ConstGEPCandMap) in runImpl() local
948 for (const auto &MapEntry : ConstGEPInfoMap) in runImpl() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DAliasSetTracker.cpp275 AliasSet *&MapEntry = PointerMap[MemLoc.Ptr]; in getAliasSetFor() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenMapTable.cpp522 auto &MapEntry = ColFieldValueMap[ColName]; in emitEnums() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringMap.h280 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.cpp750 for (auto MapEntry : ImportedModuleFiles) { in writeIndex() local
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmStreamer.cpp2366 uint8_t MapEntry = FixupMap[i * 8 + 0]; in AddEncodingComment() local
2398 if (uint8_t MapEntry = FixupMap[FixupBit]) { in AddEncodingComment() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineSink.cpp1782 SinkItem MapEntry(&I, SinkBlock); in aggressivelySinkIntoCycle() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DMetadata.cpp610 auto &MapEntry = I.first->getValue(); in get() local