Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DSectionKind.h158 bool isCommon() const { return K == Common; } in isCommon() function
DMCSymbol.h373 bool isCommon() const { in isCommon() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DSectionKind.h163 bool isCommon() const { return K == Common; } in isCommon() function
DMCSymbol.h378 bool isCommon() const { in isCommon() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/
DSectionKind.h173 bool isCommon() const { return K == Common; } in isCommon() function
DMCSymbol.h385 bool isCommon() const { in isCommon() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
DJITSymbol.h132 bool isCommon() const { in isCommon() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/
DJITSymbol.h134 bool isCommon() const { in isCommon() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DIRSymtab.h195 bool isCommon() const { return (Flags >> S::FB_common) & 1; } in isCommon() function
DCOFF.h381 bool isCommon() const { in isCommon() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/
DIRSymtab.h200 bool isCommon() const { return (Flags >> S::FB_common) & 1; } in isCommon() function
DCOFF.h381 bool isCommon() const { in isCommon() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/ELF/
DELFObject.cpp679 bool Symbol::isCommon() const { return getShndx() == SHN_COMMON; } in isCommon() function in Symbol
/external/llvm/include/llvm/Object/
DCOFF.h360 bool isCommon() const { in isCommon() function