Home
last modified time | relevance | path

Searched defs:isCommon (Results 1 – 16 of 16) 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/llvm-project/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-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-10.0/llvm/include/llvm/ExecutionEngine/
DJITSymbol.h132 bool isCommon() const { in isCommon() function
/external/llvm-project/llvm/include/llvm/ExecutionEngine/
DJITSymbol.h134 bool isCommon() const { in isCommon() function
/external/llvm-project/llvm/include/llvm/Object/
DIRSymtab.h196 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-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/llvm-project/lld/ELF/
DSymbols.h150 bool isCommon() const { return symbolKind == CommonKind; } in isCommon() function
/external/llvm-project/flang/lib/Parser/
Dunparse.cpp584 bool isCommon{std::get<BindEntity::Kind>(x.t) == BindEntity::Kind::Common}; in Unparse() local
647 bool isCommon{ in Unparse() local
/external/llvm-project/llvm/tools/llvm-objcopy/ELF/
DObject.cpp719 bool Symbol::isCommon() const { return getShndx() == SHN_COMMON; } in isCommon() function in llvm::objcopy::elf::Symbol
/external/llvm/include/llvm/Object/
DCOFF.h360 bool isCommon() const { in isCommon() function