Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
DHWAddressSanitizer.cpp1285 Descriptor->setSection("hwasan_globals"); in instrumentGlobal()
1352 Note->setSection(".note.hwasan.globals"); in instrumentGlobals()
1377 Dummy->setSection("hwasan_globals"); in instrumentGlobals()
DAddressSanitizer.cpp2029 Metadata->setSection(getGlobalMetadataSection()); in CreateMetadataGlobal()
2150 Liveness->setSection("__DATA,__asan_liveness,regular,live_support"); in InstrumentGlobalsMachO()
2308 NewGlobal->setSection("__TEXT,__asan_cstring,regular"); in InstrumentGlobals()
DSanitizerCoverage.cpp655 Array->setSection(getSectionName(Section)); in CreateFunctionLocalArrayInSection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DGlobalObject.h71 void setSection(StringRef S);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMips16HardFloat.cpp278 FStub->setSection(SectionName); in assureFPCallStub()
463 FStub->setSection(SectionName); in createFPFnStub()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DGlobalObject.h117 void setSection(StringRef S);
/third_party/skia/third_party/externals/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
DCore.cpp1929 unwrap<GlobalObject>(Global)->setSection(Section); in LLVMSetSection()
DAutoUpgrade.cpp4094 GV.setSection(TrimSpaces(Section)); in UpgradeSectionAttributes()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DModuleUtils.cpp99 GV->setSection("llvm.metadata"); in appendToUsedList()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp902 NewCU.setSection(Asm->getObjFileLowering().getDwarfInfoDWOSection()); in getOrCreateDwarfCompileUnit()
905 NewCU.setSection(Asm->getObjFileLowering().getDwarfInfoSection()); in getOrCreateDwarfCompileUnit()
2834 NewCU.setSection(Asm->getObjFileLowering().getDwarfInfoSection()); in constructSkeletonCU()
2949 NewTU.setSection(Section); in addDwarfTypeUnitType()
2955 NewTU.setSection(Section); in addDwarfTypeUnitType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DGlobalMerge.cpp521 MergedGV->setSection(Globals[i]->getSection()); in doMerge()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DHotColdSplitting.cpp337 OutF->setSection(OrigF->getSection()); in extractColdRegion()
DWholeProgramDevirt.cpp1529 NewGV->setSection(B.GV->getSection()); in rebuildGlobal()
DLowerTypeTests.cpp1261 WeakInitializerFn->setSection( in moveInitializerToModuleConstructor()
DGlobalOpt.cpp2642 NV->setSection("llvm.metadata"); in setUsedInitializer()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DDIE.h872 void setSection(MCSection *Section) { in setSection() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp4757 GV->setSection(getSectionNameForBitcode(T)); in EmbedBitcodeInModule()
4780 GV->setSection(getSectionNameForCommandline(T)); in EmbedBitcodeInModule()
4801 NewUsed->setSection("llvm.metadata"); in EmbedBitcodeInModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp3149 NewGV->setSection(Section); in parseGlobalVarRecord()
3255 Func->setSection(SectionTable[Record[6] - 1]); in parseFunctionRecord()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.cpp1116 GV->setSection(Lex.getStrVal()); in ParseGlobal()
5502 Fn->setSection(Section); in ParseFunctionHeader()