Home
last modified time | relevance | path

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

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