/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | FunctionTest.cpp | 114 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/ |
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/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 | 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 …]
|
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 | CGDeclCXX.cpp | 268 Fn->setSection(Section); in CreateGlobalInitOrDestructFunction() 303 PtrArray->setSection(ISA->getSection()); in EmitPointerToInitFunc()
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | MCSymbol.cpp | 64 setSection(*Section); in setVariableValue()
|
D | MCNullStreamer.cpp | 37 Symbol->setSection(*getCurrentSection()); in EmitLabel()
|
D | MCMachOStreamer.cpp | 122 Symbol->setSection(*getCurrentSection()); in EmitLabel() 312 Symbol->setSection(*Section); in EmitZerofill()
|
D | MCELFStreamer.cpp | 212 Symbol->setSection(*Section); in EmitCommonSymbol() 273 Symbol->setSection(*getCurrentSection()); in EmitFileDirective()
|
D | MCPureStreamer.cpp | 119 Symbol->setSection(*getCurrentSection()); in EmitLabel()
|
/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
D | MCSymbol.h | 116 void setSection(const MCSection &S) { Section = &S; } in setSection() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | InstrProfiling.cpp | 730 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/ |
D | Globals.cpp | 98 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/ |
D | GlobalObject.h | 71 void setSection(StringRef S);
|
/external/llvm/include/llvm/IR/ |
D | GlobalObject.h | 68 void setSection(StringRef S);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Globals.cpp | 124 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/ |
D | GlobalObject.h | 98 void setSection(StringRef S);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | Mips16HardFloat.cpp | 277 FStub->setSection(SectionName); in assureFPCallStub() 462 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/llvm/lib/LTO/ |
D | UpdateCompilerUsed.cpp | 145 LLVMUsed->setSection("llvm.metadata"); in updateCompilerUsed()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Globals.cpp | 52 setSection(Src->getSection()); in copyAttributesFrom()
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | GlobalValue.h | 99 void setSection(StringRef S) { Section = S; } in setSection() function
|
/external/llvm/unittests/ExecutionEngine/Orc/ |
D | ObjectLinkingLayerTest.cpp | 76 GV->setSection(".debug_str"); in TEST()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/Orc/ |
D | RTDyldObjectLinkingLayerTest.cpp | 85 GV->setSection(".debug_str"); in TEST()
|