Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/clang-linker-wrapper/
H A DOffloadWrapper.cpp170 auto *DummyEntry = new GlobalVariable( in createBinDesc() local
173 DummyEntry->setSection("omp_offloading_entries"); in createBinDesc()
174 DummyEntry->setVisibility(GlobalValue::HiddenVisibility); in createBinDesc()
335 auto *DummyEntry = new GlobalVariable( in createFatbinDesc() local
338 DummyEntry->setVisibility(GlobalValue::HiddenVisibility); in createFatbinDesc()
339 DummyEntry->setSection(IsHIP ? "hip_offloading_entries" in createFatbinDesc()
/llvm-project-15.0.7/clang/tools/clang-offload-wrapper/
H A DClangOffloadWrapper.cpp222 auto *DummyEntry = new GlobalVariable( in createBinDesc() local
225 DummyEntry->setSection("omp_offloading_entries"); in createBinDesc()
226 DummyEntry->setVisibility(GlobalValue::HiddenVisibility); in createBinDesc()