Home
last modified time | relevance | path

Searched refs:StringMap (Results 1 – 25 of 260) sorted by relevance

1234567891011

/freebsd-12.1/contrib/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp138 static StringMap<MemoryBufferRef>
140 StringMap<MemoryBufferRef> ModuleMap; in generateModuleMap()
202 StringMap<MemoryBufferRef> &ModuleMap, in crossImportIntoModule()
566 const StringMap<FunctionImporter::ExportSetTy> &ExportLists, in internalizeAndPromoteInIndex()
602 StringMap<GVSummaryMapTy> ModuleToDefinedGVSummaries; in promote()
613 StringMap<FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in promote()
614 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in promote()
641 StringMap<GVSummaryMapTy> ModuleToDefinedGVSummaries(ModuleCount); in crossModuleImport()
652 StringMap<FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in crossModuleImport()
653 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in crossModuleImport()
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/ProfileData/
H A DSampleProfWriter.h45 virtual std::error_code write(const StringMap<FunctionSamples> &ProfileMap);
66 writeHeader(const StringMap<FunctionSamples> &ProfileMap) = 0;
75 void computeSummary(const StringMap<FunctionSamples> &ProfileMap);
88 writeHeader(const StringMap<FunctionSamples> &ProfileMap) override { in writeHeader()
114 writeHeader(const StringMap<FunctionSamples> &ProfileMap) override;
175 write(const StringMap<FunctionSamples> &ProfileMap) override;
187 writeHeader(const StringMap<FunctionSamples> &ProfileMap) override;
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DFileCheck.h125 StringMap<StringRef> &VariableTable) const;
127 const StringMap<StringRef> &VariableTable,
130 const StringMap<StringRef> &VariableTable,
146 const StringMap<StringRef> &VariableTable) const;
227 size_t &MatchLen, StringMap<StringRef> &VariableTable,
234 StringMap<StringRef> &VariableTable,
239 StringMap<StringRef> &VariableTable,
H A DSpecialCaseList.h126 StringMap<unsigned> Strings;
131 using SectionEntries = StringMap<StringMap<Matcher>>;
143 bool parse(const MemoryBuffer *MB, StringMap<size_t> &SectionsMap,
/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DStringMap.h220 class StringMap : public StringMapImpl {
226 StringMap() : StringMapImpl(static_cast<unsigned>(sizeof(MapEntryTy))) {} in StringMap() function
228 explicit StringMap(unsigned InitialSize) in StringMap() function
231 explicit StringMap(AllocatorTy A) in StringMap() function
234 StringMap(unsigned InitialSize, AllocatorTy A) in StringMap() function
238 StringMap(std::initializer_list<std::pair<StringRef, ValueTy>> List) in StringMap() function
245 StringMap(StringMap &&RHS) in StringMap() function
248 StringMap(const StringMap &RHS) : in StringMap() function
283 StringMap &operator=(StringMap RHS) {
289 ~StringMap() { in ~StringMap()
H A DStringSet.h28 class StringSet : public StringMap<char, AllocatorTy> {
29 using base = StringMap<char, AllocatorTy>;
/freebsd-12.1/contrib/llvm/include/llvm/Transforms/IPO/
H A DFunctionImport.h99 using ImportMapTy = StringMap<FunctionsToImportTy>;
143 const StringMap<GVSummaryMapTy> &ModuleToDefinedGVSummaries,
144 StringMap<FunctionImporter::ImportMapTy> &ImportLists,
145 StringMap<FunctionImporter::ExportSetTy> &ExportLists);
203 const StringMap<GVSummaryMapTy> &ModuleToDefinedGVSummaries,
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/CrossTU/
H A DCrossTranslationUnit.h85 llvm::Expected<llvm::StringMap<std::string>>
88 std::string createCrossTUIndexString(const llvm::StringMap<std::string> &Index);
162 llvm::StringMap<std::unique_ptr<clang::ASTUnit>> FileASTUnitMap;
163 llvm::StringMap<clang::ASTUnit *> FunctionASTUnitMap;
164 llvm::StringMap<std::string> FunctionFileMap;
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugStringTableSubsection.h79 StringMap<uint32_t>::const_iterator begin() const { in begin()
83 StringMap<uint32_t>::const_iterator end() const { return StringToId.end(); } in end()
89 StringMap<uint32_t> StringToId;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/
H A DFileMatchTrie.cpp116 llvm::StringMap<FileMatchTrieNode>::const_iterator MatchingChild = in findEquivalent()
144 llvm::StringMap<FileMatchTrieNode>::const_iterator Except) const { in getAll()
151 for (llvm::StringMap<FileMatchTrieNode>::const_iterator in getAll()
165 llvm::StringMap<FileMatchTrieNode> Children;
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DOpenCLOptions.h34 llvm::StringMap<Info> OptMap;
119 for (llvm::StringMap<Info>::iterator I = OptMap.begin(),
125 for (llvm::StringMap<Info>::iterator I = OptMap.begin(), in disableAll()
131 for (llvm::StringMap<Info>::iterator I = OptMap.begin(), E = OptMap.end(); in enableSupportedCore()
H A DFileSystemStatCache.h103 llvm::StringMap<FileData, llvm::BumpPtrAllocator> StatCalls;
106 llvm::StringMap<FileData, llvm::BumpPtrAllocator>::const_iterator;
/freebsd-12.1/contrib/llvm/lib/CodeGen/MIRParser/
H A DMIParser.h46 using Name2RegClassMap = StringMap<const TargetRegisterClass *>;
47 using Name2RegBankMap = StringMap<const RegisterBank *>;
59 StringMap<VRegInfo*> VRegInfosNamed;
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Frontend/
H A DModelConsumer.h34 ModelConsumer(llvm::StringMap<Stmt *> &Bodies);
39 llvm::StringMap<Stmt *> &Bodies;
H A DFrontendActions.h44 ParseModelFileAction(llvm::StringMap<Stmt *> &Bodies);
52 llvm::StringMap<Stmt *> &Bodies;
/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DRISCVCompressInstEmitter.cpp113 void createDagOperandMapping(Record *Rec, StringMap<unsigned> &SourceOperands,
114 StringMap<unsigned> &DestOperands,
122 StringMap<unsigned> &SourceOperands,
290 Record *Rec, StringMap<unsigned> &SourceOperands, in createDagOperandMapping()
291 StringMap<unsigned> &DestOperands, DagInit *SourceDag, DagInit *DestDag, in createDagOperandMapping()
307 StringMap<unsigned>::iterator it = in createDagOperandMapping()
339 StringMap<unsigned> &SourceOperands, CodeGenInstruction &DestInst) { in createInstOperandMapping()
365 StringMap<unsigned>::iterator SourceOp = in createInstOperandMapping()
456 StringMap<unsigned> SourceOperands; in evaluateCompressPat()
457 StringMap<unsigned> DestOperands; in evaluateCompressPat()
/freebsd-12.1/contrib/llvm/include/llvm/ObjectYAML/
H A DDWARFEmitter.h41 Expected<StringMap<std::unique_ptr<MemoryBuffer>>>
44 StringMap<std::unique_ptr<MemoryBuffer>>
/freebsd-12.1/contrib/llvm/lib/Support/
H A DFileCheck.cpp276 StringMap<StringRef> &VariableTable) const { in Match()
306 StringMap<StringRef>::iterator it = in Match()
372 const StringMap<StringRef> &VariableTable, in PrintVariableUses()
392 StringMap<StringRef>::const_iterator it = VariableTable.find(Var); in PrintVariableUses()
435 const StringMap<StringRef> &VariableTable, in PrintFuzzyMatch()
901 StringMap<StringRef> &VariableTable, size_t MatchPos, in PrintMatch()
1009 StringMap<StringRef> &VariableTable, in Check()
1168 StringMap<StringRef> &VariableTable, const FileCheckRequest &Req, in CheckNot()
1195 StringMap<StringRef> &VariableTable, in CheckDag()
1369 static void ClearLocalVars(StringMap<StringRef> &VariableTable) { in ClearLocalVars()
[all …]
H A DSpecialCaseList.cpp100 StringMap<size_t> Sections; in createInternal()
119 StringMap<size_t> Sections; in createInternal()
126 StringMap<size_t> &SectionsMap, in parse()
226 StringMap<Matcher>::const_iterator II = I->second.find(Category); in inSectionBlame()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h68 StringMap<const DIE *> GlobalNames;
71 StringMap<const DIE *> GlobalTypes;
272 const StringMap<const DIE *> &getGlobalNames() const { return GlobalNames; } in getGlobalNames()
273 const StringMap<const DIE *> &getGlobalTypes() const { return GlobalTypes; } in getGlobalTypes()
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCContext.h65 using SymbolTable = StringMap<MCSymbol *, BumpPtrAllocator &>;
111 StringMap<bool, BumpPtrAllocator &> UsedNames;
115 StringMap<unsigned> NextID;
250 StringMap<MCSectionMachO *> MachOUniquingMap;
254 StringMap<bool> RelSecNames;
279 StringMap<MCAsmMacro> MacroMap;
657 StringMap<MCAsmMacro>::iterator I = MacroMap.find(Name); in lookupMacro()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Tooling/Core/
H A DDiagnostic.h62 const llvm::StringMap<Replacements> &Fix,
73 llvm::StringMap<Replacements> Fix;
/freebsd-12.1/contrib/llvm/lib/Object/
H A DRecordStreamer.h33 StringMap<State> Symbols;
68 using const_iterator = StringMap<State>::const_iterator;
/freebsd-12.1/contrib/llvm/include/llvm/TableGen/
H A DSetTheory.h102 StringMap<std::unique_ptr<Operator>> Operators;
105 StringMap<std::unique_ptr<Expander>> Expanders;
/freebsd-12.1/contrib/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp44 SampleProfileWriter::write(const StringMap<FunctionSamples> &ProfileMap) { in write()
70 const StringMap<FunctionSamples> &ProfileMap) { in write()
236 const StringMap<FunctionSamples> &ProfileMap) { in writeHeader()
254 const StringMap<FunctionSamples> &ProfileMap) { in writeHeader()
395 const StringMap<FunctionSamples> &ProfileMap) { in computeSummary()

1234567891011