Home
last modified time | relevance | path

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

/freebsd-src/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-src/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxMap.cpp25 class MapEntry { global() class
28 explicit MapEntry(ValueObjectSP entry_sp) : m_entry_sp(entry_sp) {} MapEntry() function in MapEntry
29 explicit MapEntry(ValueObject *entry) MapEntry() function in MapEntry
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DDirectoryEntry.h67 using MapEntry = llvm::StringMapEntry<llvm::ErrorOr<DirectoryEntry &>>; global() variable
H A DFileEntry.h112 using MapEntry = llvm::StringMapEntry<llvm::ErrorOr<MapValue>>; variable
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DConstantHoisting.h136 for (auto MapEntry : ConstGEPCandMap) cleanup() local
140 for (auto MapEntry : ConstGEPInfoMap) cleanup() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDwarfStringPoolEntry.h57 PointerUnion<ByValStringEntryPtr, ExtStringEntryPtr> MapEntry = nullptr; variable
/freebsd-src/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackDocument.cpp118 DocNode *MapEntry; member
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp968 if (!MapEntry.second.empty()) in runImpl() local
959 for (const auto &MapEntry : ConstGEPCandMap) runImpl() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringMap.h260 count(const StringMapEntry<InputTy> & MapEntry) count() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DAliasSetTracker.cpp276 AliasSet *&MapEntry = PointerMap[MemLoc.Ptr]; in getAliasSetFor() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/MSF/
H A DMappedBlockStream.cpp278 for (const auto &MapEntry : CacheMap) { in fixCacheAfterWrite() local
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp759 for (auto MapEntry : ImportedModuleFiles) { writeIndex() local
/freebsd-src/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmStreamer.cpp2324 uint8_t MapEntry = FixupMap[i * 8 + 0]; AddEncodingComment() local
2356 if (uint8_t MapEntry = FixupMap[FixupBit]) { AddEncodingComment() local
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DMetadata.cpp594 auto &MapEntry = I.first->getValue(); get() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp255 auto MapEntry = FrameIndices.find(&AI); getOrCreateFrameIndex() local