/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineDebugify.cpp | 34 DIBuilder &DIB, Function &F) { in applyDebugifyMetadataToMachineFunction() 197 "ModuleDebugify: ", [&](DIBuilder &DIB, Function &F) -> bool { in runOnModule()
|
H A D | SafeStack.cpp | 657 DIBuilder DIB(*F.getParent()); in moveDynamicAllocasToUnsafeStack() local 494 DIBuilder DIB(*F.getParent()); moveStaticAllocasToUnsafeStack() local
|
/llvm-project/llvm/unittests/CodeGen/ |
H A D | MachineBasicBlockTest.cpp | 41 DIBuilder DIB(Mod); in TEST() local
|
H A D | LexicalScopesTest.cpp | 102 DIBuilder DIB(Mod); in LexicalScopesTest() local [all...] |
H A D | InstrRefLDVTest.cpp | 100 DIBuilder DIB(*Mod); SetUp() local [all...] |
/llvm-project/llvm/unittests/IR/ |
H A D | IRBuilderTest.cpp | 856 DIBuilder DIB(*M); in TEST_F() local 895 DIBuilder DIB(*M); TEST_F() local 1013 DIBuilder DIB(*M); TEST_F() local 1092 DIBuilder DIB(*M); TEST_F() local 1113 DIBuilder DIB(*M, true, CU); TEST_F() local 1167 DIBuilder DIB(*M); TEST_F() local 1201 DIBuilder DIB(*M); TEST_F() local 1227 DIBuilder DIB(*M); TEST_F() local [all...] |
H A D | DebugInfoTest.cpp | 358 DIBuilder DIB(*M); in TEST() local 376 DIBuilder DIB(*M); in TEST() local 419 DIBuilder DIB(*M); TEST() local 433 DIBuilder DIB(*M); TEST() local 472 DIBuilder DIB(*M); TEST() local 1204 DIBuilder DIB(*M); TEST() local [all...] |
H A D | VerifierTest.cpp | 240 DIBuilder DIB(M); TEST() local 255 DIBuilder DIB(M); TEST() local [all...] |
H A D | MetadataTest.cpp | 1708 DIBuilder DIB(M); TEST_F() local
|
/llvm-project/llvm/tools/llvm-c-test/ |
H A D | debuginfo.c | 22 declare_objc_class(LLVMDIBuilderRef DIB,LLVMMetadataRef File) declare_objc_class() argument 39 LLVMDIBuilderRef DIB = LLVMCreateDIBuilder(M); llvm_test_dibuilder() local [all...] |
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | PromoteMemoryToRegister.cpp | 105 createDebugValue(DIBuilder & DIB,Value * NewValue,DILocalVariable * Variable,DIExpression * Expression,const DILocation * DI,DbgVariableRecord * InsertBefore) createDebugValue() argument 116 createDebugValue(DIBuilder & DIB,Value * NewValue,DILocalVariable * Variable,DIExpression * Expression,const DILocation * DI,Instruction * InsertBefore) createDebugValue() argument 147 updateForDeletedStore(StoreInst * ToDelete,DIBuilder & DIB,SmallSet<DbgAssignIntrinsic *,8> * DbgAssignsToDelete,SmallSet<DbgVariableRecord *,8> * DVRAssignsToDelete) const updateForDeletedStore() argument 350 DIBuilder DIB; global() member 589 DIBuilder DIB(*AI->getModule(), /*AllowUnresolved*/ false); rewriteSingleStoreAlloca() local 701 DIBuilder DIB(*AI->getModule(), /*AllowUnresolved*/ false); promoteSingleBlockAlloca() local [all...] |
H A D | Debugify.cpp | 83 std::function<bool(DIBuilder &DIB, Function &F)> ApplyToMF) { in applyDebugifyMetadata() argument 90 DIBuilder DIB(M); in applyDebugifyMetadata() local [all...] |
H A D | CodeExtractor.cpp | 1560 DIBuilder DIB(*OldFunc.getParent(), /*AllowUnresolved=*/false, fixupDebugInfoPostExtraction() local
|
H A D | Local.cpp | 1918 DIBuilder DIB(*F.getParent(), /*AllowUnresolved*/ false); LowerDbgDeclare() local 3654 getExpressionForConstant(DIBuilder & DIB,const Constant & C,Type & Ty) getExpressionForConstant() argument [all...] |
H A D | LoopUtils.cpp | 665 DIBuilder DIB(*ExitBlock->getModule()); deleteDeadLoop() local
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | SCCP.cpp | 369 DIBuilder DIB(M); runIPSCCP() local
|
/llvm-project/llvm/unittests/Transforms/Utils/ |
H A D | LocalTest.cpp | 178 DIBuilder DIB(*M); in TEST() local 1258 DIBuilder DIB(M); in TEST() local
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | SROA.cpp | 387 DIBuilder DIB(*OldInst->getModule(), /*AllowUnresolved*/ false); migrateDebugInfo() local 4970 insertNewDbgInst(DIBuilder & DIB,DbgDeclareInst * Orig,AllocaInst * NewAddr,DIExpression * NewFragmentExpr,Instruction * BeforeInst) insertNewDbgInst() argument 4976 insertNewDbgInst(DIBuilder & DIB,DbgAssignIntrinsic * Orig,AllocaInst * NewAddr,DIExpression * NewFragmentExpr,Instruction * BeforeInst) insertNewDbgInst() argument 4992 insertNewDbgInst(DIBuilder & DIB,DbgVariableRecord * Orig,AllocaInst * NewAddr,DIExpression * NewFragmentExpr,Instruction * BeforeInst) insertNewDbgInst() argument 5117 DIBuilder DIB(*AI.getModule(), /*AllowUnresolved*/ false); splitAlloca() local [all...] |
/llvm-project/llvm/lib/IR/ |
H A D | DebugInfo.cpp | 2121 emitDbgAssign(AssignmentInfo Info,Value * Val,Value * Dest,Instruction & StoreLikeInst,const VarRecord & VarRec,DIBuilder & DIB) emitDbgAssign() argument 2193 DIBuilder DIB(Module, /*AllowUnresolved*/ false); trackAssignments() local
|
/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | AddressSanitizer.cpp | 988 DIBuilder DIB; global() member
|
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstructionCombining.cpp | 3255 std::unique_ptr<DIBuilder> DIB; visitAllocSite() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 3048 llvm::DIBuilder DIB(CGM.getModule()); getOrCreateModuleRef() local
|
/llvm-project/llvm/unittests/Frontend/ |
H A D | OpenMPIRBuilderTest.cpp | 173 DIBuilder DIB(*M); SetUp() local
|