Home
last modified time | relevance | path

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

12

/external/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp356 CounterPtr->setSection(getCountersSection()); in getOrCreateRegionCounters()
377 ValuesVar->setSection(getInstrProfValuesSectionName(isMachO())); in getOrCreateRegionCounters()
410 Data->setSection(getDataSection()); in getOrCreateRegionCounters()
472 VNodesVar->setSection(getInstrProfVNodesSectionName(isMachO())); in emitVNodes()
495 NamesVar->setSection(getNameSection()); in emitNameData()
599 LLVMUsed->setSection("llvm.metadata"); in emitUses()
/external/clang/lib/CodeGen/
DObjectFilePCHContainerOperations.cpp274 ASTSym->setSection("__CLANG,__clangast"); in HandleTranslationUnit()
277 ASTSym->setSection("clangast"); in HandleTranslationUnit()
279 ASTSym->setSection("__clangast"); in HandleTranslationUnit()
DBackendUtil.cpp864 GV->setSection(getSectionNameForBitcode(T)); in EmbedBitcode()
887 GV->setSection(getSectionNameForCommandline(T)); in EmbedBitcode()
909 NewUsed->setSection("llvm.metadata"); in EmbedBitcode()
DCGObjCMac.cpp2790 Entry->setSection("__OBJC,__protocol,regular,no_dead_strip"); in GetOrEmitProtocol()
2811 Entry->setSection("__OBJC,__protocol,regular,no_dead_strip"); in GetOrEmitProtocolRef()
3345 GV->setSection(Section); in GenerateClass()
3417 GV->setSection("__OBJC,__meta_class,regular,no_dead_strip"); in EmitMetaClass()
3646 GV->setSection(Section); in CreateMetadataVar()
5714 GV->setSection(SectionName); in AddModuleClassList()
5917 CLASS_RO_GV->setSection("__DATA, __objc_const"); in BuildClassRoTInitializer()
5951 GV->setSection("__DATA, __objc_data"); in BuildClassMetaData()
6149 PTGV->setSection("__DATA, __objc_protorefs, coalesced, no_dead_strip"); in GenerateProtocolRef()
6252 GCATV->setSection("__DATA, __objc_const"); in GenerateCategory()
[all …]
DCGDeclCXX.cpp268 Fn->setSection(Section); in CreateGlobalInitOrDestructFunction()
303 PtrArray->setSection(ISA->getSection()); in EmitPointerToInitFunc()
DCodeGenModule.cpp959 GO->setSection(SA->getName()); in setNonAliasAttributes()
1065 F->setSection(SA->getName()); in SetFunctionAttributes()
1127 GV->setSection("llvm.metadata"); in emitUsed()
1328 gv->setSection(AnnotationSection); in EmitGlobalAnnotations()
1341 gv->setSection(AnnotationSection); in EmitAnnotationString()
2169 GV->setSection(".cp.rodata"); in GetOrCreateLLVMGlobal()
3189 GV->setSection(isUTF16 ? "__TEXT,__ustring" in GetAddrOfConstantCFString()
3217 GV->setSection("cfstring"); in GetAddrOfConstantCFString()
3220 GV->setSection("__DATA,__cfstring"); in GetAddrOfConstantCFString()
3338 GV->setSection(LangOpts.ObjCRuntime.isNonFragile() in GetAddrOfConstantString()
DCGCUDANV.cpp304 FatbinWrapper->setSection(".nvFatBinSegment"); in makeModuleCtorFunction()
/external/swiftshader/third_party/LLVM/lib/MC/
DMCSymbol.cpp64 setSection(*Section); in setVariableValue()
DMCNullStreamer.cpp37 Symbol->setSection(*getCurrentSection()); in EmitLabel()
DMCMachOStreamer.cpp122 Symbol->setSection(*getCurrentSection()); in EmitLabel()
312 Symbol->setSection(*Section); in EmitZerofill()
DMCELFStreamer.cpp212 Symbol->setSection(*Section); in EmitCommonSymbol()
273 Symbol->setSection(*getCurrentSection()); in EmitFileDirective()
DMCPureStreamer.cpp119 Symbol->setSection(*getCurrentSection()); in EmitLabel()
DWinCOFFStreamer.cpp161 Symbol->setSection(*Section); in AddCommonSymbol()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCSymbol.h116 void setSection(const MCSection &S) { Section = &S; } in setSection() function
/external/llvm/include/llvm/IR/
DGlobalObject.h68 void setSection(StringRef S);
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DGlobalObject.h71 void setSection(StringRef S);
/external/llvm/lib/IR/
DGlobals.cpp98 setSection(GV->getSection()); in copyAttributesFrom()
154 void GlobalObject::setSection(StringRef S) { in setSection() function in GlobalObject
/external/llvm/lib/LTO/
DUpdateCompilerUsed.cpp145 LLVMUsed->setSection("llvm.metadata"); in updateCompilerUsed()
DLTOCodeGenerator.cpp408 LLVMUsed->setSection("llvm.metadata"); in preserveDiscardableGVs()
/external/llvm/lib/Target/Mips/
DMips16HardFloat.cpp283 FStub->setSection(SectionName); in assureFPCallStub()
471 FStub->setSection(SectionName); in createFPFnStub()
/external/swiftshader/third_party/LLVM/include/llvm/
DGlobalValue.h99 void setSection(StringRef S) { Section = S; } in setSection() function
/external/swiftshader/third_party/LLVM/lib/VMCore/
DGlobals.cpp52 setSection(Src->getSection()); in copyAttributesFrom()
/external/llvm/unittests/ExecutionEngine/Orc/
DObjectLinkingLayerTest.cpp76 GV->setSection(".debug_str"); in TEST()
/external/swiftshader/third_party/LLVM/tools/lto/
DLTOCodeGenerator.cpp352 LLVMCompilerUsed->setSection("llvm.metadata"); in applyScopeRestrictions()
/external/swiftshader/third_party/LLVM/lib/Target/PTX/
DPTXMCAsmStreamer.cpp242 Symbol->setSection(*getCurrentSection()); in EmitLabel()

12