Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DSectionKind.h167 bool isCommon() const { return K == Common; } in isCommon() function
H A DMCSymbol.h379 bool isCommon() const { in isCommon() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
H A DJITSymbol.h134 bool isCommon() const { in isCommon() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DIRSymtab.h196 bool isCommon() const { return (Flags >> S::FB_common) & 1; } in isCommon() function
H A DCOFF.h381 bool isCommon() const { in isCommon() function
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp721 bool Symbol::isCommon() const { return getShndx() == SHN_COMMON; } in isCommon() function in llvm::objcopy::elf::Symbol