Home
last modified time | relevance | path

Searched refs:Comdats (Results 1 – 25 of 34) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DIRSymtab.h143 Range<Comdat> Comdats; member
232 ArrayRef<storage::Comdat> Comdats; variable
252 Comdats = range(header().Comdats); in Reader()
279 ComdatTable.reserve(Comdats.size()); in getComdatTable()
280 for (auto C : Comdats) in getComdatTable()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dwasm2yaml.cpp67 ArrayRef<StringRef> Comdats = Obj.linkingData().Comdats; in dumpCustomSection() local
68 for (StringRef ComdatName : Comdats) in dumpCustomSection()
69 LinkingSec->Comdats.emplace_back(WasmYAML::Comdat{ComdatName, {}}); in dumpCustomSection()
72 LinkingSec->Comdats[Func.Comdat].Entries.emplace_back( in dumpCustomSection()
88 LinkingSec->Comdats[Segment.Data.Comdat].Entries.emplace_back( in dumpCustomSection()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DIRSymtab.cpp85 std::vector<storage::Comdat> Comdats; member
152 auto P = ComdatMap.insert(std::make_pair(C, Comdats.size())); in getComdatIndex()
174 Comdats.push_back(Comdat); in getComdatIndex()
313 writeRange(Hdr.Comdats, Comdats); in build()
DWasmObjectFile.cpp552 LinkingData.Comdats.emplace_back(Name); in parseLinkingSectionComdat()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
DValueEnumerator.h68 ComdatSetType Comdats; variable
226 const ComdatSetType &getComdats() const { return Comdats; } in getComdats()
DValueEnumerator.cpp451 unsigned ComdatID = Comdats.idFor(C); in getComdatID()
820 Comdats.insert(C); in EnumerateValue()
/external/llvm/lib/Bitcode/Writer/
DValueEnumerator.h63 ComdatSetType Comdats; variable
216 const ComdatSetType &getComdats() const { return Comdats; } in getComdats()
DValueEnumerator.cpp417 unsigned ComdatID = Comdats.idFor(C); in getComdatID()
787 Comdats.insert(C); in EnumerateValue()
/external/llvm/test/Bitcode/
Dweak-macho-3.5.ll4 ; The test checks that LLVM does not place weak GlobalVariables into Comdats for
Dcompatibility-3.7.ll19 ;; Comdats
Dcompatibility-3.6.ll19 ;; Comdats
Dcompatibility-3.8.ll18 ;; Comdats
/external/swiftshader/third_party/llvm-7.0/llvm/test/Bitcode/
Dweak-macho-3.5.ll4 ; The test checks that LLVM does not place weak GlobalVariables into Comdats for
Dcompatibility-3.7.ll19 ;; Comdats
Dcompatibility-3.6.ll19 ;; Comdats
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DWasmObjectWriter.cpp313 const std::map<StringRef, std::vector<WasmComdatEntry>> &Comdats);
932 const std::map<StringRef, std::vector<WasmComdatEntry>> &Comdats) { in writeLinkingMetaDataSection() argument
993 if (Comdats.size()) { in writeLinkingMetaDataSection()
995 encodeULEB128(Comdats.size(), W.OS); in writeLinkingMetaDataSection()
996 for (const auto &C : Comdats) { in writeLinkingMetaDataSection()
1091 std::map<StringRef, std::vector<WasmComdatEntry>> Comdats; in writeObject() local
1185 Comdats[C->getName()].emplace_back( in writeObject()
1250 Comdats[C->getName()].emplace_back( in writeObject()
1470 writeLinkingMetaDataSection(SymbolInfos, InitFuncs, Comdats); in writeObject()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSymbolRewriter.cpp100 auto &Comdats = M.getComdatSymbolTable(); in rewriteComdat() local
106 Comdats.erase(Comdats.find(Source)); in rewriteComdat()
/external/llvm/lib/Transforms/Utils/
DSymbolRewriter.cpp84 auto &Comdats = M.getComdatSymbolTable(); in rewriteComdat() local
90 Comdats.erase(Comdats.find(Source)); in rewriteComdat()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
Dyaml2wasm.cpp203 if (Section.Comdats.size()) { in writeSectionContent()
205 encodeULEB128(Section.Comdats.size(), SubSection.GetStream()); in writeSectionContent()
206 for (const auto &C : Section.Comdats) { in writeSectionContent()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DWasm.h169 std::vector<StringRef> Comdats; member
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/WebAssembly/
Dcomdat.ll111 ; CHECK-NEXT: Comdats:
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h202 std::vector<Comdat> Comdats; member
/external/llvm/lib/IR/
DAsmWriter.cpp2063 SetVector<const Comdat *> Comdats; member in __anon7e0791c30611::AssemblyWriter
2132 Comdats.insert(C); in AssemblyWriter()
2273 if (!Comdats.empty()) in printModule()
2275 for (const Comdat *C : Comdats) { in printModule()
2277 if (C != Comdats.back()) in printModule()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DWasmYAML.cpp64 IO.mapOptional("Comdats", Section.Comdats); in sectionMapping()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DAsmWriter.cpp2291 SetVector<const Comdat *> Comdats; member in __anond391111b0611::AssemblyWriter
2390 Comdats.insert(C); in AssemblyWriter()
2548 if (!Comdats.empty()) in printModule()
2550 for (const Comdat *C : Comdats) { in printModule()
2552 if (C != Comdats.back()) in printModule()

12