Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp287 ASTSym->setSection("__CLANG,__clangast"); in HandleTranslationUnit()
290 ASTSym->setSection("clangast"); in HandleTranslationUnit()
292 ASTSym->setSection("__clangast"); in HandleTranslationUnit()
H A DCGCUDANV.cpp79 GV->setSection(SectionName); in makeConstantString()
406 cast<llvm::GlobalVariable>(FatBinStr)->setSection(FatbinConstantName); in makeModuleCtorFunction()
448 FatbinWrapper->setSection(FatbinSectionName); in makeModuleCtorFunction()
H A DCGObjCMac.cpp3548 GV->setSection(Section); in GenerateClass()
3937 GV->setSection(Section); in CreateMetadataVar()
3953 GV->setSection(Section); in CreateMetadataVar()
4000 GV->setSection(Section); in CreateCStringLiteral()
6003 GV->setSection(SectionName); in AddModuleClassList()
6247 GV->setSection("__DATA, __objc_data"); in BuildClassObject()
6534 GCATV->setSection("__DATA, __objc_const"); in GenerateCategory()
6645 GV->setSection("__DATA, __objc_const"); in emitMethodList()
6785 GV->setSection("__DATA, __objc_const"); in EmitIvarList()
6969 GV->setSection("__DATA, __objc_const"); in EmitProtocolList()
[all …]
H A DCGObjCGNU.cpp1086 ObjCStrGV->setSection(sectionName<ConstantStringSection>()); in GenerateConstantString()
1276 GV->setSection(sectionName<ProtocolReferenceSection>()); in GenerateProtocolRef()
1364 GV->setSection(sectionName<ProtocolSection>()); in GenerateProtocolRef()
1426 GV->setSection(sectionName<SelectorSection>()); in GetConstantSelector()
1453 Sym->setSection((Section + SecSuffix).str()); in GetSectionBounds()
1520 InitVar->setSection(".CRT$XCLz"); in ModuleInitFunction()
1524 InitVar->setSection(".init_array"); in ModuleInitFunction()
1526 InitVar->setSection(".ctors"); in ModuleInitFunction()
1533 Cat->setSection(sectionName<CategorySection>()); in ModuleInitFunction()
1543 GV->setSection(Section); in ModuleInitFunction()
[all …]
H A DCodeGenModule.cpp1474 GO->setSection(CSA->getName()); in setNonAliasAttributes()
1476 GO->setSection(SA->getName()); in setNonAliasAttributes()
1573 F->setSection(CSA->getName()); in SetFunctionAttributes()
1575 F->setSection(SA->getName()); in SetFunctionAttributes()
1643 GV->setSection("llvm.metadata"); in emitUsed()
1889 gv->setSection(AnnotationSection); in EmitGlobalAnnotations()
1902 gv->setSection(AnnotationSection); in EmitAnnotationString()
3140 GV->setSection(SA->getName()); in GetOrCreateLLVMGlobal()
3148 GV->setSection(".cp.rodata"); in GetOrCreateLLVMGlobal()
4348 GV->setSection(".rodata"); in GetAddrOfConstantCFString()
[all …]
H A DCGDeclCXX.cpp333 Fn->setSection(Section); in CreateGlobalInitOrDestructFunction()
408 PtrArray->setSection(ISA->getSection()); in EmitPointerToInitFunc()
H A DBackendUtil.cpp1406 GV->setSection(getSectionNameForBitcode(T)); in EmbedBitcode()
1429 GV->setSection(getSectionNameForCommandline(T)); in EmbedBitcode()
1451 NewUsed->setSection("llvm.metadata"); in EmbedBitcode()
H A DMicrosoftCXXABI.cpp2275 InitFuncPtr->setSection(".CRT$XDU"); in EmitThreadLocalInitFuncs()
4053 GV->setSection(".xdata"); in getCatchableType()
4171 CTA->setSection(".xdata"); in getCatchableTypeArray()
4240 GV->setSection(".xdata"); in getThrowInfo()
H A DCoverageMappingGen.cpp1436 CovData->setSection(getCoverageSection(CGM)); in emit()
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp741 CounterPtr->setSection( in getOrCreateRegionCounters()
762 ValuesVar->setSection( in getOrCreateRegionCounters()
796 Data->setSection(getInstrProfSectionName(IPSK_data, TT.getObjectFormat())); in getOrCreateRegionCounters()
858 VNodesVar->setSection( in emitVNodes()
882 NamesVar->setSection( in emitNameData()
H A DHWAddressSanitizer.cpp333 GV->setSection(getFrameSection()); in doInitialization()
799 GV->setSection(getFrameSection()); in createFrameGlobal()
H A DSanitizerCoverage.cpp575 Array->setSection(getSectionName(Section)); in CreateFunctionLocalArrayInSection()
H A DAddressSanitizer.cpp1886 Metadata->setSection(getGlobalMetadataSection()); in CreateMetadataGlobal()
2007 Liveness->setSection("__DATA,__asan_liveness,regular,live_support"); in InstrumentGlobalsMachO()
2163 NewGlobal->setSection("__TEXT,__asan_cstring,regular"); in InstrumentGlobals()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DGlobals.cpp129 setSection(Src->getSection()); in copyAttributesFrom()
189 void GlobalObject::setSection(StringRef S) { in setSection() function in GlobalObject
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DGlobalObject.h98 void setSection(StringRef S);
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMips16HardFloat.cpp279 FStub->setSection(SectionName); in assureFPCallStub()
464 FStub->setSection(SectionName); in createFPFnStub()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DModuleUtils.cpp119 GV->setSection("llvm.metadata"); in appendToUsedList()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp655 NewCU.setSection(Asm->getObjFileLowering().getDwarfInfoDWOSection()); in getOrCreateDwarfCompileUnit()
658 NewCU.setSection(Asm->getObjFileLowering().getDwarfInfoSection()); in getOrCreateDwarfCompileUnit()
2527 NewCU.setSection(Asm->getObjFileLowering().getDwarfInfoSection()); in constructSkeletonCU()
2642 NewTU.setSection(Section); in addDwarfTypeUnitType()
2648 NewTU.setSection(Section); in addDwarfTypeUnitType()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DGlobalMerge.cpp521 MergedGV->setSection(Globals[i]->getSection()); in doMerge()
/freebsd-12.1/contrib/llvm/tools/llvm-objcopy/ELF/
H A DELFObjcopy.cpp244 RS->setSection(NewSection); in replaceDebugSections()
H A DObject.cpp562 setSection(SecTable.getSection(Info, "Info field value " + Twine(Info) + in initialize()
566 setSection(nullptr); in initialize()
H A DObject.h559 void setSection(SectionBase *Sec) { SecToApplyRel = Sec; } in setSection() function
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DDIE.h815 void setSection(MCSection *Section) { in setSection() function
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp1323 NewGV->setSection(B.GV->getSection()); in rebuildGlobal()
H A DLowerTypeTests.cpp1202 WeakInitializerFn->setSection( in moveInitializerToModuleConstructor()

12