Home
last modified time | relevance | path

Searched defs:DIB (Results 1 – 23 of 23) sorted by relevance

/llvm-project/llvm/lib/CodeGen/
H A DMachineDebugify.cpp34 DIBuilder &DIB, Function &F) { in applyDebugifyMetadataToMachineFunction()
197 "ModuleDebugify: ", [&](DIBuilder &DIB, Function &F) -> bool { in runOnModule()
H A DSafeStack.cpp657 DIBuilder DIB(*F.getParent()); in moveDynamicAllocasToUnsafeStack() local
494 DIBuilder DIB(*F.getParent()); moveStaticAllocasToUnsafeStack() local
/llvm-project/llvm/unittests/CodeGen/
H A DMachineBasicBlockTest.cpp41 DIBuilder DIB(Mod); in TEST() local
H A DLexicalScopesTest.cpp102 DIBuilder DIB(Mod); in LexicalScopesTest() local
[all...]
H A DInstrRefLDVTest.cpp100 DIBuilder DIB(*Mod); SetUp() local
[all...]
/llvm-project/llvm/unittests/IR/
H A DIRBuilderTest.cpp856 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 DDebugInfoTest.cpp358 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 DVerifierTest.cpp240 DIBuilder DIB(M); TEST() local
255 DIBuilder DIB(M); TEST() local
[all...]
H A DMetadataTest.cpp1708 DIBuilder DIB(M); TEST_F() local
/llvm-project/llvm/tools/llvm-c-test/
H A Ddebuginfo.c22 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 DPromoteMemoryToRegister.cpp105 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 DDebugify.cpp83 std::function<bool(DIBuilder &DIB, Function &F)> ApplyToMF) { in applyDebugifyMetadata() argument
90 DIBuilder DIB(M); in applyDebugifyMetadata() local
[all...]
H A DCodeExtractor.cpp1560 DIBuilder DIB(*OldFunc.getParent(), /*AllowUnresolved=*/false, fixupDebugInfoPostExtraction() local
H A DLocal.cpp1918 DIBuilder DIB(*F.getParent(), /*AllowUnresolved*/ false); LowerDbgDeclare() local
3654 getExpressionForConstant(DIBuilder & DIB,const Constant & C,Type & Ty) getExpressionForConstant() argument
[all...]
H A DLoopUtils.cpp665 DIBuilder DIB(*ExitBlock->getModule()); deleteDeadLoop() local
/llvm-project/llvm/lib/Transforms/IPO/
H A DSCCP.cpp369 DIBuilder DIB(M); runIPSCCP() local
/llvm-project/llvm/unittests/Transforms/Utils/
H A DLocalTest.cpp178 DIBuilder DIB(*M); in TEST() local
1258 DIBuilder DIB(M); in TEST() local
/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp387 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 DDebugInfo.cpp2121 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 DAddressSanitizer.cpp988 DIBuilder DIB; global() member
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3255 std::unique_ptr<DIBuilder> DIB; visitAllocSite() local
/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp3048 llvm::DIBuilder DIB(CGM.getModule()); getOrCreateModuleRef() local
/llvm-project/llvm/unittests/Frontend/
H A DOpenMPIRBuilderTest.cpp173 DIBuilder DIB(*M); SetUp() local