Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/
DGlobalValue.h184 static bool isWeakForLinker(LinkageTypes Linkage) { in isWeakForLinker() function
227 bool isWeakForLinker() const { return isWeakForLinker(Linkage); } in isWeakForLinker() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DGlobalValue.h342 static bool isWeakForLinker(LinkageTypes Linkage) { in isWeakForLinker() function
428 bool isWeakForLinker() const { return isWeakForLinker(getLinkage()); } in isWeakForLinker() function
/external/llvm/include/llvm/IR/
DGlobalValue.h325 static bool isWeakForLinker(LinkageTypes Linkage) { in isWeakForLinker() function
411 bool isWeakForLinker() const { return isWeakForLinker(getLinkage()); } in isWeakForLinker() function