| /openbsd-src/gnu/llvm/clang/tools/clang-linker-wrapper/ |
| H A D | OffloadWrapper.cpp | 173 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 D | DXContainerGlobals.cpp | 70 GV->setSection("SFI0"); in getShaderFlags() 98 GV->setSection("HASH"); in computeShaderHash()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ |
| H A D | ReduceGlobalObjects.cpp | 25 GO.setSection(""); in reduceGOs()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | ObjectFilePCHContainerOperations.cpp | 309 ASTSym->setSection("__CLANG,__clangast"); in HandleTranslationUnit() 312 ASTSym->setSection("clangast"); in HandleTranslationUnit() 314 ASTSym->setSection("__clangast"); in HandleTranslationUnit()
|
| H A D | CGObjCGNU.cpp | 1106 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 D | CGObjCMac.cpp | 1868 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 D | CGCUDANV.cpp | 111 GV->setSection(SectionName); in makeConstantArray() 773 cast<llvm::GlobalVariable>(FatBinStr)->setSection(FatbinConstantName); in makeModuleCtorFunction() 815 FatbinWrapper->setSection(FatbinSectionName); in makeModuleCtorFunction()
|
| H A D | CodeGenModule.cpp | 2303 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 D | CGDeclCXX.cpp | 435 Fn->setSection(Section); in CreateGlobalInitOrCleanUpFunction() 499 PtrArray->setSection(ISA->getSection()); in EmitPointerToInitFunc()
|
| H A D | CoverageMappingGen.cpp | 1652 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 D | ReturnProtectorPass.cpp | 46 cookie->setSection(".openbsd.randomdata.retguard." + hash); in runOnFunction()
|
| H A D | JMCInstrumenter.cpp | 175 GV->setSection(FlagSymbolSection); in runOnModule()
|
| H A D | GlobalMerge.cpp | 522 MergedGV->setSection(Globals[i]->getSection()); in doMerge()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/DXILWriter/ |
| H A D | DXILWriterPass.cpp | 83 GV->setSection("DXIL"); in runOnModule()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | GlobalObject.h | 119 void setSection(StringRef S);
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | ModuleUtils.cpp | 106 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 D | InstrProfiling.cpp | 937 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 D | InstrOrderFile.cpp | 77 OrderFileBuffer->setSection( in createOrderFileData()
|
| H A D | HWAddressSanitizer.cpp | 515 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 D | Mips16HardFloat.cpp | 279 FStub->setSection(SectionName); in assureFPCallStub() 462 FStub->setSection(SectionName); in createFPFnStub()
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | Globals.cpp | 133 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 D | HotColdSplitting.cpp | 370 OutF->setSection(ColdSectionName); in extractColdRegion() 373 OutF->setSection(OrigF->getSection()); in extractColdRegion()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfDebug.cpp | 1121 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 D | SPIRVAsmPrinter.cpp | 121 MF->setSection(Section); in emitFunctionHeader()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/ |
| H A D | JITLink.h | 346 void setSection(Section &Parent) { this->Parent = &Parent; } in setSection() function 1358 B->setSection(DstSection);
|