/external/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMWinCOFFStreamer.cpp | 26 void finishImpl() override; 33 void ARMWinCOFFStreamer::finishImpl() { in finishImpl() function in __anon1157bb000111::ARMWinCOFFStreamer 36 MCWinCOFFStreamer::finishImpl(); in finishImpl()
|
D | ARMELFStreamer.cpp | 447 void finishImpl() override; 1166 void ARMELFStreamer::finishImpl() { in finishImpl() function in ARMELFStreamer 1171 MCELFStreamer::finishImpl(); in finishImpl()
|
/external/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86WinCOFFStreamer.cpp | 32 void finishImpl() override; 60 void X86WinCOFFStreamer::finishImpl() { in finishImpl() function in __anon18ad0d0c0111::X86WinCOFFStreamer 64 MCWinCOFFStreamer::finishImpl(); in finishImpl()
|
/external/llvm-project/clang/include/clang/CodeGen/ |
D | ConstantInitBuilder.h | 381 parent.add(asImpl().finishImpl()); in finishAndAddTo() 390 return this->Builder.createGlobal(asImpl().finishImpl(), in finishAndCreateGlobal() 399 return this->Builder.setGlobalInitializer(global, asImpl().finishImpl()); in finishAndSetAsInitializer() 412 return this->Builder.createFuture(asImpl().finishImpl()); in finishAndCreateFuture() 442 llvm::Constant *finishImpl() { in finishImpl() function 493 llvm::Constant *finishImpl() { in finishImpl() function
|
/external/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64WinCOFFStreamer.cpp | 32 void finishImpl() override; 54 void AArch64WinCOFFStreamer::finishImpl() { in finishImpl() function in __anon304445720111::AArch64WinCOFFStreamer 58 MCWinCOFFStreamer::finishImpl(); in finishImpl()
|
/external/llvm-project/llvm/lib/MC/ |
D | MCWasmStreamer.cpp | 182 void MCWasmStreamer::finishImpl() { in finishImpl() function in MCWasmStreamer 185 this->MCObjectStreamer::finishImpl(); in finishImpl()
|
D | MCMachOStreamer.cpp | 117 void finishImpl() override; 476 void MCMachOStreamer::finishImpl() { in finishImpl() function in MCMachOStreamer 506 this->MCObjectStreamer::finishImpl(); in finishImpl()
|
D | MCWinCOFFStreamer.cpp | 364 void MCWinCOFFStreamer::finishImpl() { in finishImpl() function in MCWinCOFFStreamer 367 MCObjectStreamer::finishImpl(); in finishImpl()
|
D | MCELFStreamer.cpp | 688 void MCELFStreamer::finishImpl() { in finishImpl() function in MCELFStreamer 696 this->MCObjectStreamer::finishImpl(); in finishImpl()
|
D | MCStreamer.cpp | 990 finishImpl(); in Finish() 1137 void MCStreamer::finishImpl() {} in finishImpl() function in MCStreamer
|
D | MCObjectStreamer.cpp | 845 void MCObjectStreamer::finishImpl() { in finishImpl() function in MCObjectStreamer
|
D | MCAsmStreamer.cpp | 369 void finishImpl() override; 2178 void MCAsmStreamer::finishImpl() { in finishImpl() function in MCAsmStreamer
|
/external/llvm-project/llvm/include/llvm/MC/ |
D | MCWasmStreamer.h | 65 void finishImpl() override;
|
D | MCWinCOFFStreamer.h | 70 void finishImpl() override;
|
D | MCELFStreamer.h | 76 void finishImpl() override;
|
D | MCObjectStreamer.h | 189 void finishImpl() override;
|
D | MCStreamer.h | 1072 virtual void finishImpl();
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | DisplayVk.cpp | 108 return angle::ToEGL(contextVk->finishImpl(), this, EGL_BAD_ACCESS); in waitClient()
|
D | ContextVk.h | 402 angle::Result finishImpl();
|
D | ContextVk.cpp | 601 (void)finishImpl(); in onDestroy() 844 return finishImpl(); in finish() 5312 angle::Result ContextVk::finishImpl() in finishImpl() function in rx::ContextVk
|
D | TextureVk.cpp | 1649 ANGLE_TRY(contextVk->finishImpl()); in copyImageDataToBufferAndGetData()
|
D | vk_helpers.cpp | 7057 ANGLE_TRY(contextVk->finishImpl()); in readPixels()
|
/external/angle/src/libANGLE/renderer/vulkan/mac/ |
D | IOSurfaceSurfaceVkMac.mm | 151 angle::Result result = contextVk->finishImpl();
|