Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Transforms/IPO/
H A DFunctionImport.h189 bool convertToDeclaration(GlobalValue &GV);
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp902 bool llvm::convertToDeclaration(GlobalValue &GV) { in convertToDeclaration() function in llvm
970 if (!convertToDeclaration(GV)) in thinLTOResolvePrevailingInModule()
H A DThinLTOBitcodeWriter.cpp183 if (!convertToDeclaration(*GV)) in filterModule()
/freebsd-12.1/contrib/llvm/lib/LTO/
H A DLTOBackend.cpp449 convertToDeclaration(GV); in dropDeadSymbols()