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

References

lib/ExecutionEngine/JITLink/MachOLinkGraphBuilder.cpp
   55   assert(!CustomSectionParserFunctions.count(SectionName) &&
   57   CustomSectionParserFunctions[SectionName] = std::move(Parser);
  364     if (CustomSectionParserFunctions.count(NSec.GraphSection->getName())) {
  525     auto HI = CustomSectionParserFunctions.find(NSec.GraphSection->getName());
  526     if (HI != CustomSectionParserFunctions.end()) {