reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/ExecutionEngine/JITLink/MachOLinkGraphBuilder.cpp
  166     IndexToSection.insert(std::make_pair(SecIndex, std::move(NSec)));
  170   Sections.reserve(IndexToSection.size());
  171   for (auto &KV : IndexToSection)
  359   for (auto &KV : IndexToSection) {
  522   for (auto &KV : IndexToSection) {
lib/ExecutionEngine/JITLink/MachOLinkGraphBuilder.h
  169     auto I = IndexToSection.find(Index);
  170     assert(I != IndexToSection.end() && "No section recorded at index");
  178     auto I = IndexToSection.find(Index);
  179     if (I == IndexToSection.end())