/llvm-project/llvm/include/llvm/XRay/ |
H A D | FDRTraceExpander.h | 26 int32_t PID = 0; variable
|
H A D | FDRRecords.h | 314 int32_t PID = 0; variable
|
/llvm-project/llvm/lib/Support/ |
H A D | LockFileManager.cpp | 70 int PID; in readLockFile() local 113 bool LockFileManager::processStillExecuting(StringRef HostID, int PID) { in processStillExecuting() argument
|
/llvm-project/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/ |
H A D | LLJITWithRemoteDebugging.cpp | 160 uint64_t PID; in main() local
|
/llvm-project/llvm/lib/IR/ |
H A D | IRPrintingPasses.cpp | 139 const char *PID = (const char *)P->getPassID(); in isIRPrintingPass() local
|
/llvm-project/llvm/tools/llvm-profgen/ |
H A D | PerfReader.h | 598 std::optional<int32_t> PID) in PerfScriptReader() 618 int64_t PID = 0; member 684 std::optional<int32_t> PID) in LBRPerfReader() 702 std::optional<int32_t> PID) in HybridPerfReader()
|
H A D | PerfReader.cpp | 992 PID = 1, extractMMapEventForBinary() enumerator
|
/llvm-project/clang/lib/ARCMigrate/ |
H A D | TransZeroOutPropsInDealloc.cpp | 115 for (auto *PID : IMD->property_impls()) { in TraverseObjCMethodDecl() local
|
/llvm-project/compiler-rt/lib/xray/tests/unit/ |
H A D | profile_collector_test.cpp | 35 u64 PID = 0; member
|
/llvm-project/clang/lib/AST/ |
H A D | DeclPrinter.cpp | 1520 VisitObjCProtocolDecl(ObjCProtocolDecl * PID) VisitObjCProtocolDecl() argument 1539 VisitObjCCategoryImplDecl(ObjCCategoryImplDecl * PID) VisitObjCCategoryImplDecl() argument 1552 VisitObjCCategoryDecl(ObjCCategoryDecl * PID) VisitObjCCategoryDecl() argument 1700 VisitObjCPropertyImplDecl(ObjCPropertyImplDecl * PID) VisitObjCPropertyImplDecl() argument [all...] |
H A D | DeclObjC.cpp | 2234 PID->getPropertyIvarDecl()->getIdentifier() == ivarId) in FindPropertyImplIvarDecl() local 278 const auto *PID = cast<ObjCProtocolDecl>(this); FindPropertyDeclaration() local 2248 for (auto *PID : property_impls()) FindPropertyImplDecl() local [all...] |
H A D | ASTContext.cpp | 8000 for (auto *PID : CID->property_impls()) getObjCPropertyImplDeclForPropertyDecl() local 8005 for (auto *PID : OID->property_impls()) getObjCPropertyImplDeclForPropertyDecl() local
|
/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_profile_collector.cpp | 50 u64 PID = 0; // Process ID. member
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUSplitModule.cpp | 487 __anoncb2aa0f60402(PartitionID PID, const FunctionWithDependencies &FWD) doPartitioning() argument [all...] |
/llvm-project/clang/lib/CodeGen/ |
H A D | CGObjC.cpp | 1401 Expr *setter = PID->getSetterCXXAssignment(); in hasTrivialSetExpr() argument 1050 GenerateObjCGetter(ObjCImplementationDecl * IMP,const ObjCPropertyImplDecl * PID) GenerateObjCGetter() argument 1629 GenerateObjCSetter(ObjCImplementationDecl * IMP,const ObjCPropertyImplDecl * PID) GenerateObjCSetter() argument 3688 GenerateObjCAtomicSetterCopyHelperFunction(const ObjCPropertyImplDecl * PID) GenerateObjCAtomicSetterCopyHelperFunction() argument 3788 GenerateObjCAtomicGetterCopyHelperFunction(const ObjCPropertyImplDecl * PID) GenerateObjCAtomicGetterCopyHelperFunction() argument [all...] |
H A D | CodeGenModule.cpp | 6700 for (const auto *PID : D->property_impls()) { EmitObjCPropertyImplementations() local
|
H A D | CGObjCMac.cpp | 3547 if (ObjCMethodDecl *MD = PID->getGetterMethodDecl()) in GenerateClass() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaObjCProperty.cpp | 1896 if (ObjCPropertyImplDecl *PID = DefaultSynthesizeProperties() local 2243 for (const auto *PID : D->property_impls()) { DiagnoseOwningPropertyGetterSynthesis() local
|
/llvm-project/bolt/runtime/ |
H A D | instr.cpp | 1466 uint64_t PID = __getpid(); in openProfile() local 1653 if (long PID = __fork()) in __bolt_instr_setup() local
|
/llvm-project/bolt/lib/Profile/ |
H A D | DataAggregator.cpp | 1842 int32_t PID; parseCommExecEvent() local [all...] |
/llvm-project/clang/lib/Driver/ |
H A D | Driver.cpp | 1580 int PID = getCrashDiagnosticFile() local
|
/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteObjC.cpp | 767 RewritePropertyImplDecl(ObjCPropertyImplDecl * PID,ObjCImplementationDecl * IMD,ObjCCategoryImplDecl * CID) RewritePropertyImplDecl() argument [all...] |
H A D | RewriteModernObjC.cpp | 917 RewritePropertyImplDecl(ObjCPropertyImplDecl * PID,ObjCImplementationDecl * IMD,ObjCCategoryImplDecl * CID) RewritePropertyImplDecl() argument [all...] |
/llvm-project/clang/tools/libclang/ |
H A D | CIndex.cpp | 1114 VisitObjCProtocolDecl(ObjCProtocolDecl * PID) VisitObjCProtocolDecl() argument
|