Home
last modified time | relevance | path

Searched refs:AllocaDataSection (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dllvm_codegen.h82 uint8_t *AllocaDataSection(uintptr_t size, const char *sectionName);
Dllvm_codegen.cpp169 uint8_t *CodeInfo::AllocaDataSection(uintptr_t size, const char *sectionName) in AllocaDataSection() function in panda::ecmascript::kungfu::CodeInfo
255 return state.AllocaDataSection(size, sectionName); in RoundTripAllocateDataSection()