Searched defs:PName (Results 1 - 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DDebugInfoProbe.cpp47 void initialize(StringRef PName, Function &F);
63 void DebugInfoProbeImpl::initialize(StringRef PName, Function &F) { argument
65 PassName = PName;
171 void DebugInfoProbe::initialize(StringRef PName, Function &F) { argument
172 pImpl->initialize(PName, F);
/external/llvm/include/llvm/ExecutionEngine/Orc/
H A DLazyEmittingLayer.h52 std::string PName = Name; local
55 [this, ExportedSymbolsOnly, PName, &B]() -> TargetAddress {
63 auto Sym = B.findSymbolIn(Handle, PName, ExportedSymbolsOnly);
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp1096 IdentifierInfo *PName,
1105 if (PDecl->getIdentifier() == PName) {
1114 if (CheckForwardProtocolDeclarationForCircularDependency(PName, Ploc,
1095 CheckForwardProtocolDeclarationForCircularDependency( IdentifierInfo *PName, SourceLocation &Ploc, SourceLocation PrevLoc, const ObjCList<ObjCProtocolDecl> &PList) argument

Completed in 321 milliseconds