|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/CodeGen/DwarfStringPoolEntry.h 54 assert(getMapEntry()->getValue().isIndexed());
59 DwarfStringPoolEntry getEntry() const { return getMapEntry()->getValue(); }
include/llvm/ProfileData/SampleProf.h 475 if (TS.getValue() > Threshold) {
lib/Bitcode/Writer/BitcodeWriter.cpp 3105 NameVals.push_back(VE.getValueID(Name.getValue()));
3110 if (isa<BasicBlock>(Name.getValue())) {
3481 const auto &Value = MPSE.getValue();
lib/Bitcode/Writer/ValueEnumerator.cpp 551 EnumerateValue(VI->getValue());
lib/CodeGen/AsmPrinter/DwarfStringPool.cpp 94 return A->getValue().Offset < B->getValue().Offset;
94 return A->getValue().Offset < B->getValue().Offset;
98 assert(ShouldCreateSymbols == static_cast<bool>(Entry->getValue().Symbol) &&
103 Asm.OutStreamer->EmitLabel(Entry->getValue().Symbol);
107 Twine(Entry->getValue().Offset));
118 if (Entry.getValue().isIndexed())
119 Entries[Entry.getValue().Index] = &Entry;
126 Asm.emitDwarfStringOffset(Entry->getValue());
128 Asm.OutStreamer->EmitIntValue(Entry->getValue().Offset, size);
lib/DebugInfo/CodeView/DebugCrossImpSubsection.cpp 89 Imp.Count = Item->getValue().size();
92 if (auto EC = Writer.writeArray(makeArrayRef(Item->getValue())))
lib/DebugInfo/CodeView/DebugStringTableSubsection.cpp 74 uint32_t Offset = Begin + Pair.getValue();
lib/DebugInfo/PDB/Native/PDBStringTableBuilder.cpp 182 uint32_t Offset = Pair.getValue();
lib/IR/ValueSymbolTable.cpp 37 << *VI.getValue()->getType() << "' Name = '" << VI.getKeyData()
122 I.getValue()->dump();
lib/IR/Verifier.cpp 384 visitComdat(SMEC.getValue());
lib/Linker/LinkModules.cpp 462 const Comdat &C = SMEC.getValue();
lib/MC/MCParser/AsmParser.cpp 967 MCSymbol *Sym = TableEntry.getValue();
1760 : DirKindIt->getValue();
3902 : CVTypeIt->getValue();
lib/ObjectYAML/ELFEmitter.cpp 77 Idx = I->getValue();
lib/ProfileData/InstrProfWriter.cpp 299 if (shouldEncodeData(I.getValue()))
300 Generator.insert(I.getKey(), &I.getValue());
451 if (shouldEncodeData(I.getValue())) {
454 for (const auto &Func : I.getValue())
lib/Support/CommandLine.cpp 710 if (OMI != OptionsMap.end() && !Pred(OMI->getValue()))
719 if (OMI != OptionsMap.end() && !Pred(OMI->getValue()))
lib/Support/FileCheck.cpp 682 NumericVariableDef.getValue();
1921 Var.getValue()->clearValue();
lib/Support/SpecialCaseList.cpp 228 return II->getValue().match(Query);
lib/Support/TimeProfiler.cpp 136 SortedTotals.emplace_back(E.getKey(), E.getValue());
lib/Support/Timer.cpp 249 TimersToPrint.emplace_back(P.getValue(), P.getKey(), P.getKey());
lib/Target/ARM/AsmParser/ARMAsmParser.cpp 3931 return Entry->getValue();
lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp 91 auto Sym = cast<MCSymbolWasm>(It.getValue());
lib/Testing/Support/Annotations.cpp 69 require(I != Points.end() && I->getValue().size() == 1,
71 return I->getValue()[0];
81 require(I != Ranges.end() && I->getValue().size() == 1,
83 return I->getValue()[0];
lib/Transforms/IPO/SampleProfile.cpp 1730 Function *F = dyn_cast<Function>(N_F.getValue());
tools/clang/include/clang/Basic/FileManager.h 59 const DirectoryEntry &getDirEntry() const { return *Entry->getValue(); }
tools/clang/include/clang/Basic/OpenCLOptions.h 48 auto I = OptMap.find(Ext)->getValue();
57 auto I = OptMap.find(Ext)->getValue();
66 auto I = OptMap.find(Ext)->getValue();
tools/clang/lib/ASTMatchers/Dynamic/Parser.cpp 524 if (Entry.getValue().isConvertibleTo(AcceptedTypes, &Specificity)) {
526 (Entry.getValue().getTypeAsString() + " " + Entry.getKey()).str();
tools/clang/lib/ASTMatchers/Dynamic/Registry.cpp 592 const MatcherDescriptor& Matcher = *M.getValue();
tools/clang/lib/Basic/FileManager.cpp 536 if (llvm::ErrorOr<SeenFileEntryOrRedirect> Entry = FE->getValue()) {
tools/clang/lib/Basic/Module.cpp 321 return SubModules[Pos->getValue()];
327 return SubModules[Pos->getValue()];
tools/clang/lib/Basic/Targets.cpp 657 Opts->Features.push_back((F.getValue() ? "+" : "-") + F.getKey().str());
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp 1317 if (!Data.getValue().pointsToAliveValue())
1319 auto *GV = dyn_cast<llvm::GlobalVariable>(Data.getValue());
4013 Action(E.getKey(), E.getValue());
tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp 4938 if (Feature.getValue()) {
tools/clang/lib/CodeGen/CodeGenFunction.cpp 2231 if (F.getValue())
tools/clang/lib/CodeGen/CodeGenModule.cpp 1674 Features.push_back((Entry.getValue() ? "+" : "-") + Entry.getKey().str());
5596 Result = Res->getValue();
tools/clang/lib/CrossTU/CrossTranslationUnit.cpp 165 Result << E.getKey().str() << " " << E.getValue() << '\n';
tools/clang/lib/Driver/Multilib.cpp 256 if (SI->getValue() != isFlagEnabled(Flag))
tools/clang/lib/Lex/HeaderSearch.cpp 1680 Modules.push_back(M->getValue());
tools/clang/lib/Lex/ModuleMap.cpp 773 return Known->getValue();
1737 auto const *M = E->getValue();
tools/clang/lib/Sema/SemaLookup.cpp 3785 for (auto I = S.IdResolver.begin(Ident.getValue()),
tools/clang/lib/Serialization/ASTWriter.cpp 4322 auto V = I.getValue();
tools/clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp 438 return It->getValue();
830 const GenericTaintChecker::ArgVector &Args = It->getValue();
tools/clang/lib/StaticAnalyzer/Core/AnalyzerOptions.cpp 129 return StringRef(I->getValue());
tools/clang/lib/StaticAnalyzer/Core/SarifDiagnostics.cpp 256 {"ruleIndex", Iter->getValue()},
tools/clang/lib/StaticAnalyzer/Frontend/CheckerRegistry.cpp 106 Size = PackageSize->getValue();
tools/clang/lib/Tooling/FileMatchTrie.cpp 118 StringRef Result = MatchingChild->getValue().findEquivalent(
155 It->getValue().getAll(Results, Children.end());
tools/clang/lib/Tooling/JSONCompilationDatabase.cpp 240 getCommands(CommandsRefI->getValue(), Commands);
tools/clang/lib/Tooling/Tooling.cpp 353 llvm::MemoryBuffer::getMemBuffer(It.getValue());
tools/clang/tools/extra/clang-tidy/utils/HeaderGuard.cpp 218 FileID FID = SM.translateFile(FE.getValue());
tools/clang/tools/extra/clang-tidy/utils/NamespaceAliaser.cpp 88 return FunctionAliases->second.find(Namespace)->getValue();
tools/clang/tools/extra/clangd/FS.cpp 49 return llvm::vfs::Status::copyWithNewName(I->getValue(), File);
tools/clang/tools/extra/clangd/FileDistance.cpp 79 if (I > S.getValue().MaxUpTraversals) {
83 unsigned Cost = S.getValue().Cost + I * Opts.UpCost;
168 SchemeSources.try_emplace(U->body(), Source.getValue());
tools/clang/tools/extra/clangd/TUScheduler.cpp 876 if (!File.getValue()->Worker->blockUntilIdle(D))
tools/clang/tools/extra/clangd/index/Background.cpp 233 const auto &IGN = IndexIt.getValue();
240 DigestIt->getValue().Digest != IGN.Digest ||
241 (DigestIt->getValue().HadErrors && !HadErrors))
tools/clang/tools/extra/clangd/index/BackgroundIndexLoader.cpp 84 const IncludeGraphNode &IGN = It.getValue();
tools/clang/tools/extra/clangd/index/IndexAction.cpp 184 assert(Node.getKeyData() == Node.getValue().URI.data());
tools/clang/tools/extra/clangd/index/Serialization.cpp 541 Sources.push_back(Source.getValue());
tools/clang/tools/extra/clangd/unittests/HeadersTests.cpp 134 if (arg.getValue() != D)
135 *result_listener << "distance =" << arg.getValue();
136 return arg.getKey() == File && arg.getValue() == D;
tools/clang/tools/extra/clangd/unittests/IndexActionTests.cpp 62 Nodes.emplace(I.getKey(), I.getValue());
tools/clang/unittests/AST/ASTImporterTest.cpp 202 AllASTs[Filename] = createASTUnit(Filename, Found->getValue());
tools/clang/unittests/CrossTU/CrossTranslationUnitTest.cpp 170 EXPECT_EQ(ParsedIndex[E.getKey()], E.getValue());
tools/dsymutil/DebugMap.cpp 64 Entries.push_back(std::make_pair(Sym.getKey(), Sym.getValue()));
tools/dsymutil/DwarfLinker.cpp 392 const auto &Mapping = Entry.getValue();
580 const auto &Mapping = ValidReloc.Mapping->getValue();
1416 uint64_t Value = ValidReloc.Mapping->getValue().BinaryAddress;
tools/dsymutil/NonRelocatableStringpool.cpp 46 if (E.getValue().isIndexed())
tools/lld/lib/ReaderWriter/MachO/MachOLinkingContext.cpp 985 leftIsOrdered && findOrderOrdinal(leftPos->getValue(), left, leftOrder);
987 findOrderOrdinal(rightPos->getValue(), right, rightOrder);
tools/lldb/source/Plugins/Language/CPlusPlus/CPlusPlusNameParser.cpp 654 token.setKind(it->getValue());
tools/lldb/unittests/TestingSupport/MockTildeExpressionResolver.cpp 54 Output.append(User.getValue().begin(), User.getValue().end());
54 Output.append(User.getValue().begin(), User.getValue().end());
tools/lldb/unittests/tools/lldb-server/tests/MessageObjects.cpp 246 const auto &Val = E.getValue();
tools/llvm-cov/CodeCoverage.cpp 415 InvRemappedFilenames[RemappedFilename.getValue()] = RemappedFilename.getKey();
tools/llvm-cov/CoverageSummaryInfo.h 212 return DemangledName->getValue();
tools/llvm-objcopy/CopyConfig.cpp 248 MachineInfo MI = Iter->getValue();
tools/llvm-objcopy/ELF/ELFObjcopy.cpp 390 Sym.Name = I->getValue();
tools/llvm-pdbutil/DumpOutputStyle.cpp 1276 P.formatLine("Index: {0}", Entry.getValue());
1278 File.pdb().getStreamByteSize(Entry.getValue()));
tools/llvm-pdbutil/InputFile.cpp 221 formatChecksumKind(FC->getValue().Kind),
222 toHex(FC->getValue().Checksum), File);
tools/llvm-rc/ResourceScriptParser.cpp 548 if (CtlInfo->getValue().HasTitle) {
568 Class = CtlInfo->getValue().CtlClass;
tools/llvm-rc/ResourceScriptStmt.cpp 210 return Iter->getValue();
unittests/ProfileData/CoverageMappingTest.cpp 205 Filenames[E.getValue()] = E.getKey();
unittests/ProfileData/SampleProfTest.cpp 328 ASSERT_EQ(I->getValue(), Esamples);
utils/TableGen/CodeGenDAGPatterns.cpp 4331 if (Pair.getValue() > 1)