MCPcopy Create free account
hub / github.com/ROCm/clr / isCodeObjectLoaded

Method isCodeObjectLoaded

rocclr/device/devprogram.hpp:239–239  ·  view source on GitHub ↗

Return TRUE if the program has been loaded

Source from the content-addressed store, hash-verified

237
238 //! Return TRUE if the program has been loaded
239 bool isCodeObjectLoaded() const { return coLoaded_; }
240
241 //! Returns TRUE if the program is a trap handler for debugger support
242 bool isTrapHandler() const { return trapHandler_; }

Callers 2

unloadMethod · 0.80
loadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected