Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DFunctionImport.h194 bool convertToDeclaration(GlobalValue &GV);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1008 bool llvm::convertToDeclaration(GlobalValue &GV) { in convertToDeclaration() function in llvm
1077 if (!convertToDeclaration(GV)) in thinLTOResolvePrevailingInModule()
H A DThinLTOBitcodeWriter.cpp189 if (!convertToDeclaration(*GV)) in filterModule()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTOBackend.cpp530 convertToDeclaration(GV); in dropDeadSymbols()