Home
last modified time | relevance | path

Searched refs:EmitDebugInfo (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Debugging/
H A DVTuneSupportPlugin.h31 ExecutorAddr UnregisterImplAddr, bool EmitDebugInfo) in VTuneSupportPlugin() argument
34 EmitDebugInfo(EmitDebugInfo) {} in VTuneSupportPlugin()
47 Create(ExecutorProcessControl &EPC, JITDylib &JD, bool EmitDebugInfo,
60 bool EmitDebugInfo; variable
H A DPerfSupportPlugin.h33 ExecutorAddr RegisterPerfImplAddr, bool EmitDebugInfo,
53 Create(ExecutorProcessControl &EPC, JITDylib &JD, bool EmitDebugInfo,
62 bool EmitDebugInfo; variable
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DPerfSupportPlugin.cpp216 bool EmitDebugInfo, bool EmitUnwindInfo) { in getRecords() argument
219 if (EmitDebugInfo) { in getRecords()
223 EmitDebugInfo = false; in getRecords()
233 if (EmitDebugInfo) { in getRecords()
258 bool EmitDebugInfo, bool EmitUnwindInfo) in PerfSupportPlugin() argument
262 EmitDebugInfo(EmitDebugInfo), EmitUnwindInfo(EmitUnwindInfo) { in PerfSupportPlugin()
274 EmitDebugInfo, EmitUnwindInfo); in modifyPassConfig()
286 bool EmitDebugInfo, bool EmitUnwindInfo) { in Create() argument
301 EmitDebugInfo, EmitUnwindInfo); in Create()
H A DVTuneSupportPlugin.cpp26 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()
90 auto Batch = getMethodBatch(G, EmitDebugInfo); in modifyPassConfig()
171 bool EmitDebugInfo, bool TestMode) { in Create() argument
185 EPC, RegisterImplAddr, UnregisterImplAddr, EmitDebugInfo); in Create()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp1386 CGDebugInfo *DI, const VarDecl &D, bool EmitDebugInfo) { in EmitAndRegisterVariableArrayDimensions() argument
1414 if (!EmitDebugInfo) in EmitAndRegisterVariableArrayDimensions()
1498 bool EmitDebugInfo = DI && CGM.getCodeGenOpts().hasReducedDebugInfo(); in EmitAutoVarAlloca() local
1699 EmitAndRegisterVariableArrayDimensions(DI, D, EmitDebugInfo); in EmitAutoVarAlloca()
1707 if (EmitDebugInfo && HaveInsertPoint()) { in EmitAutoVarAlloca()
H A DCodeGenFunction.h3483 bool EmitDebugInfo);