Home | History | Annotate | Download | only in Reader

Lines Matching refs:GV

3003 bool BitcodeReader::isMaterializable(const GlobalValue *GV) const {
3004 if (const Function *F = dyn_cast<Function>(GV)) {
3011 bool BitcodeReader::Materialize(GlobalValue *GV, std::string *ErrInfo) {
3012 Function *F = dyn_cast<Function>(GV);
3046 bool BitcodeReader::isDematerializable(const GlobalValue *GV) const {
3047 const Function *F = dyn_cast<Function>(GV);
3053 void BitcodeReader::Dematerialize(GlobalValue *GV) {
3054 Function *F = dyn_cast<Function>(GV);