Home
last modified time | relevance | path

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

/llvm-project/llvm/unittests/IR/
H A DValueMapTest.cpp280 ValueMap<TypeParam*, int, ModifyingConfig<TypeParam*> > *MapAddress; in TYPED_TEST() local
281 ValueMap<TypeParam*, int, ModifyingConfig<TypeParam*> > VM(&MapAddress); in TYPED_TEST()
282 MapAddress = &VM; in TYPED_TEST()
/llvm-project/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkRunner.cpp542 void *MapAddress = NULL; in assembleSnippet()
546 MapAddress = reinterpret_cast<void *>(Key.SnippetAddress); in assembleSnippet()
551 (char *)mmap(MapAddress, FunctionDataCopySize, PROT_READ | PROT_WRITE, in getRunnableConfiguration()
483 void *MapAddress = NULL; runChildSubprocess() local