|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/ADT/ImmutableMap.h 216 key_type_ref getKey() const { return (*this)->first; }
217 data_type_ref getData() const { return (*this)->second; }
376 key_type_ref getKey() const { return (*this)->first; }
377 data_type_ref getData() const { return (*this)->second; }
include/llvm/ADT/StringMap.h 583 Key = this->wrapped()->getKey();
include/llvm/CodeGen/DIE.h 662 DIEValue &operator*() const { return wrapped()->V; }
680 const DIEValue &operator*() const { return wrapped()->V; }
include/llvm/DebugInfo/PDB/Native/GlobalsStream.h 39 uint32_t Off = this->I->Off;
include/llvm/ExecutionEngine/JITLink/JITLink.h 678 assert(SymI != SecI->symbols().end() && "Dereferencing end?");
lib/LTO/LTO.cpp 1336 ExportList->second.count(GUID)) ||
lib/LTO/ThinLTOCodeGenerator.cpp 595 ExportList->second.count(GUID)) ||
lib/Transforms/IPO/FunctionImport.cpp 1104 auto &ImportGUIDs = FunctionsToImportPerModule->second;
tools/clang/lib/Sema/SemaCodeComplete.cpp 1963 for (auto *MD : it->second) {
tools/clang/lib/Tooling/JSONCompilationDatabase.cpp 240 getCommands(CommandsRefI->getValue(), Commands);
tools/clang/tools/extra/clang-tidy/mpi/TypeMismatchCheck.cpp 221 if (it != FixedWidthMatches.end() && it->getValue() != MPIDatatype) {
tools/clang/tools/extra/clangd/index/Background.cpp 240 DigestIt->getValue().Digest != IGN.Digest ||
241 (DigestIt->getValue().HadErrors && !HadErrors))
251 FileIt->second.Symbols.insert(&Sym);
252 SymbolIDToFile[Sym.ID] = &FileIt->second;
264 FileIt->second.Symbols.insert(&Sym);
273 auto &F = FileIt->getValue();
tools/dsymutil/CompileUnit.h 44 return I->getDIEInteger().getValue();
tools/lld/ELF/Writer.cpp 1828 sec->addrExpr = [=] { return i->second; };
tools/llvm-cov/CoverageSummaryInfo.h 212 return DemangledName->getValue();
tools/llvm-objcopy/ELF/ELFObjcopy.cpp 390 Sym.Name = I->getValue();
620 const SectionRename &SR = Iter->second;
685 const SectionFlagsUpdate &SFU = Iter->second;
utils/TableGen/GlobalISelEmitter.cpp 938 return I->second;
3047 return *I->second;