Home
last modified time | relevance | path

Searched refs:PName (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/VMCore/
DDebugInfoProbe.cpp47 void initialize(StringRef PName, Function &F);
63 void DebugInfoProbeImpl::initialize(StringRef PName, Function &F) { in initialize() argument
65 PassName = PName; in initialize()
171 void DebugInfoProbe::initialize(StringRef PName, Function &F) { in initialize() argument
172 pImpl->initialize(PName, F); in initialize()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
DLazyEmittingLayer.h56 std::string PName = Name; in find() local
59 [this, ExportedSymbolsOnly, PName, &B]() -> Expected<JITTargetAddress> { in find()
68 if (auto Sym = B.findSymbolIn(K, PName, ExportedSymbolsOnly)) in find()
/external/llvm/include/llvm/ExecutionEngine/Orc/
DLazyEmittingLayer.h52 std::string PName = Name; in find() local
55 [this, ExportedSymbolsOnly, PName, &B]() -> TargetAddress { in find()
63 auto Sym = B.findSymbolIn(Handle, PName, ExportedSymbolsOnly); in find()
/external/swiftshader/third_party/LLVM/include/llvm/
DDebugInfoProbe.h33 void initialize(StringRef PName, Function &F);
/external/clang/lib/Sema/
DSemaDeclObjC.cpp1096 IdentifierInfo *PName, in CheckForwardProtocolDeclarationForCircularDependency() argument
1105 if (PDecl->getIdentifier() == PName) { in CheckForwardProtocolDeclarationForCircularDependency()
1114 if (CheckForwardProtocolDeclarationForCircularDependency(PName, Ploc, in CheckForwardProtocolDeclarationForCircularDependency()
/external/clang/include/clang/AST/
DDeclObjC.h2073 ObjCProtocolDecl *lookupProtocolNamed(IdentifierInfo *PName);
/external/clang/include/clang/Sema/
DSema.h7366 IdentifierInfo *PName,