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.h149 Range<Comdat> Comdats; member
243 ArrayRef<storage::Comdat> Comdats; variable
264 Comdats = range(header().Comdats); in Reader()
293 ComdatTable.reserve(Comdats.size()); in getComdatTable()
294 for (auto C : Comdats) in getComdatTable()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DIRSymtab.cpp91 std::vector<storage::Comdat> Comdats; member
187 auto P = ComdatMap.insert(std::make_pair(C, Comdats.size())); in getComdatIndex()
210 Comdats.push_back(Comdat); in getComdatIndex()
367 writeRange(Hdr.Comdats, Comdats); in build()
H A DWasmObjectFile.cpp916 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.cpp513 unsigned ComdatID = Comdats.idFor(C); in getComdatID()
920 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.cpp344 const std::map<StringRef, std::vector<WasmComdatEntry>> &Comdats);
1133 const std::map<StringRef, std::vector<WasmComdatEntry>> &Comdats) { in writeLinkingMetaDataSection() argument
1197 if (Comdats.size()) { in writeLinkingMetaDataSection()
1199 encodeULEB128(Comdats.size(), W->OS); in writeLinkingMetaDataSection()
1200 for (const auto &C : Comdats) { in writeLinkingMetaDataSection()
1459 std::map<StringRef, std::vector<WasmComdatEntry>> Comdats; in writeOneObject() local
1506 Comdats[C->getName()].emplace_back( in writeOneObject()
1540 Comdats[C->getName()].emplace_back( in writeOneObject()
1590 Comdats[C->getName()].emplace_back( in writeOneObject()
1932 for (auto &Group : Comdats) { in writeOneObject()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp262 if (Section.Comdats.size()) { in writeSectionContent()
264 encodeULEB128(Section.Comdats.size(), SubSection.getStream()); in writeSectionContent()
265 for (const auto &C : Section.Comdats) { in writeSectionContent()
H A DWasmYAML.cpp80 IO.mapOptional("Comdats", Section.Comdats); in sectionMapping()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h499 std::vector<StringRef> Comdats; member
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h262 std::vector<Comdat> Comdats; member
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp2861 SetVector<const Comdat *> Comdats; member in __anon33b632580a11::AssemblyWriter
2973 Comdats.insert(C); in AssemblyWriter()
3140 if (!Comdats.empty()) in printModule()
3142 for (const Comdat *C : Comdats) { in printModule()
3144 if (C != Comdats.back()) in printModule()