Home
last modified time | relevance | path

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

123

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DFunctionTest.cpp114 TEST(FunctionTest, setSection) { in TEST() argument
122 F->setSection(".text.test"); in TEST()
125 F->setSection(""); in TEST()
127 F->setSection(".text.test"); in TEST()
128 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/clang/lib/CodeGen/
DObjectFilePCHContainerOperations.cpp274 ASTSym->setSection("__CLANG,__clangast"); in HandleTranslationUnit()
277 ASTSym->setSection("clangast"); in HandleTranslationUnit()
279 ASTSym->setSection("__clangast"); in HandleTranslationUnit()
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 …]
DBackendUtil.cpp864 GV->setSection(getSectionNameForBitcode(T)); in EmbedBitcode()
887 GV->setSection(getSectionNameForCommandline(T)); in EmbedBitcode()
909 NewUsed->setSection("llvm.metadata"); in EmbedBitcode()
DCGDeclCXX.cpp268 Fn->setSection(Section); in CreateGlobalInitOrDestructFunction()
303 PtrArray->setSection(ISA->getSection()); in EmitPointerToInitFunc()
/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()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCSymbol.h116 void setSection(const MCSection &S) { Section = &S; } in setSection() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp730 CounterPtr->setSection( in getOrCreateRegionCounters()
751 ValuesVar->setSection( in getOrCreateRegionCounters()
785 Data->setSection(getInstrProfSectionName(IPSK_data, TT.getObjectFormat())); in getOrCreateRegionCounters()
847 VNodesVar->setSection( in emitVNodes()
871 NamesVar->setSection( in emitNameData()
/external/llvm/lib/IR/
DGlobals.cpp98 setSection(GV->getSection()); in copyAttributesFrom()
154 void GlobalObject::setSection(StringRef S) { in setSection() function in GlobalObject
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DGlobalObject.h71 void setSection(StringRef S);
/external/llvm/include/llvm/IR/
DGlobalObject.h68 void setSection(StringRef S);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DGlobals.cpp124 setSection(Src->getSection()); in copyAttributesFrom()
184 void GlobalObject::setSection(StringRef S) { in setSection() function in GlobalObject
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DGlobalObject.h98 void setSection(StringRef S);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMips16HardFloat.cpp277 FStub->setSection(SectionName); in assureFPCallStub()
462 FStub->setSection(SectionName); in createFPFnStub()
/external/llvm/lib/Target/Mips/
DMips16HardFloat.cpp283 FStub->setSection(SectionName); in assureFPCallStub()
471 FStub->setSection(SectionName); in createFPFnStub()
/external/llvm/lib/LTO/
DUpdateCompilerUsed.cpp145 LLVMUsed->setSection("llvm.metadata"); in updateCompilerUsed()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DGlobals.cpp52 setSection(Src->getSection()); in copyAttributesFrom()
/external/swiftshader/third_party/LLVM/include/llvm/
DGlobalValue.h99 void setSection(StringRef S) { Section = S; } in setSection() function
/external/llvm/unittests/ExecutionEngine/Orc/
DObjectLinkingLayerTest.cpp76 GV->setSection(".debug_str"); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/Orc/
DRTDyldObjectLinkingLayerTest.cpp85 GV->setSection(".debug_str"); in TEST()

123