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

References

tools/lld/include/lld/ReaderWriter/MachOLinkingContext.h
  384   StringRef copy(StringRef str) { return str.copy(_allocator); }
tools/lld/lib/Core/LinkingContext.cpp
   41       *(new (_allocator) SimpleUndefinedAtom(*entryFile, entrySymbolName())));
   56     undefinedSymFile->addAtom(*(new (_allocator) SimpleUndefinedAtom(
tools/lld/lib/ReaderWriter/MachO/MachOLinkingContext.cpp
  484         _searchDirs.push_back(path.str().copy(_allocator));
  512         _frameworkDirs.push_back(path.str().copy(_allocator));
  539       return fullPath.str().copy(_allocator);
  547     return fullPath.str().copy(_allocator);
  553     return fullPath.str().copy(_allocator);
  577       return fullPath.str().copy(_allocator);