Searched refs:createInheritance (Results 1 – 13 of 13) sorted by relevance
/aosp_15_r20/external/llvm/include/llvm/IR/ |
H A D | DIBuilder.h | 178 DIDerivedType *createInheritance(DIType *Ty, DIType *BaseTy,
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | DIBuilder.h | 256 DIDerivedType *createInheritance(DIType *Ty, DIType *BaseTy,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/ |
D | DIBuilder.h | 308 DIDerivedType *createInheritance(DIType *Ty, DIType *BaseTy,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/ |
D | DIBuilder.h | 342 DIDerivedType *createInheritance(DIType *Ty, DIType *BaseTy,
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/ |
H A D | DIBuilder.h | 305 DIDerivedType *createInheritance(DIType *Ty, DIType *BaseTy,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/ |
D | DIBuilder.h | 316 DIDerivedType *createInheritance(DIType *Ty, DIType *BaseTy,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/ |
D | DIBuilder.h | 316 DIDerivedType *createInheritance(DIType *Ty, DIType *BaseTy,
|
/aosp_15_r20/external/llvm/lib/IR/ |
H A D | DIBuilder.cpp | 252 DIDerivedType *DIBuilder::createInheritance(DIType *Ty, DIType *BaseTy, in createInheritance() function in DIBuilder
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | DIBuilder.cpp | 323 DIDerivedType *DIBuilder::createInheritance(DIType *Ty, DIType *BaseTy, in createInheritance() function in DIBuilder
|
H A D | DebugInfo.cpp | 1122 return wrap(unwrap(Builder)->createInheritance( in LLVMDIBuilderCreateInheritance()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | DIBuilder.cpp | 368 DIDerivedType *DIBuilder::createInheritance(DIType *Ty, DIType *BaseTy, in createInheritance() function in DIBuilder
|
H A D | DebugInfo.cpp | 1342 return wrap(unwrap(Builder)->createInheritance( in LLVMDIBuilderCreateInheritance()
|
/aosp_15_r20/external/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 1382 llvm::DIType *DTy = DBuilder.createInheritance( in CollectCXXBases() 1924 llvm::DIType *InhTag = DBuilder.createInheritance(RealDecl, SClassTy, 0, 0); in CreateTypeDefinition()
|