Home
last modified time | relevance | path

Searched refs:convertToDeclaration (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/IPO/
DFunctionImport.h133 bool convertToDeclaration(GlobalValue &GV);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DFunctionImport.cpp744 bool llvm::convertToDeclaration(GlobalValue &GV) { in convertToDeclaration() function in llvm
809 if (!convertToDeclaration(GV)) in thinLTOResolveWeakForLinkerModule()
DThinLTOBitcodeWriter.cpp182 if (!convertToDeclaration(*GV)) in filterModule()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DLTOBackend.cpp442 convertToDeclaration(GV); in dropDeadSymbols()