Searched defs:isCommon (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DJITSymbol.h134 bool isCommon() const { function in class:llvm::JITSymbolFlags
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DSectionKind.h163 bool isCommon() const { return K == Common; } function in class:llvm::SectionKind
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DSymbols.h150 bool isCommon() const { return symbolKind == CommonKind; } function in class:lld::elf::Symbol
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DIRSymtab.h196 bool isCommon() const { return (Flags >> S::FB_common) & 1; } function in struct:llvm::irsymtab::Symbol
H A DCOFF.h381 bool isCommon() const { function in class:llvm::object::COFFSymbolRef
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp643 bool Symbol::isCommon() const { return getShndx() == SHN_COMMON; } function in class:llvm::objcopy::elf::Symbol

Completed in 116 milliseconds