Searched refs:addCommon (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | SymbolTable.h | 49 Symbol *addCommon(StringRef name, InputFile *, uint64_t size, uint32_t align,
|
H A D | SymbolTable.cpp | 241 Symbol *SymbolTable::addCommon(StringRef name, InputFile *file, uint64_t size, in addCommon() function in SymbolTable
|
H A D | InputFiles.cpp | 766 : symtab->addCommon(name, this, sym.n_value, in parseNonSectionSymbol() 2261 return symtab->addCommon(name, &file, objSym.getCommonSize(), in createBitcodeSymbol()
|
/freebsd/contrib/llvm-project/lld/COFF/ |
H A D | SymbolTable.h | 102 Symbol *addCommon(InputFile *f, StringRef n, uint64_t size,
|
H A D | InputFiles.cpp | 634 return ctx.symtab.addCommon(this, getName(), sym.getValue(), in createDefined() 1108 sym = ctx.symtab.addCommon(this, symName, objSym.getCommonSize()); in parse()
|
H A D | SymbolTable.cpp | 772 Symbol *SymbolTable::addCommon(InputFile *f, StringRef n, uint64_t size, in addCommon() function in lld::coff::SymbolTable
|