Home | History | Annotate | Download | only in Reader

Lines Matching refs:GV

2718 bool BitcodeReader::isMaterializable(const GlobalValue *GV) const {
2719 if (const Function *F = dyn_cast<Function>(GV)) {
2726 bool BitcodeReader::Materialize(GlobalValue *GV, std::string *ErrInfo) {
2727 Function *F = dyn_cast<Function>(GV);
2761 bool BitcodeReader::isDematerializable(const GlobalValue *GV) const {
2762 const Function *F = dyn_cast<Function>(GV);
2768 void BitcodeReader::Dematerialize(GlobalValue *GV) {
2769 Function *F = dyn_cast<Function>(GV);