Home
last modified time | relevance | path

Searched refs:addExistingPathForDebug (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lld/include/lld/ReaderWriter/
H A DMachOLinkingContext.h324 void addExistingPathForDebug(StringRef path) { in addExistingPathForDebug() function
/freebsd-12.1/contrib/llvm/tools/lld/lib/Driver/
H A DDarwinLdDriver.cpp589 ctx.addExistingPathForDebug(existingPath->getValue()); in parse()