Home
last modified time | relevance | path

Searched refs:hasLinkerPrivateWeakDefAutoLinkage (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/
DGlobalValue.h213 bool hasLinkerPrivateWeakDefAutoLinkage() const { in hasLinkerPrivateWeakDefAutoLinkage() function
/external/swiftshader/third_party/LLVM/lib/Target/
DMangler.cpp184 GV->hasLinkerPrivateWeakDefAutoLinkage()) in getNameWithPrefix()
/external/swiftshader/third_party/LLVM/tools/lto/
DLTOModule.cpp359 def->hasLinkerPrivateWeakDefAutoLinkage()) in addDefinedSymbol()
375 else if (def->hasLinkerPrivateWeakDefAutoLinkage()) in addDefinedSymbol()
/external/swiftshader/third_party/LLVM/tools/llvm-nm/
Dllvm-nm.cpp246 GV.hasLinkerPrivateWeakDefAutoLinkage() || in DumpSymbolNameForGlobalValue()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DVerifier.cpp408 Assert1(!GV.hasLinkerPrivateWeakDefAutoLinkage() || GV.hasDefaultVisibility(), in visitGlobalValue()