예제 #1
0
void
MonoJITMemoryManager::AllocateGOT()
{
	mm->AllocateGOT ();
}
예제 #2
0
파일: debuginfo.cpp 프로젝트: CBaader/julia
 virtual void AllocateGOT() { JMM->AllocateGOT(); HasGOT = true; }