Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/ELF/
H A DSymbols.h32 class CommonSymbol; variable
391 CommonSymbol(InputFile *file, StringRef name, uint8_t binding, in CommonSymbol() function
/openbsd-src/gnu/llvm/lld/MachO/
H A DSymbols.h238 CommonSymbol(StringRefZ name, InputFile *file, uint64_t size, uint32_t align, in CommonSymbol() function
/openbsd-src/gnu/llvm/llvm/tools/dsymutil/
H A DMachODebugMapParser.cpp148 for (auto &CommonSymbol : CommonSymbols) { in addCommonSymbols() local