Lines Matching defs:SectionName
57 StringRef SectionName = ".llvm.rodata.offloading";
59 Str->setSection(SectionName);
86 uint64_t Data, StringRef SectionName,
103 Entry->setSection((SectionName + "$OE").str());
105 Entry->setSection(SectionName);
110 offloading::getOffloadEntryArray(Module &M, StringRef SectionName) {
122 "__start_" + SectionName);
126 "__stop_" + SectionName);
136 ZeroInitilaizer, "__dummy." + SectionName);
137 DummyEntry->setSection(SectionName);
144 EntriesB->setSection((SectionName + "$OA").str());
145 EntriesE->setSection((SectionName + "$OZ").str());