Home
last modified time | relevance | path

Searched refs:createInternalFile (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DInputFiles.h379 InputFile *createInternalFile(Ctx &, StringRef name);
H A DLinkerScript.cpp250 Defined newSym(ctx, createInternalFile(ctx, cmd->location), cmd->name, in addSymbol()
H A DInputFiles.cpp1962 InputFile *elf::createInternalFile(Ctx &ctx, StringRef name) { in createInternalFile() function in elf
H A DDriver.cpp3140 ctx.internalFile = createInternalFile(ctx, "<internal>"); in link()