Searched refs:PName (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | DebugInfoProbe.cpp | 47 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/ |
D | LazyEmittingLayer.h | 56 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/ |
D | LazyEmittingLayer.h | 52 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/ |
D | DebugInfoProbe.h | 33 void initialize(StringRef PName, Function &F);
|
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 1096 IdentifierInfo *PName, in CheckForwardProtocolDeclarationForCircularDependency() argument 1105 if (PDecl->getIdentifier() == PName) { in CheckForwardProtocolDeclarationForCircularDependency() 1114 if (CheckForwardProtocolDeclarationForCircularDependency(PName, Ploc, in CheckForwardProtocolDeclarationForCircularDependency()
|
/external/clang/include/clang/AST/ |
D | DeclObjC.h | 2073 ObjCProtocolDecl *lookupProtocolNamed(IdentifierInfo *PName);
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 7366 IdentifierInfo *PName,
|