Searched refs:EmitDebugInfo (Results 1 – 6 of 6) sorted by relevance
| /src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Debugging/ |
| H A D | VTuneSupportPlugin.h | 30 ExecutorAddr UnregisterImplAddr, bool EmitDebugInfo) in VTuneSupportPlugin() argument 33 EmitDebugInfo(EmitDebugInfo) {} in VTuneSupportPlugin() 46 Create(ExecutorProcessControl &EPC, JITDylib &JD, bool EmitDebugInfo, 59 bool EmitDebugInfo; variable
|
| H A D | PerfSupportPlugin.h | 32 ExecutorAddr RegisterPerfImplAddr, bool EmitDebugInfo, 52 Create(ExecutorProcessControl &EPC, JITDylib &JD, bool EmitDebugInfo, 61 bool EmitDebugInfo; variable
|
| /src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/ |
| H A D | PerfSupportPlugin.cpp | 217 bool EmitDebugInfo, bool EmitUnwindInfo) { in getRecords() argument 220 if (EmitDebugInfo) { in getRecords() 224 EmitDebugInfo = false; in getRecords() 234 if (EmitDebugInfo) { in getRecords() 259 bool EmitDebugInfo, bool EmitUnwindInfo) in PerfSupportPlugin() argument 263 EmitDebugInfo(EmitDebugInfo), EmitUnwindInfo(EmitUnwindInfo) { in PerfSupportPlugin() 275 EmitDebugInfo, EmitUnwindInfo); in modifyPassConfig() 287 bool EmitDebugInfo, bool EmitUnwindInfo) { in Create() argument 302 EmitDebugInfo, EmitUnwindInfo); in Create()
|
| H A D | VTuneSupportPlugin.cpp | 26 static VTuneMethodBatch getMethodBatch(LinkGraph &G, bool EmitDebugInfo) { in getMethodBatch() argument 30 if (EmitDebugInfo) { in getMethodBatch() 33 EmitDebugInfo = false; in getMethodBatch() 63 if (!EmitDebugInfo) in getMethodBatch() 89 auto Batch = getMethodBatch(G, EmitDebugInfo); in modifyPassConfig() 170 bool EmitDebugInfo, bool TestMode) { in Create() argument 184 EPC, RegisterImplAddr, UnregisterImplAddr, EmitDebugInfo); in Create()
|
| /src/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDecl.cpp | 1383 CGDebugInfo *DI, const VarDecl &D, bool EmitDebugInfo) { in EmitAndRegisterVariableArrayDimensions() argument 1411 if (!EmitDebugInfo) in EmitAndRegisterVariableArrayDimensions() 1462 bool EmitDebugInfo = DI && CGM.getCodeGenOpts().hasReducedDebugInfo(); in EmitAutoVarAlloca() local 1662 EmitAndRegisterVariableArrayDimensions(DI, D, EmitDebugInfo); in EmitAutoVarAlloca() 1670 if (EmitDebugInfo && HaveInsertPoint()) { in EmitAutoVarAlloca()
|
| H A D | CodeGenFunction.h | 3438 bool EmitDebugInfo);
|