Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DFunctionImport.h202 bool convertToDeclaration(GlobalValue &GV);
/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp216 if (!convertToDeclaration(*GV)) in filterModule()
H A DFunctionImport.cpp1016 bool llvm::convertToDeclaration(GlobalValue &GV) { in convertToDeclaration() function in llvm
1106 if (!convertToDeclaration(GV)) in thinLTOFinalizeInModule()
/openbsd/gnu/llvm/llvm/lib/LTO/
H A DLTOBackend.cpp527 convertToDeclaration(GV); in dropDeadSymbols()