Searched defs:CommonSymbol (Results 1 – 3 of 3) sorted by relevance
32 class CommonSymbol; variable391 CommonSymbol(InputFile *file, StringRef name, uint8_t binding, in CommonSymbol() function
238 CommonSymbol(StringRefZ name, InputFile *file, uint64_t size, uint32_t align, in CommonSymbol() function
148 for (auto &CommonSymbol : CommonSymbols) { in addCommonSymbols() local