Home
last modified time | relevance | path

Searched refs:remapInputs (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DConfig.h535 llvm::DenseMap<llvm::StringRef, llvm::StringRef> remapInputs; member
H A DDriver.cpp1331 static bool remapInputs(Ctx &ctx, StringRef line, const Twine &location) { in remapInputs() function
1339 ctx.arg.remapInputs[fields[0]] = fields[1]; in remapInputs()
1664 remapInputs(ctx, value, arg->getSpelling()); in readConfigs()
1673 if (remapInputs(ctx, line, filename + ":" + Twine(lineno + 1))) in readConfigs()
H A DInputFiles.cpp228 auto it = ctx.arg.remapInputs.find(path); in readFile()
229 if (it != ctx.arg.remapInputs.end()) { in readFile()