Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DFunctionImport.h205 bool convertToDeclaration(GlobalValue &GV);
/src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp229 if (!convertToDeclaration(*GV)) in filterModule()
H A DFunctionImport.cpp1464 bool llvm::convertToDeclaration(GlobalValue &GV) { in convertToDeclaration() function in llvm
1554 if (!convertToDeclaration(GV)) in thinLTOFinalizeInModule()
/src/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp539 convertToDeclaration(GV); in dropDeadSymbols()