MCPcopy Create free account
hub / github.com/ZDoom/Raze / onDetach

Method onDetach

libraries/asmjit/asmjit/base/assembler.cpp:57–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57Error Assembler::onDetach(CodeHolder* code) noexcept {
58 _section = nullptr;
59 _bufferData = nullptr;
60 _bufferEnd = nullptr;
61 _bufferPtr = nullptr;
62
63 _op4.reset();
64 _op5.reset();
65
66 return Base::onDetach(code);
67}
68
69// ============================================================================
70// [asmjit::Assembler - Code-Generation]

Callers 1

detachMethod · 0.45

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected