MCPcopy Create free account
hub / github.com/KhronosGroup/SPIRV-Tools / getWord

Method getWord

source/text_handler.cpp:223–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221}
222
223spv_result_t AssemblyContext::getWord(std::string* word,
224 spv_position next_position) {
225 *next_position = current_position_;
226 return spvtools::getWord(text_, next_position, word);
227}
228
229bool AssemblyContext::startsWithOp() {
230 return spvtools::startsWithOp(text_, &current_position_);

Callers 4

spvTextEncodeOpcodeFunction · 0.80
TESTFunction · 0.80

Calls 1

getWordFunction · 0.85

Tested by 1

TESTFunction · 0.64