Searched refs:isCommon (Results 26 - 33 of 33) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DObject.h628 bool isCommon() const;
H A DObject.cpp643 bool Symbol::isCommon() const { return getShndx() == SHN_COMMON; } function in class:llvm::objcopy::elf::Symbol
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h381 bool isCommon() const { function in class:llvm::object::COFFSymbolRef
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp1596 if (objSym.isCommon())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp776 if (Sym.isCommon()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp1705 if (GVKind.isCommon() || GVKind.isBSSLocal()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp527 if (GVKind.isCommon()) {
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1267 if (Symbol->isCommon())

Completed in 282 milliseconds

12