| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| HD | BitcodeWriterPass.cpp | 24 ScopedDbgInfoFormatSetter FormatSetter(M, M.IsNewDbgInfoFormat && in run() 26 if (M.IsNewDbgInfoFormat) in run() 58 M, M.IsNewDbgInfoFormat && WriteNewDbgInfoFormatToBitcode); in runOnModule() 59 if (M.IsNewDbgInfoFormat) in runOnModule()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/IR/ |
| HD | BasicBlock.cpp | 53 assert(IsNewDbgInfoFormat && in createMarker() 64 assert(IsNewDbgInfoFormat && in createMarker() 77 IsNewDbgInfoFormat = true; in convertToNewDbgValues() 117 IsNewDbgInfoFormat = false; in convertFromNewDbgValues() 153 if (NewFlag && !IsNewDbgInfoFormat) in setIsNewDbgInfoFormat() 155 else if (!NewFlag && IsNewDbgInfoFormat) in setIsNewDbgInfoFormat() 159 IsNewDbgInfoFormat = NewFlag; in setNewDbgInfoFormatFlag() 184 IsNewDbgInfoFormat(UseNewDbgInfoFormat), Parent(nullptr) { in BasicBlock() 195 setIsNewDbgInfoFormat(NewParent->IsNewDbgInfoFormat); in BasicBlock() 207 setIsNewDbgInfoFormat(NewParent->IsNewDbgInfoFormat); in insertInto() [all …]
|
| HD | Instruction.cpp | 86 if (!getParent()->IsNewDbgInfoFormat || !DebugMarker) in handleMarkerRemoval() 132 if (!BB.IsNewDbgInfoFormat) in insertBefore() 207 if (BB.IsNewDbgInfoFormat && DebugMarker && !Preserve) { in moveBeforeImpl() 219 if (BB.IsNewDbgInfoFormat && !Preserve) { in moveBeforeImpl() 239 assert(getParent()->IsNewDbgInfoFormat); in cloneDebugInfoFrom() 240 assert(getParent()->IsNewDbgInfoFormat == in cloneDebugInfoFrom() 241 From->getParent()->IsNewDbgInfoFormat); in cloneDebugInfoFrom()
|
| HD | Function.cpp | 89 IsNewDbgInfoFormat = true; in convertToNewDbgValues() 96 IsNewDbgInfoFormat = false; in convertFromNewDbgValues() 103 if (NewFlag && !IsNewDbgInfoFormat) in setIsNewDbgInfoFormat() 105 else if (!NewFlag && IsNewDbgInfoFormat) in setIsNewDbgInfoFormat() 112 IsNewDbgInfoFormat = NewFlag; in setNewDbgInfoFormatFlag() 485 NumArgs(Ty->getNumParams()), IsNewDbgInfoFormat(UseNewDbgInfoFormat) { in Function() 500 IsNewDbgInfoFormat = ParentModule->IsNewDbgInfoFormat; in Function()
|
| HD | DIBuilder.cpp | 980 if (M.IsNewDbgInfoFormat) { in insertDbgAssign() 1069 if (M.IsNewDbgInfoFormat) { in insertDbgValueIntrinsic() 1092 if (M.IsNewDbgInfoFormat) { in insertDeclare() 1168 if (M.IsNewDbgInfoFormat) { in insertLabel()
|
| HD | Verifier.cpp | 2763 CheckDI(F.IsNewDbgInfoFormat == F.getParent()->IsNewDbgInfoFormat, in visitFunction() 2765 F.IsNewDbgInfoFormat, F.getParent(), in visitFunction() 2766 F.getParent()->IsNewDbgInfoFormat); in visitFunction() 3111 CheckDI(BB.IsNewDbgInfoFormat == BB.getParent()->IsNewDbgInfoFormat, in visitBasicBlock() 3113 BB.IsNewDbgInfoFormat, BB.getParent(), in visitBasicBlock() 3114 BB.getParent()->IsNewDbgInfoFormat); in visitBasicBlock() 3117 if (BB.IsNewDbgInfoFormat) in visitBasicBlock()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| HD | WebAssemblyAddMissingPrototypes.cpp | 139 NewF->IsNewDbgInfoFormat = F.IsNewDbgInfoFormat; in runOnModule()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/IR/ |
| HD | Module.h | 219 bool IsNewDbgInfoFormat; 231 IsNewDbgInfoFormat = true; in convertToNewDbgValues() 239 IsNewDbgInfoFormat = false; in convertFromNewDbgValues() 243 if (UseNewFormat && !IsNewDbgInfoFormat) in setIsNewDbgInfoFormat() 245 else if (!UseNewFormat && IsNewDbgInfoFormat) in setIsNewDbgInfoFormat() 252 IsNewDbgInfoFormat = NewFlag; in setNewDbgInfoFormatFlag()
|
| HD | Function.h | 108 bool IsNewDbgInfoFormat; 747 BB->setIsNewDbgInfoFormat(IsNewDbgInfoFormat); in insert()
|
| HD | BasicBlock.h | 67 bool IsNewDbgInfoFormat; variable
|
| HD | DebugProgramInstruction.h | 681 : Obj(Obj), OldState(Obj.IsNewDbgInfoFormat) { in DEFINE_ISA_CONVERSION_FUNCTIONS()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| HD | CloneModule.cpp | 64 New->IsNewDbgInfoFormat = M.IsNewDbgInfoFormat; in CloneModule()
|
| HD | CloneFunction.cpp | 49 NewBB->IsNewDbgInfoFormat = BB->IsNewDbgInfoFormat; in CloneBasicBlock() 99 NewFunc->setIsNewDbgInfoFormat(OldFunc->IsNewDbgInfoFormat); in CloneFunctionInto() 341 NewF->setIsNewDbgInfoFormat(F->IsNewDbgInfoFormat); in CloneFunction() 475 NewBB->IsNewDbgInfoFormat = BB->IsNewDbgInfoFormat; in CloneBlock() 499 if (!NewBB->IsNewDbgInfoFormat) in CloneBlock()
|
| HD | CodeExtractor.cpp | 771 NewBB->IsNewDbgInfoFormat = ExitBB->IsNewDbgInfoFormat; in severSplitPHINodesOfExits() 893 newFunction->IsNewDbgInfoFormat = oldFunction->IsNewDbgInfoFormat; in constructFunction() 1788 codeReplacer->IsNewDbgInfoFormat = oldFunction->IsNewDbgInfoFormat; in extractCodeRegion() 1794 newFuncRoot->IsNewDbgInfoFormat = oldFunction->IsNewDbgInfoFormat; in extractCodeRegion()
|
| HD | LoopRotationUtils.cpp | 638 if (LoopEntryBranch->getParent()->IsNewDbgInfoFormat && in rotateLoop() 665 if (LoopEntryBranch->getParent()->IsNewDbgInfoFormat && in rotateLoop()
|
| HD | BasicBlockUtils.cpp | 443 if (BB->IsNewDbgInfoFormat) in removeRedundantDbgInstrsUsingBackwardScan() 583 if (BB->IsNewDbgInfoFormat) in removeRedundantDbgInstrsUsingForwardScan() 647 if (BB->IsNewDbgInfoFormat) in removeUndefDbgAssignsFromEntryBlock()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| HD | MergeFunctions.cpp | 754 NewG->IsNewDbgInfoFormat = G->IsNewDbgInfoFormat; in writeThunk() 882 NewF->IsNewDbgInfoFormat = F->IsNewDbgInfoFormat; in mergeTwoFunctions()
|
| HD | DeadArgumentElimination.cpp | 177 NF->IsNewDbgInfoFormat = F.IsNewDbgInfoFormat; in deleteDeadVarargs() 879 NF->IsNewDbgInfoFormat = F->IsNewDbgInfoFormat; in removeDeadStuffFromFunction()
|
| HD | ExpandVariadics.cpp | 510 NF->IsNewDbgInfoFormat = F.IsNewDbgInfoFormat; in replaceAllUsesWithNewDeclaration() 552 NF->IsNewDbgInfoFormat = F.IsNewDbgInfoFormat; in deriveFixedArityReplacement()
|
| HD | ThinLTOBitcodeWriter.cpp | 584 ScopedDbgInfoFormatSetter FormatSetter(M, M.IsNewDbgInfoFormat && in run() 586 if (M.IsNewDbgInfoFormat) in run()
|
| HD | Attributor.cpp | 2742 Wrapper->IsNewDbgInfoFormat = M.IsNewDbgInfoFormat; in createShallowWrapper() 2824 Copied->IsNewDbgInfoFormat = F->IsNewDbgInfoFormat; in internalizeFunctions() 3043 NewFn->IsNewDbgInfoFormat = OldFn->IsNewDbgInfoFormat; in rewriteFunctionSignatures()
|
| HD | ArgumentPromotion.cpp | 165 NF->setIsNewDbgInfoFormat(F->IsNewDbgInfoFormat); in doPromotion()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-as/ |
| HD | llvm-as.cpp | 148 if (M->IsNewDbgInfoFormat) in main()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Linker/ |
| HD | IRMover.cpp | 698 F->IsNewDbgInfoFormat = SF->IsNewDbgInfoFormat; in copyFunctionProto() 1139 assert(Src.IsNewDbgInfoFormat == Dst.IsNewDbgInfoFormat); in linkFunctionBody() 1550 ScopedDbgInfoFormatSetter FormatSetter(*SrcM, DstM.IsNewDbgInfoFormat); in run()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| HD | AMDGPURewriteOutArguments.cpp | 333 NewFunc->setIsNewDbgInfoFormat(F.IsNewDbgInfoFormat); in runOnFunction()
|