Lines Matching defs:SectionName
66 StringRef SectionName) {
82 Entry->setSection((SectionName + "$OE").str());
84 Entry->setSection(SectionName);
89 offloading::getOffloadEntryArray(Module &M, StringRef SectionName) {
101 "__start_" + SectionName);
105 "__stop_" + SectionName);
115 ZeroInitilaizer, "__dummy." + SectionName);
116 DummyEntry->setSection(SectionName);
123 EntriesB->setSection((SectionName + "$OA").str());
124 EntriesE->setSection((SectionName + "$OZ").str());