/third_party/skia/third_party/externals/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()
|
D | HWAddressSanitizer.cpp | 1285 Descriptor->setSection("hwasan_globals"); in instrumentGlobal() 1352 Note->setSection(".note.hwasan.globals"); in instrumentGlobals() 1377 Dummy->setSection("hwasan_globals"); in instrumentGlobals()
|
D | AddressSanitizer.cpp | 2029 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()
|
D | SanitizerCoverage.cpp | 655 Array->setSection(getSectionName(Section)); in CreateFunctionLocalArrayInSection()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | GlobalObject.h | 71 void setSection(StringRef S);
|
/third_party/skia/third_party/externals/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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | GlobalObject.h | 117 void setSection(StringRef S);
|
/third_party/skia/third_party/externals/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
|
D | Core.cpp | 1929 unwrap<GlobalObject>(Global)->setSection(Section); in LLVMSetSection()
|
D | AutoUpgrade.cpp | 4094 GV.setSection(TrimSpaces(Section)); in UpgradeSectionAttributes()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | ModuleUtils.cpp | 99 GV->setSection("llvm.metadata"); in appendToUsedList()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.cpp | 902 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/ |
D | GlobalMerge.cpp | 521 MergedGV->setSection(Globals[i]->getSection()); in doMerge()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | HotColdSplitting.cpp | 337 OutF->setSection(OrigF->getSection()); in extractColdRegion()
|
D | WholeProgramDevirt.cpp | 1529 NewGV->setSection(B.GV->getSection()); in rebuildGlobal()
|
D | LowerTypeTests.cpp | 1261 WeakInitializerFn->setSection( in moveInitializerToModuleConstructor()
|
D | GlobalOpt.cpp | 2642 NV->setSection("llvm.metadata"); in setUsedInitializer()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | DIE.h | 872 void setSection(MCSection *Section) { in setSection() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 4757 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/ |
D | BitcodeReader.cpp | 3149 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/ |
D | LLParser.cpp | 1116 GV->setSection(Lex.getStrVal()); in ParseGlobal() 5502 Fn->setSection(Section); in ParseFunctionHeader()
|