Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Debugging/
H A DVTuneSupportPlugin.h30 ExecutorAddr UnregisterImplAddr, bool EmitDebugInfo) in VTuneSupportPlugin() argument
33 EmitDebugInfo(EmitDebugInfo) {} in VTuneSupportPlugin()
46 Create(ExecutorProcessControl &EPC, JITDylib &JD, bool EmitDebugInfo,
59 bool EmitDebugInfo; variable
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
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()
89 auto Batch = getMethodBatch(G, EmitDebugInfo); in modifyPassConfig()
170 bool EmitDebugInfo, bool TestMode) { in Create() argument
184 EPC, RegisterImplAddr, UnregisterImplAddr, EmitDebugInfo); in Create()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp1383 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 DCodeGenFunction.h3438 bool EmitDebugInfo);