Home
last modified time | relevance | path

Searched refs:sectionNodeOf (Results 1 – 14 of 14) sorted by relevance

/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/asmjit/core/
H A Dbuilder.cpp347 Error BaseBuilder::sectionNodeOf(SectionNode** out, uint32_t sectionId) { in sectionNodeOf() function in BaseBuilder
382 ASMJIT_PROPAGATE(sectionNodeOf(&node, section->id())); in section()
873 Error err = sectionNodeOf(&initialSection, 0); in onAttach()
H A Dbuilder.h221 ASMJIT_API Error sectionNodeOf(SectionNode** out, uint32_t sectionId);
/dports/emulators/mess/mame-mame0226/3rdparty/asmjit/src/asmjit/core/
H A Dbuilder.cpp353 Error BaseBuilder::sectionNodeOf(SectionNode** out, uint32_t sectionId) { in sectionNodeOf() function in BaseBuilder
388 ASMJIT_PROPAGATE(sectionNodeOf(&node, section->id())); in section()
869 Error err = sectionNodeOf(&initialSection, 0); in onAttach()
H A Dbuilder.h221 ASMJIT_API Error sectionNodeOf(SectionNode** out, uint32_t sectionId);
/dports/emulators/mame/mame-mame0226/3rdparty/asmjit/src/asmjit/core/
H A Dbuilder.cpp353 Error BaseBuilder::sectionNodeOf(SectionNode** out, uint32_t sectionId) { in sectionNodeOf() function in BaseBuilder
388 ASMJIT_PROPAGATE(sectionNodeOf(&node, section->id())); in section()
869 Error err = sectionNodeOf(&initialSection, 0); in onAttach()
H A Dbuilder.h221 ASMJIT_API Error sectionNodeOf(SectionNode** out, uint32_t sectionId);
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/asmjit/core/
H A Dbuilder.cpp347 Error BaseBuilder::sectionNodeOf(SectionNode** out, uint32_t sectionId) { in sectionNodeOf() function in BaseBuilder
382 ASMJIT_PROPAGATE(sectionNodeOf(&node, section->id())); in section()
873 Error err = sectionNodeOf(&initialSection, 0); in onAttach()
H A Dbuilder.h221 ASMJIT_API Error sectionNodeOf(SectionNode** out, uint32_t sectionId);
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/asmjit/core/
H A Dbuilder.cpp347 Error BaseBuilder::sectionNodeOf(SectionNode** out, uint32_t sectionId) { in sectionNodeOf() function in BaseBuilder
382 ASMJIT_PROPAGATE(sectionNodeOf(&node, section->id())); in section()
873 Error err = sectionNodeOf(&initialSection, 0); in onAttach()
H A Dbuilder.h221 ASMJIT_API Error sectionNodeOf(SectionNode** out, uint32_t sectionId);
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/asmjit/core/
H A Dbuilder.cpp347 Error BaseBuilder::sectionNodeOf(SectionNode** out, uint32_t sectionId) { in sectionNodeOf() function in BaseBuilder
382 ASMJIT_PROPAGATE(sectionNodeOf(&node, section->id())); in section()
873 Error err = sectionNodeOf(&initialSection, 0); in onAttach()
H A Dbuilder.h221 ASMJIT_API Error sectionNodeOf(SectionNode** out, uint32_t sectionId);
/dports/devel/asmjit/asmjit-911a9a50a2cbc9802c4d44e94b8b99e1d9285cf3/src/asmjit/core/
H A Dbuilder.cpp358 Error BaseBuilder::sectionNodeOf(SectionNode** pOut, uint32_t sectionId) noexcept { in sectionNodeOf() function in BaseBuilder
382 Error err = sectionNodeOf(&node, section->id()); in section()
946 Error err = sectionNodeOf(&initialSection, 0); in onAttach()
H A Dbuilder.h188 ASMJIT_API Error sectionNodeOf(SectionNode** pOut, uint32_t sectionId) noexcept;