/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | DIBuilder.cpp | 34 DIBuilder::DIBuilder(Module &m, bool AllowUnresolvedNodes, DICompileUnit *CU) in DIBuilder() function in DIBuilder 39 void DIBuilder::trackIfUnresolved(MDNode *N) { in trackIfUnresolved() 49 void DIBuilder::finalizeSubprogram(DISubprogram *SP) { in finalizeSubprogram() 69 void DIBuilder::finalize() { in finalize() 138 DICompileUnit *DIBuilder::createCompileUnit( in createCompileUnit() 179 DIImportedEntity *DIBuilder::createImportedModule(DIScope *Context, in createImportedModule() 187 DIImportedEntity *DIBuilder::createImportedModule(DIScope *Context, in createImportedModule() 195 DIImportedEntity *DIBuilder::createImportedModule(DIScope *Context, DIModule *M, in createImportedModule() 202 DIImportedEntity *DIBuilder::createImportedDeclaration(DIScope *Context, in createImportedDeclaration() 214 DIFile *DIBuilder::createFile(StringRef Filename, StringRef Directory, in createFile() [all …]
|
D | CMakeLists.txt | 16 DIBuilder.cpp
|
D | DebugInfo.cpp | 731 return wrap(new DIBuilder(*unwrap(M), false)); in LLVMCreateDIBuilderDisallowUnresolved() 735 return wrap(new DIBuilder(*unwrap(M))); in LLVMCreateDIBuilder()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
D | Local.h | 47 class DIBuilder; variable 290 StoreInst *SI, DIBuilder &Builder); 295 LoadInst *LI, DIBuilder &Builder); 300 PHINode *LI, DIBuilder &Builder); 327 Instruction *InsertBefore, DIBuilder &Builder, 337 DIBuilder &Builder, uint8_t DIExprFlags, 346 DIBuilder &Builder, int Offset = 0);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | DIBuilder.h | 41 class DIBuilder { 102 explicit DIBuilder(Module &M, bool AllowUnresolved = true, 104 DIBuilder(const DIBuilder &) = delete; 105 DIBuilder &operator=(const DIBuilder &) = delete; 888 DEFINE_ISA_CONVERSION_FUNCTIONS(DIBuilder, LLVMDIBuilderRef)
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
D | LLVMReactorDebugInfo.hpp | 33 class DIBuilder; 161 std::unique_ptr<llvm::DIBuilder> diBuilder;
|
D | LLVMReactorDebugInfo.cpp | 95 diBuilder.reset(new llvm::DIBuilder(*module)); in DebugInfo()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | PromoteMemoryToRegister.cpp | 230 DIBuilder DIB; 416 DIBuilder DIB(*AI->getModule(), /*AllowUnresolved*/ false); in rewriteSingleStoreAlloca() 514 DIBuilder DIB(*AI->getModule(), /*AllowUnresolved*/ false); in promoteSingleBlockAlloca()
|
D | Local.cpp | 1288 StoreInst *SI, DIBuilder &Builder) { in ConvertDebugDeclareToDebugValue() 1318 LoadInst *LI, DIBuilder &Builder) { in ConvertDebugDeclareToDebugValue() 1349 PHINode *APN, DIBuilder &Builder) { in ConvertDebugDeclareToDebugValue() 1392 DIBuilder DIB(*F.getParent(), /*AllowUnresolved*/ false); in LowerDbgDeclare() 1550 Instruction *InsertBefore, DIBuilder &Builder, in replaceDbgDeclare() 1570 DIBuilder &Builder, uint8_t DIExprFlags, in replaceDbgDeclareForAlloca() 1577 DIBuilder &Builder, int Offset) { in replaceOneDbgValueForAlloca() 1600 DIBuilder &Builder, int Offset) { in replaceDbgValueForAlloca()
|
D | Debugify.cpp | 64 DIBuilder DIB(M); in applyDebugifyMetadata()
|
D | LoopUtils.cpp | 642 DIBuilder DIB(*ExitBlock->getModule()); in deleteDeadLoop()
|
D | InlineFunction.cpp | 1881 DIBuilder DIB(*Caller->getParent()); in InlineFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | SafeStack.cpp | 494 DIBuilder DIB(*F.getParent()); in moveStaticAllocasToUnsafeStack() 642 DIBuilder DIB(*F.getParent()); in moveDynamicAllocasToUnsafeStack()
|
D | MachineOutliner.cpp | 1164 DIBuilder DB(M, true, CU); in createOutlinedFunction()
|
/third_party/mesa3d/docs/relnotes/ |
D | 18.0.0.rst | 301 function for call to ‘llvm::DIBuilder::createBasicType(const char
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 2418 std::unique_ptr<DIBuilder> DIB; in visitAllocSite() 2421 DIB.reset(new DIBuilder(*MI.getModule(), /*AllowUnresolved=*/false)); in visitAllocSite()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/ |
D | Android.bp | 425 "llvm/lib/IR/DIBuilder.cpp",
|
D | BUILD.gn | 530 "llvm/lib/IR/DIBuilder.cpp",
|
D | CMakeLists.txt | 426 ${LLVM_DIR}/lib/IR/DIBuilder.cpp
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | AddressSanitizer.cpp | 873 DIBuilder DIB;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 4360 DIBuilder DIB(*AI.getModule(), /*AllowUnresolved*/ false); in splitAlloca()
|