|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/ADT/StringMap.h 293 static_cast<MapEntryTy *>(Bucket)->getValue());
include/llvm/ExecutionEngine/Orc/SymbolStringPool.h 59 ++S->getValue();
64 --S->getValue();
67 ++S->getValue();
77 --S->getValue();
85 --S->getValue();
111 ++S->getValue();
include/llvm/IR/InstrTypes.h 1029 return Tag->getValue();
include/llvm/MC/MCContext.h 691 return (I == MacroMap.end()) ? nullptr : &I->getValue();
include/llvm/Support/StringPool.h 87 if (S) ++S->getValue().Refcount;
91 if (S) ++S->getValue().Refcount;
98 if (S) ++S->getValue().Refcount;
106 if (--S->getValue().Refcount == 0) {
107 S->getValue().Pool->InternTable.remove(S);
lib/CodeGen/AsmPrinter/DwarfStringPool.cpp 50 if (!MapEntry.getValue().isIndexed())
51 MapEntry.getValue().Index = NumIndexedStrings++;
lib/CodeGen/GCMetadata.cpp 150 return NMI->getValue();
lib/CodeGen/MIRParser/MIParser.cpp 129 Reg = RegInfo->getValue();
148 OpCode = InstrInfo->getValue();
170 return RegMaskInfo->getValue();
187 return SubRegInfo->getValue();
308 return RegClassInfo->getValue();
315 return RegBankInfo->getValue();
lib/DebugInfo/CodeView/DebugCrossImpSubsection.cpp 60 Result.first->getValue().push_back(Targets[0]);
lib/DebugInfo/CodeView/DebugStringTableSubsection.cpp 53 IdToString.insert({P.first->getValue(), P.first->getKey()});
lib/DebugInfo/PDB/Native/DbiStreamBuilder.cpp 134 return NameIter->getValue();
lib/IR/Constants.cpp 2528 ConstantDataSequential **Entry = &Slot->getValue();
lib/IR/Metadata.cpp 456 auto &MapEntry = I.first->getValue();
lib/LTO/LTOModule.cpp 619 NameAndAttributes info = u->getValue();
lib/ProfileData/InstrProfWriter.cpp 255 for (auto &Func : I.getValue())
lib/Support/CommandLine.cpp 264 if (I != End && I->getValue() == O)
lib/Support/StringPool.cpp 30 S->getValue().Pool = this;
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp 2286 if (Kind == Entry->getValue().first)
2287 RegNum = Entry->getValue().second;
lib/Target/Mips/AsmParser/MipsAsmParser.cpp 6271 matchAnyRegisterWithoutDollar(Operands, Entry->getValue(), S);
lib/Transforms/IPO/SampleProfile.cpp 964 if (R != SymbolMap.end() && R->getValue() &&
965 !R->getValue()->isDeclaration() &&
966 R->getValue()->getSubprogram() &&
967 isLegalToPromote(CallSite(I), R->getValue(), &Reason)) {
970 pgo::promoteIndirectCall(I, R->getValue(), C, Sum, false, ORE);
lib/Transforms/IPO/StripSymbols.cpp 163 Value *V = VI->getValue();
lib/Transforms/Instrumentation/GCOVProfiling.cpp 311 I->getValue().writeOut();
tools/clang/include/clang/Tooling/DependencyScanning/DependencyScanningFilesystem.h 168 return It == Cache.end() ? nullptr : It->getValue();
tools/clang/lib/Basic/Targets/X86.cpp 446 if (I != Features.end() && I->getValue() &&
452 if (I != Features.end() && I->getValue() &&
459 if (I != Features.end() && I->getValue() &&
tools/clang/lib/CodeGen/CGObjCGNU.cpp 975 return ConstantAddress(old->getValue(), Align);
2459 return ConstantAddress(old->getValue(), Align);
3022 protocol = value->getValue();
3162 ProtocolElements.addBitCast(iter->getValue(), PtrTy);
tools/clang/lib/Driver/Multilib.cpp 108 else if (Flags[I] != Flags[SI->getValue()])
tools/clang/lib/Frontend/ASTUnit.cpp 2378 FileLoc = ItFileID->getValue();
tools/clang/lib/Lex/ModuleMap.cpp 323 delete M.getValue();
1250 M->getValue()->print(llvm::errs(), 2);
tools/clang/lib/Parse/ParseOpenMP.cpp 847 P.Diag(Res.first->getValue(), diag::note_omp_declare_variant_ctx_used_here)
932 Diag(Res.first->getValue(),
tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp 1494 return I->getValue() == Value;
tools/clang/lib/StaticAnalyzer/Frontend/CheckerRegistry.cpp 331 StringRef SuppliedValue = It.first->getValue();
tools/clang/lib/Tooling/DependencyScanning/DependencyScanningFilesystem.cpp 122 return It.first->getValue();
tools/clang/tools/diagtool/DiagTool.cpp 33 return (it == getTools(tools)->end()) ? nullptr : it->getValue();
tools/clang/tools/extra/clang-doc/tool/ClangDocMain.cpp 277 for (auto &Bitcode : Group.getValue()) {
tools/clang/tools/extra/clang-tidy/mpi/TypeMismatchCheck.cpp 221 if (it != FixedWidthMatches.end() && it->getValue() != MPIDatatype) {
tools/clang/tools/extra/clangd/CodeComplete.cpp 1285 Source.Cost = Entry.getValue() * ProxOpts.IncludeCost;
1289 if (Entry.getValue() > 0)
tools/clang/tools/extra/clangd/Headers.cpp 132 return R.first->getValue();
tools/clang/tools/extra/clangd/index/Background.cpp 95 auto &Node = Entry->getValue();
102 I->getValue().URI = I->getKey();
242 Files.try_emplace(AbsPath).first->getValue().Digest = IGN.Digest;
273 auto &F = FileIt->getValue();
tools/clang/tools/extra/clangd/index/BackgroundIndexLoader.cpp 55 LoadedShard &LS = It.first->getValue();
117 Result.push_back(std::move(It.getValue()));
tools/clang/tools/extra/clangd/index/IndexAction.cpp 68 auto &Node = I->getValue();
103 NodeForIncluding.first->getValue().DirectIncludes.push_back(NodeForInclude);
115 assert(I.first->getKeyData() == I.first->getValue().URI.data() &&
tools/clang/tools/extra/clangd/index/Serialization.cpp 454 Entry->getValue() = std::move(IGN);
457 Entry->getValue().URI = Entry->getKey();
458 for (auto &Include : Entry->getValue().DirectIncludes)
tools/dsymutil/DebugMap.cpp 231 Entries.push_back(std::make_pair(Entry.getKey(), Entry.getValue()));
278 ObjAddress = AddressIt->getValue();
tools/dsymutil/DwarfLinker.cpp 2072 LastCIEOffset != IteratorInserted.first->getValue()) {
2074 IteratorInserted.first->getValue() = LastCIEOffset;
2082 Streamer->emitFDE(IteratorInserted.first->getValue(), AddrSize,
tools/dsymutil/MachODebugMapParser.cpp 467 if (!CurrentDebugMapObject->addSymbol(Name, ObjectSymIt->getValue(), Value,
tools/gold/gold-plugin.cpp 1067 if (!Identifier.getValue())
tools/lldb/source/Utility/ConstString.cpp 57 return GetStringMapEntryFromKeyData(ccstr).getValue();
tools/lldb/tools/lldb-test/lldb-test.cpp 996 addr_t Addr = LabelIt->getValue();
tools/lldb/unittests/Expression/DWARFExpressionTest.cpp 69 total_bytes += entry.getValue()->getBufferSize();
81 auto &membuf = entry.getValue();
tools/llvm-dwarfdump/Statistics.cpp 521 PerFunctionStats &Stats = Entry.getValue();
tools/llvm-lipo/llvm-lipo.cpp 763 Slices, [](StringMapEntry<Slice> &E) -> Slice & { return E.getValue(); });
tools/llvm-readobj/llvm-readobj.cpp 660 cl::Option *Option = OptEntry.getValue();
tools/polly/lib/Analysis/ScopInfo.cpp 1481 Name = "__" + Iterator->getValue();
unittests/Support/YAMLIOTest.cpp 2916 IO.mapRequired(N.getKey().str().c_str(), N.getValue());
utils/TableGen/CodeGenDAGPatterns.cpp 2859 if (PrevOp->getValue() != OperandId)
utils/TableGen/PseudoLoweringEmitter.cpp 188 SourceOp->getValue();
190 LLVM_DEBUG(dbgs() << " " << SourceOp->getValue() << " ==> " << i
utils/TableGen/RISCVCompressInstEmitter.cpp 314 SourceOperandMap[i].TiedOpIdx = it->getValue();
315 if (!validateArgsTypes(SourceDag->getArg(it->getValue()),
327 if (!validateArgsTypes(DestDag->getArg(it->getValue()),
377 SourceDag->getArgNameStr(SourceOp->getValue()) &&
379 DestOperandMap[i].Data.Operand = SourceOp->getValue();
380 SourceOperandMap[SourceOp->getValue()].Data.Operand = i;
381 LLVM_DEBUG(dbgs() << " " << SourceOp->getValue() << " ====> " << i