/aosp_15_r20/external/llvm/bindings/go/llvm/ |
H A D | dibuilder.go | 91 type DIBuilder struct { struct 92 ref C.LLVMDIBuilderRef 93 m Module 103 func (d *DIBuilder) Destroy() { 108 func (d *DIBuilder) Finalize() { 124 func (d *DIBuilder) CreateCompileUnit(cu DICompileUnit) Metadata { 146 func (d *DIBuilder) CreateFile(filename, dir string) Metadata { 163 func (d *DIBuilder) CreateLexicalBlock(diScope Metadata, b DILexicalBlock) Metadata { 174 …*DIBuilder) CreateLexicalBlockFile(diScope Metadata, diFile Metadata, discriminator int) Metadata { 195 func (d *DIBuilder) CreateFunction(diScope Metadata, f DIFunction) Metadata { [all …]
|
H A D | DIBuilderBindings.cpp | 22 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(DIBuilder, LLVMDIBuilderRef) in DEFINE_SIMPLE_CONVERSION_FUNCTIONS() argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/Utils/ |
D | ValueMapper.h | 25 class DIBuilder; variable
|
D | Local.h | 38 class DIBuilder; variable
|
D | Debugify.h | 47 class DIBuilder; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/Utils/ |
D | ValueMapper.h | 25 class DIBuilder; variable
|
D | Local.h | 39 class DIBuilder; variable
|
D | Debugify.h | 47 class DIBuilder; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Transforms/Utils/ |
D | ValueMapper.h | 25 class DIBuilder; variable
|
D | Local.h | 38 class DIBuilder; variable
|
D | Debugify.h | 47 class DIBuilder; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Transforms/Utils/ |
D | Local.h | 38 class DIBuilder; variable
|
D | Debugify.h | 47 class DIBuilder; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Utils/ |
H A D | Local.h | 38 class DIBuilder; variable
|
H A D | Debugify.h | 47 class DIBuilder; variable
|
/aosp_15_r20/external/llvm/include/llvm/Transforms/Utils/ |
H A D | Local.h | 45 class DIBuilder; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
H A D | Local.h | 47 class DIBuilder; variable
|
/aosp_15_r20/external/llvm/unittests/IR/ |
H A D | IRBuilderTest.cpp | 339 TEST_F(IRBuilderTest, DIBuilder) { in TEST_F() argument
|
/aosp_15_r20/external/llvm/lib/IR/ |
H A D | DIBuilder.cpp | 27 DIBuilder::DIBuilder(Module &m, bool AllowUnresolvedNodes) in DIBuilder() function in DIBuilder
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | DIBuilder.cpp | 34 DIBuilder::DIBuilder(Module &m, bool AllowUnresolvedNodes, DICompileUnit *CU) in DIBuilder() function in DIBuilder
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | DIBuilder.cpp | 31 DIBuilder::DIBuilder(Module &m, bool AllowUnresolvedNodes, DICompileUnit *CU) in DIBuilder() function in DIBuilder
|