MCPcopy Create free account
hub / github.com/WheretIB/nullc / GetVariableData

Method GetVariableData

NULLC/Executor_LLVM.cpp:394–399  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

392
393
394char* ExecutorLLVM::GetVariableData(unsigned int *count)
395{
396 if(count)
397 *count = exLinker->exVariables.size();
398 return LLVM::globalVars.data;
399}
400
401void ExecutorLLVM::BeginCallStack()
402{

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected