Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp156 CoverageData->setSection(getCoverageSection()); in lowerCoverageData()
179 Name->setSection(getNameSection()); in lowerCoverageData()
199 Name->setSection(getNameSection()); in getOrCreateRegionCounters()
211 Counters->setSection(getCountersSection()); in getOrCreateRegionCounters()
235 Data->setSection(getDataSection()); in getOrCreateRegionCounters()
327 LLVMUsed->setSection("llvm.metadata"); in emitUses()
/external/llvm/include/llvm/IR/
DGlobalObject.h58 void setSection(StringRef S);
/external/llvm/lib/IR/
DGlobals.cpp99 setSection(GV->getSection()); in copyAttributesFrom()
122 void GlobalObject::setSection(StringRef S) { Section = S; } in setSection() function in GlobalObject
DCore.cpp1432 unwrap<GlobalObject>(Global)->setSection(Section); in LLVMSetSection()
/external/llvm/include/llvm/MC/
DMCSymbol.h141 void setSection(const MCSection &S) { in setSection() function
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64ELFStreamer.cpp182 Symbol->setSection(*Sec); in EmitMappingSymbol()
/external/llvm/lib/Target/Mips/
DMips16HardFloat.cpp283 FStub->setSection(SectionName); in assureFPCallStub()
470 FStub->setSection(SectionName); in createFPFnStub()
/external/clang/lib/CodeGen/
DCGObjCMac.cpp2634 Entry->setSection("__OBJC,__protocol,regular,no_dead_strip"); in GetOrEmitProtocol()
2655 Entry->setSection("__OBJC,__protocol,regular,no_dead_strip"); in GetOrEmitProtocolRef()
3086 GV->setSection(Section); in GenerateClass()
3157 GV->setSection("__OBJC,__meta_class,regular,no_dead_strip"); in EmitMetaClass()
3369 GV->setSection(Section); in CreateMetadataVar()
5464 GV->setSection(SectionName); in AddModuleClassList()
5657 CLASS_RO_GV->setSection("__DATA, __objc_const"); in BuildClassRoTInitializer()
5691 GV->setSection("__DATA, __objc_data"); in BuildClassMetaData()
5899 PTGV->setSection("__DATA, __objc_protorefs, coalesced, no_dead_strip"); in GenerateProtocolRef()
5993 GCATV->setSection("__DATA, __objc_const"); in GenerateCategory()
[all …]
DCGDeclCXX.cpp259 Fn->setSection(Section); in CreateGlobalInitOrDestructFunction()
289 PtrArray->setSection(ISA->getSection()); in EmitPointerToInitFunc()
DCodeGenModule.cpp828 GO->setSection(SA->getName()); in setNonAliasAttributes()
911 F->setSection(SA->getName()); in SetFunctionAttributes()
955 GV->setSection("llvm.metadata"); in emitUsed()
1151 gv->setSection(AnnotationSection); in EmitGlobalAnnotations()
1164 gv->setSection(AnnotationSection); in EmitAnnotationString()
1799 GV->setSection(".cp.rodata"); in GetOrCreateLLVMGlobal()
2683 GV->setSection("__TEXT,__ustring"); in GetAddrOfConstantCFString()
2687 GV->setSection("__TEXT,__cstring,cstring_literals"); in GetAddrOfConstantCFString()
2706 GV->setSection("__DATA,__cfstring"); in GetAddrOfConstantCFString()
2820 GV->setSection(LangOpts.ObjCRuntime.isNonFragile() in GetAddrOfConstantString()
DMicrosoftCXXABI.cpp1980 InitFuncPtr->setSection(".CRT$XDU"); in EmitThreadLocalInitFuncs()
3239 Var->setSection("llvm.metadata"); in getAddrOfCXXCatchHandlerType()
3522 GV->setSection(".xdata"); in getCatchableType()
3640 CTA->setSection(".xdata"); in getCatchableTypeArray()
3707 GV->setSection(".xdata"); in getThrowInfo()
DCoverageMappingGen.cpp999 CovData->setSection(getCoverageSection(CGM)); in emit()
DCGDecl.cpp371 var->setSection(SA->getName()); in EmitStaticVarDecl()
/external/llvm/lib/LTO/
DLTOCodeGenerator.cpp516 LLVMCompilerUsed->setSection("llvm.metadata"); in applyScopeRestrictions()
/external/llvm/lib/MC/
DMCStreamer.cpp192 Symbol->setSection(*Section); in AssignSection()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2904 NewGV->setSection(Section); in ParseModule()
2961 Func->setSection(SectionTable[Record[6]-1]); in ParseModule()
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp2744 NV->setSection("llvm.metadata"); in setUsedInitializer()
/external/llvm/lib/AsmParser/
DLLParser.cpp810 GV->setSection(Lex.getStrVal()); in ParseGlobal()
4230 Fn->setSection(Section); in ParseFunctionHeader()
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli1263 See the method [llvm::GlobalValue::setSection]. *)