Searched refs:DIB (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-c-test/
H A Ddebuginfo.c21 declare_objc_class(LLVMDIBuilderRef DIB, LLVMMetadataRef File) { argument
22 LLVMMetadataRef Decl = LLVMDIBuilderCreateStructType(DIB, File, "TestClass", 9, File, 42, 64, 0, LLVMDIFlagObjcClassComplete, NULL, NULL, 0, 0, NULL, NULL, 0);
23 LLVMMetadataRef SuperDecl = LLVMDIBuilderCreateStructType(DIB, File, "TestSuperClass", 14, File, 42, 64, 0, LLVMDIFlagObjcClassComplete, NULL, NULL, 0, 0, NULL, NULL, 0);
24 LLVMDIBuilderCreateInheritance(DIB, Decl, SuperDecl, 0, 0, 0);
26 LLVMDIBuilderCreateObjCProperty(DIB, "test", 4, File, 42, "getTest", 7, "setTest", 7, 0x20 /*copy*/ | 0x40 /*nonatomic*/, SuperDecl);
27 LLVMDIBuilderCreateObjCIVar(DIB, "_test", 5, File, 42, 64, 0, 64, LLVMDIFlagPublic, SuperDecl, TestProperty);
34 LLVMDIBuilderRef DIB = LLVMCreateDIBuilder(M); local
36 LLVMMetadataRef File = LLVMDIBuilderCreateFile(DIB, Filename,
40 DIB, LLVMDWARFSourceLanguageC, File, "llvm-c-test", 11, 0, NULL, 0, 0,
44 LLVMDIBuilderCreateModule(DIB, CompileUni
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineDebugify.cpp37 DIBuilder &DIB, Function &F) {
176 "ModuleDebugify: ", [&](DIBuilder &DIB, Function &F) -> bool {
177 return applyDebugifyMetadataToMachineFunction(MMI, DIB, F);
36 applyDebugifyMetadataToMachineFunction(MachineModuleInfo &MMI, DIBuilder &DIB, Function &F) argument
H A DSafeStack.cpp500 DIBuilder DIB(*F.getParent());
595 replaceDbgDeclare(Arg, BasePointer, DIB, DIExpression::ApplyOffset,
607 replaceDbgDeclare(AI, BasePointer, DIB, DIExpression::ApplyOffset, -Offset);
608 replaceDbgValueForAlloca(AI, BasePointer, DIB, -Offset);
657 DIBuilder DIB(*F.getParent());
694 replaceDbgDeclare(AI, NewAI, DIB, DIExpression::ApplyOffset, 0);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DDebugify.cpp78 std::function<bool(DIBuilder &DIB, Function &F)> ApplyToMF) {
85 DIBuilder DIB(M);
96 DTy = DIB.createBasicType(Name, Size, dwarf::DW_ATE_unsigned);
103 auto File = DIB.createFile(M.getName(), "/");
104 auto CU = DIB.createCompileUnit(dwarf::DW_LANG_C, File, "debugify",
113 auto SPType = DIB.createSubroutineType(DIB.getOrCreateTypeArray(None));
118 auto SP = DIB.createFunction(CU, F.getName(), F.getName(), File, NextLine,
131 auto LocalVar = DIB.createAutoVariable(SP, Name, File, Loc->getLine(),
134 DIB
76 applyDebugifyMetadata( Module &M, iterator_range<Module::iterator> Functions, StringRef Banner, std::function<bool(DIBuilder &DIB, Function &F)> ApplyToMF) argument
[all...]
H A DPromoteMemoryToRegister.cpp227 DIBuilder DIB; member in struct:__anon3065::PromoteMem2Reg
268 DIB(*DT.getRoot()->getParent()->getParent(), /*AllowUnresolved*/ false),
424 DIBuilder DIB(*AI->getModule(), /*AllowUnresolved*/ false);
425 ConvertDebugDeclareToDebugValue(DII, Info.OnlyStore, DIB);
526 DIBuilder DIB(*AI->getModule(), /*AllowUnresolved*/ false);
527 ConvertDebugDeclareToDebugValue(DII, SI, DIB);
926 ConvertDebugDeclareToDebugValue(DII, APN, DIB);
987 ConvertDebugDeclareToDebugValue(DII, SI, DIB);
H A DCodeExtractor.cpp1481 DIBuilder DIB(*OldFunc.getParent(), /*AllowUnresolved=*/false,
1483 auto SPType = DIB.createSubroutineType(DIB.getOrCreateTypeArray(None));
1487 auto NewSP = DIB.createFunction(
1537 NewVar = DIB.createAutoVariable(
1545 DIB.finalizeSubprogram(NewSP);
H A DLoopUtils.cpp706 DIBuilder DIB(*ExitBlock->getModule());
712 DIB.insertDbgValueIntrinsic(UndefValue::get(Builder.getInt32Ty()),
H A DLocal.cpp1533 DIBuilder DIB(*F.getParent(), /*AllowUnresolved*/ false);
1573 ConvertDebugDeclareToDebugValue(DDI, SI, DIB);
1575 ConvertDebugDeclareToDebugValue(DDI, LI, DIB);
1584 DIB.insertDbgValueIntrinsic(AI, DDI->getVariable(), DerefExpr,
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2620 std::unique_ptr<DIBuilder> DIB; local
2623 DIB.reset(new DIBuilder(*MI.getModule(), /*AllowUnresolved=*/false));
2658 ConvertDebugDeclareToDebugValue(DVI, SI, *DIB);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp916 DIBuilder DIB; member in struct:__anon2875::FunctionStackPoisoner
954 : F(F), ASan(ASan), DIB(*F.getParent(), /*AllowUnresolved*/ false),
3368 replaceDbgDeclare(AI, LocalStackBaseAllocaPtr, DIB, DIExprFlags,
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2659 llvm::DIBuilder DIB(CGM.getModule());
2664 DIB.createCompileUnit(
2667 DIB.createFile(Mod.getModuleName(), TheCU->getDirectory()),
2670 DIB.finalize();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSROA.cpp4518 DIBuilder DIB(*AI.getModule(), /*AllowUnresolved*/ false);
4579 DIB.insertDeclare(Fragment.Alloca, DbgDeclare->getVariable(), FragmentExpr,

Completed in 250 milliseconds