reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2834 for (Argument &A : F.args()) 2877 Value *Val = F.getValueSymbolTable()->lookup(Name); 2900 FwdVal = BasicBlock::Create(F.getContext(), Name, &F); 2900 FwdVal = BasicBlock::Create(F.getContext(), Name, &F); 2934 FwdVal = BasicBlock::Create(F.getContext(), "", &F); 2934 FwdVal = BasicBlock::Create(F.getContext(), "", &F); 3009 GetVal(Name, Type::getLabelTy(F.getContext()), Loc, /*IsCall=*/false)); 3014 GetVal(ID, Type::getLabelTy(F.getContext()), Loc, /*IsCall=*/false)); 3045 F.getBasicBlockList().splice(F.end(), F.getBasicBlockList(), BB); 3045 F.getBasicBlockList().splice(F.end(), F.getBasicBlockList(), BB); 3045 F.getBasicBlockList().splice(F.end(), F.getBasicBlockList(), BB); 5543 ID.StrVal = F.getName(); 5567 GV->replaceAllUsesWith(BlockAddress::get(&F, BB));lib/AsmParser/LLParser.h
427 Function &getFunction() const { return F; }