Home
last modified time | relevance | path

Searched defs:hasWeakLinkage (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/
DGlobalValue.h203 bool hasWeakLinkage() const { in hasWeakLinkage() function
/external/llvm/include/llvm/IR/
DGlobalValue.h385 bool hasWeakLinkage() const { return isWeakLinkage(getLinkage()); } in hasWeakLinkage() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DGlobalValue.h402 bool hasWeakLinkage() const { return isWeakLinkage(getLinkage()); } in hasWeakLinkage() function