Home
last modified time | relevance | path

Searched refs:DIBuilder (Results 1 – 21 of 21) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDIBuilder.cpp34 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 …]
DCMakeLists.txt16 DIBuilder.cpp
DDebugInfo.cpp731 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/
DLocal.h47 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/
DDIBuilder.h41 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/
DLLVMReactorDebugInfo.hpp33 class DIBuilder;
161 std::unique_ptr<llvm::DIBuilder> diBuilder;
DLLVMReactorDebugInfo.cpp95 diBuilder.reset(new llvm::DIBuilder(*module)); in DebugInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DPromoteMemoryToRegister.cpp230 DIBuilder DIB;
416 DIBuilder DIB(*AI->getModule(), /*AllowUnresolved*/ false); in rewriteSingleStoreAlloca()
514 DIBuilder DIB(*AI->getModule(), /*AllowUnresolved*/ false); in promoteSingleBlockAlloca()
DLocal.cpp1288 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()
DDebugify.cpp64 DIBuilder DIB(M); in applyDebugifyMetadata()
DLoopUtils.cpp642 DIBuilder DIB(*ExitBlock->getModule()); in deleteDeadLoop()
DInlineFunction.cpp1881 DIBuilder DIB(*Caller->getParent()); in InlineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSafeStack.cpp494 DIBuilder DIB(*F.getParent()); in moveStaticAllocasToUnsafeStack()
642 DIBuilder DIB(*F.getParent()); in moveDynamicAllocasToUnsafeStack()
DMachineOutliner.cpp1164 DIBuilder DB(M, true, CU); in createOutlinedFunction()
/third_party/mesa3d/docs/relnotes/
D18.0.0.rst301 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/
DInstructionCombining.cpp2418 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/
DAndroid.bp425 "llvm/lib/IR/DIBuilder.cpp",
DBUILD.gn530 "llvm/lib/IR/DIBuilder.cpp",
DCMakeLists.txt426 ${LLVM_DIR}/lib/IR/DIBuilder.cpp
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp873 DIBuilder DIB;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSROA.cpp4360 DIBuilder DIB(*AI.getModule(), /*AllowUnresolved*/ false); in splitAlloca()