Searched refs:Comdats (Results 1 – 12 of 12) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | IRSymtab.h | 143 Range<Comdat> Comdats; member 235 ArrayRef<storage::Comdat> Comdats; variable 256 Comdats = range(header().Comdats); in Reader() 284 ComdatTable.reserve(Comdats.size()); in getComdatTable() 285 for (auto C : Comdats) in getComdatTable()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | IRSymtab.cpp | 84 std::vector<storage::Comdat> Comdats; member 167 auto P = ComdatMap.insert(std::make_pair(C, Comdats.size())); in getComdatIndex() 189 Comdats.push_back(Comdat); in getComdatIndex() 328 writeRange(Hdr.Comdats, Comdats); in build()
|
D | WasmObjectFile.cpp | 641 LinkingData.Comdats.emplace_back(Name); in parseLinkingSectionComdat()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
D | ValueEnumerator.h | 67 ComdatSetType Comdats; variable 225 const ComdatSetType &getComdats() const { return Comdats; } in getComdats()
|
D | ValueEnumerator.cpp | 448 unsigned ComdatID = Comdats.idFor(C); in getComdatID() 818 Comdats.insert(C); in EnumerateValue()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | SymbolRewriter.cpp | 100 auto &Comdats = M.getComdatSymbolTable(); in rewriteComdat() local 106 Comdats.erase(Comdats.find(Source)); in rewriteComdat()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | WasmObjectWriter.cpp | 328 const std::map<StringRef, std::vector<WasmComdatEntry>> &Comdats); 932 const std::map<StringRef, std::vector<WasmComdatEntry>> &Comdats) { in writeLinkingMetaDataSection() argument 995 if (Comdats.size()) { in writeLinkingMetaDataSection() 997 encodeULEB128(Comdats.size(), W.OS); in writeLinkingMetaDataSection() 998 for (const auto &C : Comdats) { in writeLinkingMetaDataSection() 1119 std::map<StringRef, std::vector<WasmComdatEntry>> Comdats; in writeObject() local 1247 Comdats[C->getName()].emplace_back( in writeObject() 1324 Comdats[C->getName()].emplace_back( in writeObject() 1592 writeLinkingMetaDataSection(SymbolInfos, InitFuncs, Comdats); in writeObject()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | WasmEmitter.cpp | 239 if (Section.Comdats.size()) { in writeSectionContent() 241 encodeULEB128(Section.Comdats.size(), SubSection.getStream()); in writeSectionContent() 242 for (const auto &C : Section.Comdats) { in writeSectionContent()
|
D | WasmYAML.cpp | 73 IO.mapOptional("Comdats", Section.Comdats); in sectionMapping()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | Wasm.h | 201 std::vector<StringRef> Comdats; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
D | WasmYAML.h | 235 std::vector<Comdat> Comdats; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | AsmWriter.cpp | 2364 SetVector<const Comdat *> Comdats; member in __anon27d2c4220611::AssemblyWriter 2466 Comdats.insert(C); in AssemblyWriter() 2626 if (!Comdats.empty()) in printModule() 2628 for (const Comdat *C : Comdats) { in printModule() 2630 if (C != Comdats.back()) in printModule()
|