Home
last modified time | relevance | path

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

1234

/external/llvm-project/llvm/unittests/IR/
DFunctionTest.cpp121 TEST(FunctionTest, setSection) { in TEST() argument
129 F->setSection(".text.test"); in TEST()
132 F->setSection(""); in TEST()
134 F->setSection(".text.test"); in TEST()
135 F->setSection(".text.test2"); in TEST()
/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/llvm-project/clang/tools/clang-offload-wrapper/
DClangOffloadWrapper.cpp195 DummyEntry->setSection("omp_offloading_entries"); in createBinDesc()
251 Func->setSection(".text.startup"); in createRegisterFunction()
277 Func->setSection(".text.startup"); in createUnregisterFunction()
/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 …]
/external/llvm-project/clang/lib/CodeGen/
DObjectFilePCHContainerOperations.cpp286 ASTSym->setSection("__CLANG,__clangast"); in HandleTranslationUnit()
289 ASTSym->setSection("clangast"); in HandleTranslationUnit()
291 ASTSym->setSection("__clangast"); in HandleTranslationUnit()
DCGObjCGNU.cpp1101 ObjCStrGV->setSection(sectionName<ConstantStringSection>()); in GenerateConstantString()
1326 GV->setSection(sectionName<ProtocolReferenceSection>()); in GenerateProtocolRef()
1416 GV->setSection(sectionName<ProtocolSection>()); in GenerateProtocolRef()
1478 GV->setSection(sectionName<SelectorSection>()); in GetConstantSelector()
1505 Sym->setSection((Section + SecSuffix).str()); in GetSectionBounds()
1573 InitVar->setSection(".CRT$XCLz"); in ModuleInitFunction()
1577 InitVar->setSection(".init_array"); in ModuleInitFunction()
1579 InitVar->setSection(".ctors"); in ModuleInitFunction()
1586 Cat->setSection(sectionName<CategorySection>()); in ModuleInitFunction()
1596 GV->setSection(Section); in ModuleInitFunction()
[all …]
/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-project/llvm/include/llvm/IR/
DGlobalObject.h122 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-project/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp848 CounterPtr->setSection( in getOrCreateRegionCounters()
870 ValuesVar->setSection( in getOrCreateRegionCounters()
904 Data->setSection(getInstrProfSectionName(IPSK_data, TT.getObjectFormat())); in getOrCreateRegionCounters()
967 VNodesVar->setSection( in emitVNodes()
991 NamesVar->setSection( in emitNameData()
DInstrOrderFile.cpp85 OrderFileBuffer->setSection( in createOrderFileData()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp787 CounterPtr->setSection( in getOrCreateRegionCounters()
809 ValuesVar->setSection( in getOrCreateRegionCounters()
843 Data->setSection(getInstrProfSectionName(IPSK_data, TT.getObjectFormat())); in getOrCreateRegionCounters()
906 VNodesVar->setSection( in emitVNodes()
930 NamesVar->setSection( in emitNameData()
DInstrOrderFile.cpp86 OrderFileBuffer->setSection( in createOrderFileData()
/external/llvm/lib/LTO/
DUpdateCompilerUsed.cpp145 LLVMUsed->setSection("llvm.metadata"); in updateCompilerUsed()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DGlobalObject.h117 void setSection(StringRef S);
/external/llvm-project/llvm/lib/Target/Mips/
DMips16HardFloat.cpp278 FStub->setSection(SectionName); in assureFPCallStub()
463 FStub->setSection(SectionName); in createFPFnStub()
/external/llvm/lib/Target/Mips/
DMips16HardFloat.cpp283 FStub->setSection(SectionName); in assureFPCallStub()
471 FStub->setSection(SectionName); in createFPFnStub()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMips16HardFloat.cpp278 FStub->setSection(SectionName); in assureFPCallStub()
463 FStub->setSection(SectionName); in createFPFnStub()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DGlobals.cpp133 setSection(Src->getSection()); in copyAttributesFrom()
215 void GlobalObject::setSection(StringRef S) { in setSection() function in GlobalObject
/external/llvm-project/llvm/lib/IR/
DGlobals.cpp130 setSection(Src->getSection()); in copyAttributesFrom()
212 void GlobalObject::setSection(StringRef S) { in setSection() function in GlobalObject
/external/llvm/unittests/ExecutionEngine/Orc/
DObjectLinkingLayerTest.cpp76 GV->setSection(".debug_str"); in TEST()
/external/llvm-project/llvm/lib/Transforms/IPO/
DHotColdSplitting.cpp347 OutF->setSection(ColdSectionName); in extractColdRegion()
350 OutF->setSection(OrigF->getSection()); in extractColdRegion()

1234