Searched refs:Comdats (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DIRSymtab.h94 /// The index into Header::Comdats, or -1 if not a comdat member.
143 Range<Comdat> Comdats; member in struct:llvm::irsymtab::storage::Header
235 ArrayRef<storage::Comdat> Comdats; member in class:llvm::irsymtab::Reader
256 Comdats = range(header().Comdats);
284 ComdatTable.reserve(Comdats.size());
285 for (auto C : Comdats)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DIRSymtab.cpp84 std::vector<storage::Comdat> Comdats; member in struct:__anon2305::Builder
167 auto P = ComdatMap.insert(std::make_pair(C, Comdats.size()));
189 Comdats.push_back(Comdat);
328 writeRange(Hdr.Comdats, Comdats);
H A DWasmObjectFile.cpp641 LinkingData.Comdats.emplace_back(Name);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h67 ComdatSetType Comdats;
225 const ComdatSetType &getComdats() const { return Comdats; }
H A DValueEnumerator.cpp448 unsigned ComdatID = Comdats.idFor(C);
818 Comdats.insert(C);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp328 const std::map<StringRef, std::vector<WasmComdatEntry>> &Comdats);
932 const std::map<StringRef, std::vector<WasmComdatEntry>> &Comdats) {
995 if (Comdats.size()) {
997 encodeULEB128(Comdats.size(), W.OS);
998 for (const auto &C : Comdats) {
1119 std::map<StringRef, std::vector<WasmComdatEntry>> Comdats; local
1247 Comdats[C->getName()].emplace_back(
1324 Comdats[C->getName()].emplace_back(
1592 writeLinkingMetaDataSection(SymbolInfos, InitFuncs, Comdats);
929 writeLinkingMetaDataSection( ArrayRef<wasm::WasmSymbolInfo> SymbolInfos, ArrayRef<std::pair<uint16_t, uint32_t>> InitFuncs, const std::map<StringRef, std::vector<WasmComdatEntry>> &Comdats) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSymbolRewriter.cpp100 auto &Comdats = M.getComdatSymbolTable(); local
106 Comdats.erase(Comdats.find(Source));
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h201 std::vector<StringRef> Comdats; member in struct:llvm::wasm::WasmLinkingData
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp239 if (Section.Comdats.size()) {
241 encodeULEB128(Section.Comdats.size(), SubSection.getStream());
242 for (const auto &C : Section.Comdats) {
H A DWasmYAML.cpp73 IO.mapOptional("Comdats", Section.Comdats);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h235 std::vector<Comdat> Comdats; member in struct:llvm::WasmYAML::LinkingSection
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp2364 SetVector<const Comdat *> Comdats; member in class:__anon1899::AssemblyWriter
2466 Comdats.insert(C);
2626 if (!Comdats.empty())
2628 for (const Comdat *C : Comdats) {
2630 if (C != Comdats.back())
4479 // Allow printing of Comdats from the debugger.

Completed in 287 milliseconds