Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DIRSymtab.h148 Range<Comdat> Comdats; member
240 ArrayRef<storage::Comdat> Comdats; variable
261 Comdats = range(header().Comdats); in Reader()
290 ComdatTable.reserve(Comdats.size()); in getComdatTable()
291 for (auto C : Comdats) in getComdatTable()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DIRSymtab.cpp93 std::vector<storage::Comdat> Comdats; member
189 auto P = ComdatMap.insert(std::make_pair(C, Comdats.size())); in getComdatIndex()
212 Comdats.push_back(Comdat); in getComdatIndex()
362 writeRange(Hdr.Comdats, Comdats); in build()
H A DWasmObjectFile.cpp824 LinkingData.Comdats.emplace_back(Name); in parseLinkingSectionComdat()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.h69 ComdatSetType Comdats; variable
226 const ComdatSetType &getComdats() const { return Comdats; } in getComdats()
H A DDXILValueEnumerator.cpp508 unsigned ComdatID = Comdats.idFor(C); in getComdatID()
885 Comdats.insert(C); in EnumerateValue()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h66 ComdatSetType Comdats; variable
224 const ComdatSetType &getComdats() const { return Comdats; } in getComdats()
H A DValueEnumerator.cpp473 unsigned ComdatID = Comdats.idFor(C); in getComdatID()
880 Comdats.insert(C); in EnumerateValue()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSymbolRewriter.cpp97 auto &Comdats = M.getComdatSymbolTable(); in rewriteComdat() local
103 Comdats.erase(Comdats.find(Source)); in rewriteComdat()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp349 const std::map<StringRef, std::vector<WasmComdatEntry>> &Comdats);
1159 const std::map<StringRef, std::vector<WasmComdatEntry>> &Comdats) { in writeLinkingMetaDataSection() argument
1223 if (Comdats.size()) { in writeLinkingMetaDataSection()
1225 encodeULEB128(Comdats.size(), W->OS); in writeLinkingMetaDataSection()
1226 for (const auto &C : Comdats) { in writeLinkingMetaDataSection()
1473 std::map<StringRef, std::vector<WasmComdatEntry>> Comdats; in writeOneObject() local
1519 Comdats[C->getName()].emplace_back( in writeOneObject()
1553 Comdats[C->getName()].emplace_back( in writeOneObject()
1603 Comdats[C->getName()].emplace_back( in writeOneObject()
1941 for (auto &Group : Comdats) { in writeOneObject()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp254 if (Section.Comdats.size()) { in writeSectionContent()
256 encodeULEB128(Section.Comdats.size(), SubSection.getStream()); in writeSectionContent()
257 for (const auto &C : Section.Comdats) { in writeSectionContent()
H A DWasmYAML.cpp78 IO.mapOptional("Comdats", Section.Comdats); in sectionMapping()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h432 std::vector<StringRef> Comdats; member
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h260 std::vector<Comdat> Comdats; member
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp2611 SetVector<const Comdat *> Comdats; member in __anon6540d3200911::AssemblyWriter
2720 Comdats.insert(C); in AssemblyWriter()
2887 if (!Comdats.empty()) in printModule()
2889 for (const Comdat *C : Comdats) { in printModule()
2891 if (C != Comdats.back()) in printModule()