/aosp_15_r20/external/llvm/lib/IR/ |
H A D | DIBuilder.cpp | 810 void DIBuilder::replaceVTableHolder(DICompositeType *&T, in replaceVTableHolder() function in DIBuilder 814 N->replaceVTableHolder(VTableHolder); in replaceVTableHolder()
|
/aosp_15_r20/external/llvm/include/llvm/IR/ |
H A D | DIBuilder.h | 701 void replaceVTableHolder(DICompositeType *&T,
|
H A D | DebugInfoMetadata.h | 912 void replaceVTableHolder(DITypeRef VTableHolder) {
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | DIBuilder.cpp | 983 void DIBuilder::replaceVTableHolder(DICompositeType *&T, in replaceVTableHolder() function in DIBuilder 987 N->replaceVTableHolder(VTableHolder); in replaceVTableHolder()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | DIBuilder.h | 858 void replaceVTableHolder(DICompositeType *&T,
|
H A D | DebugInfoMetadata.h | 1044 void replaceVTableHolder(DIType *VTableHolder) { in replaceVTableHolder() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/ |
D | DIBuilder.h | 1000 void replaceVTableHolder(DICompositeType *&T,
|
D | DebugInfoMetadata.h | 1296 void replaceVTableHolder(DIType *VTableHolder) { in replaceVTableHolder() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | DIBuilder.cpp | 1150 void DIBuilder::replaceVTableHolder(DICompositeType *&T, DIType *VTableHolder) { in replaceVTableHolder() function in DIBuilder 1153 N->replaceVTableHolder(VTableHolder); in replaceVTableHolder()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/ |
D | DIBuilder.h | 1031 void replaceVTableHolder(DICompositeType *&T,
|
D | DebugInfoMetadata.h | 1357 void replaceVTableHolder(DIType *VTableHolder) { in replaceVTableHolder() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/ |
H A D | DIBuilder.h | 1017 void replaceVTableHolder(DICompositeType *&T,
|
H A D | DebugInfoMetadata.h | 1289 void replaceVTableHolder(DIType *VTableHolder) { in replaceVTableHolder() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/ |
D | DIBuilder.h | 1005 void replaceVTableHolder(DICompositeType *&T,
|
D | DebugInfoMetadata.h | 1300 void replaceVTableHolder(DIType *VTableHolder) { in replaceVTableHolder() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/ |
D | DIBuilder.h | 1005 void replaceVTableHolder(DICompositeType *&T,
|
D | DebugInfoMetadata.h | 1300 void replaceVTableHolder(DIType *VTableHolder) { in replaceVTableHolder() function
|
/aosp_15_r20/external/llvm/unittests/IR/ |
H A D | MetadataTest.cpp | 1238 N->replaceVTableHolder(VTableHolder); in TEST_F() 1240 N->replaceVTableHolder(nullptr); in TEST_F()
|
/aosp_15_r20/external/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 2590 DBuilder.replaceVTableHolder(RealDecl, ContainingType); in CollectContainingType()
|