Home
last modified time | relevance | path

Searched defs:CommonSymbol (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lld/ELF/
DSymbols.h34 class CommonSymbol; variable
331 CommonSymbol(InputFile *file, StringRefZ name, uint8_t binding, in CommonSymbol() function
/external/llvm-project/lld/MachO/
DSymbols.h137 CommonSymbol(StringRefZ name, InputFile *file, uint64_t size, uint32_t align) in CommonSymbol() function
/external/llvm-project/llvm/tools/dsymutil/
DMachODebugMapParser.cpp138 for (auto &CommonSymbol : CommonSymbols) { in addCommonSymbols() local