Home
last modified time | relevance | path

Searched refs:setSection (Results 1 – 25 of 45) sorted by relevance

12

/openbsd-src/gnu/llvm/clang/tools/clang-linker-wrapper/
H A DOffloadWrapper.cpp173 DummyEntry->setSection("omp_offloading_entries"); in createBinDesc()
188 Image->setSection(".llvm.offloading"); in createBinDesc()
232 Func->setSection(".text.startup"); in createRegisterFunction()
259 Func->setSection(".text.startup"); in createUnregisterFunction()
308 Fatbin->setSection(FatbinConstantSection); in createFatbinDesc()
327 FatbinDesc->setSection(FatbinWrapperSection); in createFatbinDesc()
339 DummyEntry->setSection(IsHIP ? "hip_offloading_entries" in createFatbinDesc()
413 RegGlobalsFn->setSection(".text.startup"); in createRegisterGlobalsFunction()
525 CtorFunc->setSection(".text.startup"); in createRegisterFatbinFunction()
531 DtorFunc->setSection(".text.startup"); in createRegisterFatbinFunction()
/openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/
H A DDXContainerGlobals.cpp70 GV->setSection("SFI0"); in getShaderFlags()
98 GV->setSection("HASH"); in computeShaderHash()
/openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/deltas/
H A DReduceGlobalObjects.cpp25 GO.setSection(""); in reduceGOs()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp309 ASTSym->setSection("__CLANG,__clangast"); in HandleTranslationUnit()
312 ASTSym->setSection("clangast"); in HandleTranslationUnit()
314 ASTSym->setSection("__clangast"); in HandleTranslationUnit()
H A DCGObjCGNU.cpp1106 ObjCStrGV->setSection(sectionName<ConstantStringSection>()); in GenerateConstantString()
1333 GV->setSection(sectionName<ProtocolReferenceSection>()); in GenerateProtocolRef()
1424 GV->setSection(sectionName<ProtocolSection>()); in GenerateProtocolRef()
1486 GV->setSection(sectionName<SelectorSection>()); in GetConstantSelector()
1513 Sym->setSection((Section + SecSuffix).str()); in GetSectionBounds()
1581 InitVar->setSection(".CRT$XCLz"); in ModuleInitFunction()
1585 InitVar->setSection(".init_array"); in ModuleInitFunction()
1587 InitVar->setSection(".ctors"); in ModuleInitFunction()
1594 Cat->setSection(sectionName<CategorySection>()); in ModuleInitFunction()
1604 GV->setSection(Section); in ModuleInitFunction()
[all …]
H A DCGObjCMac.cpp1868 GV->setSection(SectionName); in finishAndCreateGlobal()
2039 GV->setSection(CGM.getLangOpts().ObjCRuntime.isNonFragile() in GenerateConstantNSString()
3065 Entry->setSection("__OBJC,__protocol,regular,no_dead_strip"); in GetOrEmitProtocol()
3084 Entry->setSection("__OBJC,__protocol,regular,no_dead_strip"); in GetOrEmitProtocolRef()
3598 GV->setSection(Section); in GenerateClass()
3666 GV->setSection("__OBJC,__meta_class,regular,no_dead_strip"); in EmitMetaClass()
4128 GV->setSection(Section); in CreateMetadataVar()
4145 GV->setSection(Section); in CreateMetadataVar()
4193 GV->setSection(Section); in CreateCStringLiteral()
6212 GV->setSection(SectionName); in AddModuleClassList()
[all …]
H A DCGCUDANV.cpp111 GV->setSection(SectionName); in makeConstantArray()
773 cast<llvm::GlobalVariable>(FatBinStr)->setSection(FatbinConstantName); in makeModuleCtorFunction()
815 FatbinWrapper->setSection(FatbinSectionName); in makeModuleCtorFunction()
H A DCodeGenModule.cpp2303 GO->setSection(CSA->getName()); in setNonAliasAttributes()
2305 GO->setSection(SA->getName()); in setNonAliasAttributes()
2446 F->setSection(CSA->getName()); in SetFunctionAttributes()
2448 F->setSection(SA->getName()); in SetFunctionAttributes()
2559 GV->setSection("llvm.metadata"); in emitUsed()
2843 gv->setSection(AnnotationSection); in EmitGlobalAnnotations()
2857 gv->setSection(AnnotationSection); in EmitAnnotationString()
2904 GV->setSection(AnnotationSection); in EmitAnnotationArgs()
4463 GV->setSection(SA->getName()); in GetOrCreateLLVMGlobal()
4471 GV->setSection(".cp.rodata"); in GetOrCreateLLVMGlobal()
[all …]
H A DCGDeclCXX.cpp435 Fn->setSection(Section); in CreateGlobalInitOrCleanUpFunction()
499 PtrArray->setSection(ISA->getSection()); in EmitPointerToInitFunc()
H A DCoverageMappingGen.cpp1652 FuncRecord->setSection(getInstrProfSection(CGM, llvm::IPSK_covfun)); in emitFunctionMappingRecord()
1751 CovData->setSection(getInstrProfSection(CGM, llvm::IPSK_covmap)); in emit()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DReturnProtectorPass.cpp46 cookie->setSection(".openbsd.randomdata.retguard." + hash); in runOnFunction()
H A DJMCInstrumenter.cpp175 GV->setSection(FlagSymbolSection); in runOnModule()
H A DGlobalMerge.cpp522 MergedGV->setSection(Globals[i]->getSection()); in doMerge()
/openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILWriterPass.cpp83 GV->setSection("DXIL"); in runOnModule()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DGlobalObject.h119 void setSection(StringRef S);
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DModuleUtils.cpp106 GV->setSection("llvm.metadata"); in appendToUsedList()
140 NewGV->setSection(GV->getSection()); in removeFromUsedList()
364 GV->setSection(SectionName); in embedBufferInModule()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp937 CounterPtr->setSection( in getOrCreateRegionCounters()
993 ValuesVar->setSection( in getOrCreateRegionCounters()
1057 Data->setSection(getInstrProfSectionName(IPSK_data, TT.getObjectFormat())); in getOrCreateRegionCounters()
1117 VNodesVar->setSection( in emitVNodes()
1143 NamesVar->setSection( in emitNameData()
H A DInstrOrderFile.cpp77 OrderFileBuffer->setSection( in createOrderFileData()
H A DHWAddressSanitizer.cpp515 Note->setSection(".note.hwasan.globals"); in createHwasanCtorComdat()
539 Dummy->setSection("hwasan_globals"); in createHwasanCtorComdat()
1560 Descriptor->setSection("hwasan_globals"); in instrumentGlobal()
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMips16HardFloat.cpp279 FStub->setSection(SectionName); in assureFPCallStub()
462 FStub->setSection(SectionName); in createFPFnStub()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DGlobals.cpp133 setSection(Src->getSection()); in copyAttributesFrom()
242 void GlobalObject::setSection(StringRef S) { in setSection() function in GlobalObject
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp370 OutF->setSection(ColdSectionName); in extractColdRegion()
373 OutF->setSection(OrigF->getSection()); in extractColdRegion()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1121 NewCU.setSection(Asm->getObjFileLowering().getDwarfInfoDWOSection()); in getOrCreateDwarfCompileUnit()
1124 NewCU.setSection(Asm->getObjFileLowering().getDwarfInfoSection()); in getOrCreateDwarfCompileUnit()
3325 NewCU.setSection(Asm->getObjFileLowering().getDwarfInfoSection()); in constructSkeletonCU()
3440 NewTU.setSection(Section); in addDwarfTypeUnitType()
3446 NewTU.setSection(Section); in addDwarfTypeUnitType()
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVAsmPrinter.cpp121 MF->setSection(Section); in emitFunctionHeader()
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h346 void setSection(Section &Parent) { this->Parent = &Parent; } in setSection() function
1358 B->setSection(DstSection);

12