Searched refs:SetStackMap (Results 1 – 3 of 3) sorted by relevance
61 void SetStackMap(const uint8_t *section, uintptr_t size);
35 void CodeInfoProducer::SetStackMap(const uint8_t *section, uintptr_t size) in SetStackMap() function in ark::llvmbackend::CodeInfoProducer
845 module.GetCodeInfoProducer()->SetStackMap(section.GetMemory(), section.GetSize()); in CompileModule()