/external/llvm-project/llvm/unittests/IR/ |
D | FunctionTest.cpp | 121 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/ |
D | InstrProfiling.cpp | 356 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/ |
D | ClangOffloadWrapper.cpp | 195 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/ |
D | ObjectFilePCHContainerOperations.cpp | 274 ASTSym->setSection("__CLANG,__clangast"); in HandleTranslationUnit() 277 ASTSym->setSection("clangast"); in HandleTranslationUnit() 279 ASTSym->setSection("__clangast"); in HandleTranslationUnit()
|
D | BackendUtil.cpp | 864 GV->setSection(getSectionNameForBitcode(T)); in EmbedBitcode() 887 GV->setSection(getSectionNameForCommandline(T)); in EmbedBitcode() 909 NewUsed->setSection("llvm.metadata"); in EmbedBitcode()
|
D | CGObjCMac.cpp | 2790 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/ |
D | ObjectFilePCHContainerOperations.cpp | 286 ASTSym->setSection("__CLANG,__clangast"); in HandleTranslationUnit() 289 ASTSym->setSection("clangast"); in HandleTranslationUnit() 291 ASTSym->setSection("__clangast"); in HandleTranslationUnit()
|
D | CGObjCGNU.cpp | 1101 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/ |
D | GlobalObject.h | 68 void setSection(StringRef S);
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | GlobalObject.h | 71 void setSection(StringRef S);
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | GlobalObject.h | 122 void setSection(StringRef S);
|
/external/llvm/lib/IR/ |
D | Globals.cpp | 98 setSection(GV->getSection()); in copyAttributesFrom() 154 void GlobalObject::setSection(StringRef S) { in setSection() function in GlobalObject
|
/external/llvm-project/llvm/lib/Transforms/Instrumentation/ |
D | InstrProfiling.cpp | 848 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()
|
D | InstrOrderFile.cpp | 85 OrderFileBuffer->setSection( in createOrderFileData()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | InstrProfiling.cpp | 787 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()
|
D | InstrOrderFile.cpp | 86 OrderFileBuffer->setSection( in createOrderFileData()
|
/external/llvm/lib/LTO/ |
D | UpdateCompilerUsed.cpp | 145 LLVMUsed->setSection("llvm.metadata"); in updateCompilerUsed()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | GlobalObject.h | 117 void setSection(StringRef S);
|
/external/llvm-project/llvm/lib/Target/Mips/ |
D | Mips16HardFloat.cpp | 278 FStub->setSection(SectionName); in assureFPCallStub() 463 FStub->setSection(SectionName); in createFPFnStub()
|
/external/llvm/lib/Target/Mips/ |
D | Mips16HardFloat.cpp | 283 FStub->setSection(SectionName); in assureFPCallStub() 471 FStub->setSection(SectionName); in createFPFnStub()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | Mips16HardFloat.cpp | 278 FStub->setSection(SectionName); in assureFPCallStub() 463 FStub->setSection(SectionName); in createFPFnStub()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Globals.cpp | 133 setSection(Src->getSection()); in copyAttributesFrom() 215 void GlobalObject::setSection(StringRef S) { in setSection() function in GlobalObject
|
/external/llvm-project/llvm/lib/IR/ |
D | Globals.cpp | 130 setSection(Src->getSection()); in copyAttributesFrom() 212 void GlobalObject::setSection(StringRef S) { in setSection() function in GlobalObject
|
/external/llvm/unittests/ExecutionEngine/Orc/ |
D | ObjectLinkingLayerTest.cpp | 76 GV->setSection(".debug_str"); in TEST()
|
/external/llvm-project/llvm/lib/Transforms/IPO/ |
D | HotColdSplitting.cpp | 347 OutF->setSection(ColdSectionName); in extractColdRegion() 350 OutF->setSection(OrigF->getSection()); in extractColdRegion()
|