| /freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| D | ObjectFilePCHContainerOperations.cpp | 286 ASTSym->setSection("__CLANG,__clangast"); in HandleTranslationUnit() 289 ASTSym->setSection("clangast"); in HandleTranslationUnit() 291 ASTSym->setSection("__clangast"); in HandleTranslationUnit()
|
| D | CGObjCGNU.cpp | 1105 ObjCStrGV->setSection(sectionName<ConstantStringSection>()); in GenerateConstantString() 1330 GV->setSection(sectionName<ProtocolReferenceSection>()); in GenerateProtocolRef() 1421 GV->setSection(sectionName<ProtocolSection>()); in GenerateProtocolRef() 1483 GV->setSection(sectionName<SelectorSection>()); in GetConstantSelector() 1510 Sym->setSection((Section + SecSuffix).str()); in GetSectionBounds() 1578 InitVar->setSection(".CRT$XCLz"); in ModuleInitFunction() 1582 InitVar->setSection(".init_array"); in ModuleInitFunction() 1584 InitVar->setSection(".ctors"); in ModuleInitFunction() 1591 Cat->setSection(sectionName<CategorySection>()); in ModuleInitFunction() 1601 GV->setSection(Section); in ModuleInitFunction() [all …]
|
| D | CGObjCMac.cpp | 1892 GV->setSection(SectionName); in finishAndCreateGlobal() 2062 GV->setSection(CGM.getLangOpts().ObjCRuntime.isNonFragile() in GenerateConstantNSString() 3125 Entry->setSection("__OBJC,__protocol,regular,no_dead_strip"); in GetOrEmitProtocol() 3144 Entry->setSection("__OBJC,__protocol,regular,no_dead_strip"); in GetOrEmitProtocolRef() 3658 GV->setSection(Section); in GenerateClass() 3726 GV->setSection("__OBJC,__meta_class,regular,no_dead_strip"); in EmitMetaClass() 4185 GV->setSection(Section); in CreateMetadataVar() 4202 GV->setSection(Section); in CreateMetadataVar() 4250 GV->setSection(Section); in CreateCStringLiteral() 6256 GV->setSection(SectionName); in AddModuleClassList() [all …]
|
| D | CGCUDANV.cpp | 98 GV->setSection(SectionName); in makeConstantString() 753 cast<llvm::GlobalVariable>(FatBinStr)->setSection(FatbinConstantName); in makeModuleCtorFunction() 795 FatbinWrapper->setSection(FatbinSectionName); in makeModuleCtorFunction()
|
| D | CodeGenModule.cpp | 2043 GO->setSection(CSA->getName()); in setNonAliasAttributes() 2045 GO->setSection(SA->getName()); in setNonAliasAttributes() 2135 F->setSection(CSA->getName()); in SetFunctionAttributes() 2137 F->setSection(SA->getName()); in SetFunctionAttributes() 2237 GV->setSection("llvm.metadata"); in emitUsed() 2496 gv->setSection(AnnotationSection); in EmitGlobalAnnotations() 2509 gv->setSection(AnnotationSection); in EmitAnnotationString() 2556 GV->setSection(AnnotationSection); in EmitAnnotationArgs() 3945 GV->setSection(SA->getName()); in GetOrCreateLLVMGlobal() 3953 GV->setSection(".cp.rodata"); in GetOrCreateLLVMGlobal() [all …]
|
| D | CGDeclCXX.cpp | 432 Fn->setSection(Section); in CreateGlobalInitOrCleanUpFunction() 495 PtrArray->setSection(ISA->getSection()); in EmitPointerToInitFunc()
|
| D | CoverageMappingGen.cpp | 1631 FuncRecord->setSection(getInstrProfSection(CGM, llvm::IPSK_covfun)); in emitFunctionMappingRecord() 1731 CovData->setSection(getInstrProfSection(CGM, llvm::IPSK_covmap)); in emit()
|
| D | MicrosoftCXXABI.cpp | 2368 InitFuncPtr->setSection(".CRT$XDU"); in EmitThreadLocalInitFuncs() 4156 GV->setSection(".xdata"); in getCatchableType() 4274 CTA->setSection(".xdata"); in getCatchableTypeArray() 4343 GV->setSection(".xdata"); in getThrowInfo()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/ |
| D | GlobalObject.h | 120 void setSection(StringRef S);
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| D | InstrProfiling.cpp | 894 CounterPtr->setSection( in getOrCreateRegionCounters() 914 ValuesVar->setSection( in getOrCreateRegionCounters() 959 Data->setSection(getInstrProfSectionName(IPSK_data, TT.getObjectFormat())); in getOrCreateRegionCounters() 1022 VNodesVar->setSection( in emitVNodes() 1048 NamesVar->setSection( in emitNameData()
|
| D | InstrOrderFile.cpp | 85 OrderFileBuffer->setSection( in createOrderFileData()
|
| D | HWAddressSanitizer.cpp | 521 Note->setSection(".note.hwasan.globals"); in createHwasanCtorComdat() 546 Dummy->setSection("hwasan_globals"); in createHwasanCtorComdat() 1519 Descriptor->setSection("hwasan_globals"); in instrumentGlobal()
|
| D | AddressSanitizer.cpp | 2128 Metadata->setSection(getGlobalMetadataSection()); in CreateMetadataGlobal() 2271 Liveness->setSection("__DATA,__asan_liveness,regular,live_support"); in InstrumentGlobalsMachO() 2434 NewGlobal->setSection("__TEXT,__asan_cstring,regular"); in InstrumentGlobals()
|
| D | SanitizerCoverage.cpp | 690 Array->setSection(getSectionName(Section)); in CreateFunctionLocalArrayInSection()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/ |
| D | Mips16HardFloat.cpp | 278 FStub->setSection(SectionName); in assureFPCallStub() 463 FStub->setSection(SectionName); in createFPFnStub()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/ |
| D | Globals.cpp | 130 setSection(Src->getSection()); in copyAttributesFrom() 212 void GlobalObject::setSection(StringRef S) { in setSection() function in GlobalObject
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| D | HotColdSplitting.cpp | 382 OutF->setSection(ColdSectionName); in extractColdRegion() 385 OutF->setSection(OrigF->getSection()); in extractColdRegion()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| D | ModuleUtils.cpp | 103 GV->setSection("llvm.metadata"); in appendToUsedList()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| D | AMDGPULowerModuleLDSPass.cpp | 99 GV->setSection("llvm.metadata"); in removeFromUsedList()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| D | GlobalMerge.cpp | 523 MergedGV->setSection(Globals[i]->getSection()); in doMerge()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| D | DwarfDebug.cpp | 1098 NewCU.setSection(Asm->getObjFileLowering().getDwarfInfoDWOSection()); in getOrCreateDwarfCompileUnit() 1101 NewCU.setSection(Asm->getObjFileLowering().getDwarfInfoSection()); in getOrCreateDwarfCompileUnit() 3262 NewCU.setSection(Asm->getObjFileLowering().getDwarfInfoSection()); in constructSkeletonCU() 3377 NewTU.setSection(Section); in addDwarfTypeUnitType() 3383 NewTU.setSection(Section); in addDwarfTypeUnitType()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| D | MachineFunction.h | 580 void setSection(MCSection *S) { Section = S; }
|
| D | DIE.h | 896 void setSection(MCSection *Section) { in setSection() function
|
| /freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/ |
| D | Object.h | 746 void setSection(SectionBase *Sec) { SecToApplyRel = Sec; } in setSection() function
|
| D | Object.cpp | 946 setSection(*Sec); in initialize() 948 setSection(nullptr); in initialize()
|