reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
75 const Function &Fn = getFunction(); 101 const Function &Fn = getFunction(); 127 const Function &Fn = getFunction();include/llvm/IR/DiagnosticInfo.h
637 Orig.RemarkName, Orig.getFunction(), Orig.getLocation()),
lib/IR/DiagnosticInfo.cpp261 const Function &Fn = getFunction(); 282 const Function &Fn = getFunction(); 310 const Function &Fn = getFunction(); 336 OS << getLocationStr() << ": in function " << getFunction().getName() << ' ' 337 << *getFunction().getFunctionType() << ": " << Msg << '\n';lib/IR/RemarkStreamer.cpp
89 GlobalValue::dropLLVMManglingEscape(Diag.getFunction().getName());
tools/clang/lib/CodeGen/CodeGenAction.cpp 588 if (const Decl *FD = Gen->GetDeclForMangledName(D.getFunction().getName()))