| /freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/Offloading/ |
| H A D | Utility.cpp | 75 Entry->setSection((SectionName + "$OE").str()); in emitOffloadingEntry() 77 Entry->setSection(SectionName); in emitOffloadingEntry() 107 DummyEntry->setSection(SectionName); in getOffloadEntryArray() 114 EntriesB->setSection((SectionName + "$OA").str()); in getOffloadEntryArray() 115 EntriesE->setSection((SectionName + "$OZ").str()); in getOffloadEntryArray()
|
| H A D | OffloadWrapper.cpp | 132 Image->setSection(".llvm.offloading"); in createBinDesc() 193 Func->setSection(".text.startup"); in createRegisterFunction() 222 Func->setSection(".text.startup"); in createUnregisterFunction() 272 Fatbin->setSection(FatbinConstantSection); in createFatbinDesc() 291 FatbinDesc->setSection(FatbinWrapperSection); in createFatbinDesc() 371 RegGlobalsFn->setSection(".text.startup"); in createRegisterGlobalsFunction() 516 CtorFunc->setSection(".text.startup"); in createRegisterFatbinFunction() 522 DtorFunc->setSection(".text.startup"); in createRegisterFatbinFunction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/ |
| H A D | DXContainerGlobals.cpp | 71 GV->setSection("SFI0"); in getShaderFlags() 99 GV->setSection("HASH"); in computeShaderHash()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | ObjectFilePCHContainerOperations.cpp | 312 ASTSym->setSection("__CLANG,__clangast"); in HandleTranslationUnit() 315 ASTSym->setSection("clangast"); in HandleTranslationUnit() 317 ASTSym->setSection("__clangast"); in HandleTranslationUnit()
|
| H A D | CGObjCGNU.cpp | 1347 GV->setSection(sectionName<ProtocolReferenceSection>()); in GenerateProtocolRef() 1436 GV->setSection(sectionName<ProtocolSection>()); in GenerateProtocolRef() 1498 GV->setSection(sectionName<SelectorSection>()); in GetConstantSelector() 1524 Sym->setSection((Section + SecSuffix).str()); in GetSectionBounds() 1592 InitVar->setSection(".CRT$XCLz"); in ModuleInitFunction() 1596 InitVar->setSection(".init_array"); in ModuleInitFunction() 1598 InitVar->setSection(".ctors"); in ModuleInitFunction() 1605 Cat->setSection(sectionName<CategorySection>()); in ModuleInitFunction() 1615 GV->setSection(Section); in ModuleInitFunction() 1685 InitVar->setSection(".CRT$XCLb"); in ModuleInitFunction() [all …]
|
| H A D | CGObjCMac.cpp | 1868 GV->setSection(SectionName); in finishAndCreateGlobal() 3588 GV->setSection(Section); in GenerateClass() 4106 GV->setSection(Section); in CreateMetadataVar() 4123 GV->setSection(Section); in CreateMetadataVar() 4171 GV->setSection(Section); in CreateCStringLiteral() 6171 GV->setSection(SectionName); in AddModuleClassList() 6401 GV->setSection("__DATA, __objc_data"); in BuildClassObject() 7451 Entry->setSection(SectionName); in EmitClassRefFromId() 7488 Entry->setSection(SectionName); in EmitSuperClassRef() 7511 Entry->setSection(SectionName); in EmitMetaClassRef() [all …]
|
| H A D | CGCUDANV.cpp | 113 GV->setSection(SectionName); in makeConstantArray() 767 cast<llvm::GlobalVariable>(FatBinStr)->setSection(FatbinConstantName); in makeModuleCtorFunction() 809 FatbinWrapper->setSection(FatbinSectionName); in makeModuleCtorFunction()
|
| H A D | CodeGenModule.cpp | 2698 GO->setSection(CSA->getName()); in setNonAliasAttributes() 2700 GO->setSection(SA->getName()); in setNonAliasAttributes() 2838 F->setSection(CSA->getName()); in SetFunctionAttributes() 2840 F->setSection(SA->getName()); in SetFunctionAttributes() 2951 GV->setSection("llvm.metadata"); in emitUsed() 3248 gv->setSection(AnnotationSection); in EmitGlobalAnnotations() 3262 gv->setSection(AnnotationSection); in EmitAnnotationString() 3309 GV->setSection(AnnotationSection); in EmitAnnotationArgs() 4910 GV->setSection(".cp.rodata"); in GetOrCreateLLVMGlobal() 6190 GV->setSection(".rodata"); in GetAddrOfConstantCFString() [all …]
|
| H A D | CGDeclCXX.cpp | 444 Fn->setSection(Section); in CreateGlobalInitOrCleanUpFunction() 508 PtrArray->setSection(ISA->getSection()); in EmitPointerToInitFunc()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
| H A D | DXILWriterPass.cpp | 83 GV->setSection("DXIL"); in runOnModule()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | GlobalObject.h | 126 void setSection(StringRef S);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | ModuleUtils.cpp | 110 GV->setSection("llvm.metadata"); in appendToUsedList() 144 NewGV->setSection(GV->getSection()); in removeFromUsedList() 340 GV->setSection(SectionName); in embedBufferInModule()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | Mips16HardFloat.cpp | 279 FStub->setSection(SectionName); in assureFPCallStub() 462 FStub->setSection(SectionName); in createFPFnStub()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Globals.cpp | 141 setSection(Src->getSection()); in copyAttributesFrom() 251 void GlobalObject::setSection(StringRef S) { in setSection() function in GlobalObject
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | InstrOrderFile.cpp | 74 OrderFileBuffer->setSection( in createOrderFileData()
|
| H A D | InstrProfiling.cpp | 1287 Ptr->setSection(getInstrProfSectionName(IPSK, TT.getObjectFormat())); in setupProfileSection() 1454 ValuesVar->setSection( in createDataVariable() 1532 Data->setSection( in createDataVariable() 1592 VNodesVar->setSection( in emitVNodes() 1620 NamesVar->setSection( in emitNameData()
|
| H A D | HWAddressSanitizer.cpp | 534 Note->setSection(".note.hwasan.globals"); in createHwasanCtorComdat() 558 Dummy->setSection("hwasan_globals"); in createHwasanCtorComdat() 1640 Descriptor->setSection("hwasan_globals"); in instrumentGlobal()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64Arm64ECCallLowering.cpp | 359 F->setSection(".wowthk$aa"); in buildExitThunk() 463 Thunk->setSection(".wowthk$aa"); in buildEntryThunk() 567 GuestExit->setSection(".wowthk$aa"); in buildGuestExitThunk()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | HotColdSplitting.cpp | 411 OutF->setSection(ColdSectionName); in extractColdRegion() 414 OutF->setSection(OrigF->getSection()); in extractColdRegion()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | JMCInstrumenter.cpp | 182 GV->setSection(FlagSymbolSection); in runImpl()
|
| H A D | GlobalMerge.cpp | 533 MergedGV->setSection(Globals[i]->getSection()); in doMerge()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXCtorDtorLowering.cpp | 236 GV->setSection(IsCtor ? ".init_array" + PriorityStr in createInitOrFiniGlobals()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfDebug.cpp | 1104 NewCU.setSection(Asm->getObjFileLowering().getDwarfInfoDWOSection()); in getOrCreateDwarfCompileUnit() 1107 NewCU.setSection(Asm->getObjFileLowering().getDwarfInfoSection()); in getOrCreateDwarfCompileUnit() 3369 NewCU.setSection(Asm->getObjFileLowering().getDwarfInfoSection()); in constructSkeletonCU() 3495 NewTU.setSection(Section); in addDwarfTypeUnitType() 3501 NewTU.setSection(Section); in addDwarfTypeUnitType()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVAsmPrinter.cpp | 124 MF->setSection(Section); in emitFunctionHeader()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
| H A D | JITLink.h | 351 void setSection(Section &Parent) { this->Parent = &Parent; } in setSection() function 1451 B->setSection(DstSection);
|