Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DSectionKind.h173 bool isCommon() const { return K == Common; } in isCommon() function
H A DMCSymbol.h387 bool isCommon() const { in isCommon() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DJITSymbol.h134 bool isCommon() const { in isCommon() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DIRSymtab.h200 bool isCommon() const { return (Flags >> S::FB_common) & 1; } in isCommon() function
H A DCOFF.h381 bool isCommon() const { in isCommon() function
/freebsd/contrib/llvm-project/lld/ELF/
H A DSymbols.h186 bool isCommon() const { return symbolKind == CommonKind; } in isCommon() function
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp706 bool Symbol::isCommon() const { return getShndx() == SHN_COMMON; } in isCommon() function in Symbol