Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp237 CoverageData->setSection(getCoverageSection()); in lowerCoverageData()
261 Name->setSection(getNameSection()); in lowerCoverageData()
313 NamePtr->setSection(getNameSection()); in getOrCreateRegionCounters()
327 CounterPtr->setSection(getCountersSection()); in getOrCreateRegionCounters()
357 Data->setSection(getDataSection()); in getOrCreateRegionCounters()
458 LLVMUsed->setSection("llvm.metadata"); in emitUses()
/external/clang/lib/CodeGen/
DObjectFilePCHContainerOperations.cpp235 ASTSym->setSection("__CLANG,__clangast"); in HandleTranslationUnit()
238 ASTSym->setSection("clangast"); in HandleTranslationUnit()
240 ASTSym->setSection("__clangast"); in HandleTranslationUnit()
DCGObjCMac.cpp2765 Entry->setSection("__OBJC,__protocol,regular,no_dead_strip"); in GetOrEmitProtocol()
2786 Entry->setSection("__OBJC,__protocol,regular,no_dead_strip"); in GetOrEmitProtocolRef()
3289 GV->setSection(Section); in GenerateClass()
3360 GV->setSection("__OBJC,__meta_class,regular,no_dead_strip"); in EmitMetaClass()
3581 GV->setSection(Section); in CreateMetadataVar()
5640 GV->setSection(SectionName); in AddModuleClassList()
5840 CLASS_RO_GV->setSection("__DATA, __objc_const"); in BuildClassRoTInitializer()
5874 GV->setSection("__DATA, __objc_data"); in BuildClassMetaData()
6085 PTGV->setSection("__DATA, __objc_protorefs, coalesced, no_dead_strip"); in GenerateProtocolRef()
6180 GCATV->setSection("__DATA, __objc_const"); in GenerateCategory()
[all …]
DCGDeclCXX.cpp260 Fn->setSection(Section); in CreateGlobalInitOrDestructFunction()
295 PtrArray->setSection(ISA->getSection()); in EmitPointerToInitFunc()
DCodeGenModule.cpp914 GO->setSection(SA->getName()); in setNonAliasAttributes()
1032 F->setSection(SA->getName()); in SetFunctionAttributes()
1078 GV->setSection("llvm.metadata"); in emitUsed()
1275 gv->setSection(AnnotationSection); in EmitGlobalAnnotations()
1288 gv->setSection(AnnotationSection); in EmitAnnotationString()
2032 GV->setSection(".cp.rodata"); in GetOrCreateLLVMGlobal()
2922 GV->setSection("__TEXT,__ustring"); in GetAddrOfConstantCFString()
2926 GV->setSection("__TEXT,__cstring,cstring_literals"); in GetAddrOfConstantCFString()
2948 GV->setSection("__DATA,__cfstring"); in GetAddrOfConstantCFString()
3065 GV->setSection(LangOpts.ObjCRuntime.isNonFragile() in GetAddrOfConstantString()
DCoverageMappingGen.cpp1015 CovData->setSection(getCoverageSection(CGM)); in emit()
DMicrosoftCXXABI.cpp2206 InitFuncPtr->setSection(".CRT$XDU"); in EmitThreadLocalInitFuncs()
3965 GV->setSection(".xdata"); in getCatchableType()
4083 CTA->setSection(".xdata"); in getCatchableTypeArray()
4150 GV->setSection(".xdata"); in getThrowInfo()
DCGDecl.cpp376 var->setSection(SA->getName()); in EmitStaticVarDecl()
/external/llvm/lib/IR/
DGlobals.cpp97 setSection(GV->getSection()); in copyAttributesFrom()
121 void GlobalObject::setSection(StringRef S) { Section = S; } in setSection() function in GlobalObject
DCore.cpp1448 unwrap<GlobalObject>(Global)->setSection(Section); in LLVMSetSection()
/external/llvm/include/llvm/IR/
DGlobalObject.h60 void setSection(StringRef S);
/external/llvm/unittests/ExecutionEngine/Orc/
DObjectLinkingLayerTest.cpp53 GV->setSection(".debug_str"); in TEST()
/external/llvm/lib/Target/Mips/
DMips16HardFloat.cpp283 FStub->setSection(SectionName); in assureFPCallStub()
479 FStub->setSection(SectionName); in createFPFnStub()
/external/llvm/lib/LTO/
DLTOCodeGenerator.cpp445 LLVMCompilerUsed->setSection("llvm.metadata"); in applyScopeRestrictions()
/external/llvm/lib/Transforms/IPO/
DLowerBitSets.cpp803 JumpTable->setSection(ObjectFormat == Triple::MachO in buildBitSetsFromFunctions()
DGlobalOpt.cpp2881 NV->setSection("llvm.metadata"); in setUsedInitializer()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp3499 NewGV->setSection(Section); in parseModule()
3559 Func->setSection(SectionTable[Record[6]-1]); in parseModule()
/external/llvm/lib/AsmParser/
DLLParser.cpp868 GV->setSection(Lex.getStrVal()); in ParseGlobal()
4521 Fn->setSection(Section); in ParseFunctionHeader()
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli1273 See the method [llvm::GlobalValue::setSection]. *)