/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCObjectFileInfo.cpp | 345 BSSSection = Ctx->getELFSection(".bss", ELF::SHT_NOBITS, in initELFMCObjectFileInfo() 348 TextSection = Ctx->getELFSection(".text", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo() 351 DataSection = Ctx->getELFSection(".data", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo() 355 Ctx->getELFSection(".rodata", ELF::SHT_PROGBITS, ELF::SHF_ALLOC); in initELFMCObjectFileInfo() 358 Ctx->getELFSection(".tdata", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo() 361 TLSBSSSection = Ctx->getELFSection( in initELFMCObjectFileInfo() 364 DataRelROSection = Ctx->getELFSection(".data.rel.ro", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo() 368 Ctx->getELFSection(".rodata.cst4", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo() 372 Ctx->getELFSection(".rodata.cst8", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo() 376 Ctx->getELFSection(".rodata.cst16", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo() [all …]
|
D | MCAsmInfoELF.cpp | 24 return Ctx.getELFSection(".note.GNU-stack", ELF::SHT_PROGBITS, 0); in getNonexecutableStackSection()
|
D | MCContext.cpp | 383 return getELFSection(Prefix + "." + Suffix, Type, Flags, EntrySize, Suffix); in getELFNamedSection() 386 MCSectionELF *MCContext::getELFSection(const Twine &Section, unsigned Type, in getELFSection() function in MCContext 394 return getELFSection(Section, Type, Flags, EntrySize, GroupSym, UniqueID, in getELFSection() 398 MCSectionELF *MCContext::getELFSection(const Twine &Section, unsigned Type, in getELFSection() function in MCContext
|
D | ELFObjectWriter.cpp | 617 Ctx.getELFSection(".symtab", ELF::SHT_SYMTAB, 0, EntrySize, ""); in computeSymbolTable() 714 Ctx.getELFSection(".symtab_shndx", ELF::SHT_SYMTAB_SHNDX, 0, 4, ""); in computeSymbolTable() 1074 Ctx.getELFSection(".strtab", ELF::SHT_STRTAB, 0); in writeObject() 1136 CGProfileSection = Ctx.getELFSection(".llvm.call-graph-profile", in writeObject() 1167 AddrsigSection = Ctx.getELFSection(".llvm_addrsig", ELF::SHT_LLVM_ADDRSIG, in writeObject()
|
D | MCELFStreamer.cpp | 302 MCSection &Section = *getAssembler().getContext().getELFSection( in EmitCommonSymbol() 366 MCSection *Comment = getAssembler().getContext().getELFSection( in EmitIdent()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
D | XCoreTargetObjectFile.cpp | 23 BSSSection = Ctx.getELFSection(".dp.bss", ELF::SHT_NOBITS, in Initialize() 26 BSSSectionLarge = Ctx.getELFSection(".dp.bss.large", ELF::SHT_NOBITS, in Initialize() 29 DataSection = Ctx.getELFSection(".dp.data", ELF::SHT_PROGBITS, in Initialize() 32 DataSectionLarge = Ctx.getELFSection(".dp.data.large", ELF::SHT_PROGBITS, in Initialize() 35 DataRelROSection = Ctx.getELFSection(".dp.rodata", ELF::SHT_PROGBITS, in Initialize() 38 DataRelROSectionLarge = Ctx.getELFSection( in Initialize() 42 Ctx.getELFSection(".cp.rodata", ELF::SHT_PROGBITS, in Initialize() 45 Ctx.getELFSection(".cp.rodata.large", ELF::SHT_PROGBITS, in Initialize() 47 MergeableConst4Section = Ctx.getELFSection( in Initialize() 50 MergeableConst8Section = Ctx.getELFSection( in Initialize() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonTargetObjectFile.cpp | 118 getContext().getELFSection(".sdata", ELF::SHT_PROGBITS, in Initialize() 122 getContext().getELFSection(".sbss", ELF::SHT_NOBITS, in Initialize() 182 return getContext().getELFSection(GO->getSection(), ELF::SHT_PROGBITS, in getExplicitSectionGlobal() 185 return getContext().getELFSection(GO->getSection(), ELF::SHT_PROGBITS, in getExplicitSectionGlobal() 371 return getContext().getELFSection(Name.str(), ELF::SHT_NOBITS, in selectSmallSectionForGlobal() 386 return getContext().getELFSection(Name.str(), ELF::SHT_NOBITS, in selectSmallSectionForGlobal() 415 return getContext().getELFSection(Name.str(), ELF::SHT_PROGBITS, in selectSmallSectionForGlobal()
|
D | HexagonAsmPrinter.cpp | 203 MCSectionELF *Section = OutStreamer.getContext().getELFSection( in smallData() 231 MCSectionELF *Section = OutStreamer.getContext().getELFSection( in smallData()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCContext.h | 424 MCSectionELF *getELFSection(const Twine &Section, unsigned Type, in getELFSection() function 426 return getELFSection(Section, Type, Flags, 0, ""); in getELFSection() 429 MCSectionELF *getELFSection(const Twine &Section, unsigned Type, in getELFSection() function 432 return getELFSection(Section, Type, Flags, EntrySize, Group, ~0); in getELFSection() 435 MCSectionELF *getELFSection(const Twine &Section, unsigned Type, in getELFSection() function 438 return getELFSection(Section, Type, Flags, EntrySize, Group, UniqueID, in getELFSection() 442 MCSectionELF *getELFSection(const Twine &Section, unsigned Type, 447 MCSectionELF *getELFSection(const Twine &Section, unsigned Type,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
D | RISCVTargetObjectFile.cpp | 22 SmallDataSection = getContext().getELFSection( in Initialize() 24 SmallBSSSection = getContext().getELFSection(".sbss", ELF::SHT_NOBITS, in Initialize()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsOptionRecord.cpp | 37 Context.getELFSection(".MIPS.options", ELF::SHT_MIPS_OPTIONS, in EmitMipsOptionRecord() 55 MCSectionELF *Sec = Context.getELFSection(".reginfo", ELF::SHT_MIPS_REGINFO, in EmitMipsOptionRecord()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
D | LanaiTargetObjectFile.cpp | 33 SmallDataSection = getContext().getELFSection( in Initialize() 35 SmallBSSSection = getContext().getELFSection(".sbss", ELF::SHT_NOBITS, in Initialize()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | R600AsmPrinter.cpp | 113 Context.getELFSection(".AMDGPU.config", ELF::SHT_PROGBITS, 0); in runOnMachineFunction() 122 Context.getELFSection(".AMDGPU.csdata", ELF::SHT_PROGBITS, 0); in runOnMachineFunction()
|
D | AMDGPUAsmPrinter.cpp | 435 Context.getELFSection(".AMDGPU.config", ELF::SHT_PROGBITS, 0); in runOnMachineFunction() 475 Context.getELFSection(".AMDGPU.csdata", ELF::SHT_PROGBITS, 0); in runOnMachineFunction() 552 Context.getELFSection(".AMDGPU.disasm", ELF::SHT_NOTE, 0)); in runOnMachineFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsTargetObjectFile.cpp | 49 SmallDataSection = getContext().getELFSection( in Initialize() 53 SmallBSSSection = getContext().getELFSection(".sbss", ELF::SHT_NOBITS, in Initialize()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 271 auto *S = C.getELFSection(".linker-options", ELF::SHT_LLVM_LINKER_OPTIONS, in emitModuleMetadata() 287 auto *S = C.getELFSection(".deplibs", ELF::SHT_LLVM_DEPENDENT_LIBRARIES, in emitModuleMetadata() 305 auto *S = C.getELFSection(Section, ELF::SHT_PROGBITS, ELF::SHF_ALLOC); in emitModuleMetadata() 601 MCSectionELF *Section = getContext().getELFSection( in getExplicitSectionGlobal() 680 return Ctx.getELFSection(Name, getELFSectionType(Name, Kind), Flags, in selectELFSectionForGlobal() 789 return Ctx.getELFSection(Name, Type, Flags, 0, COMDAT); in getStaticStructorSection() 828 return getContext().getELFSection(".GCC.command.line", ELF::SHT_PROGBITS, in getSectionForCommandLines() 837 StaticCtorSection = Ctx.getELFSection(".ctors", ELF::SHT_PROGBITS, in InitializeELF() 840 StaticDtorSection = Ctx.getELFSection(".dtors", ELF::SHT_PROGBITS, in InitializeELF() 845 StaticCtorSection = Ctx.getELFSection(".init_array", ELF::SHT_INIT_ARRAY, in InitializeELF() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
D | AVRTargetObjectFile.cpp | 24 Ctx.getELFSection(".progmem.data", ELF::SHT_PROGBITS, ELF::SHF_ALLOC); in Initialize()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/MCTargetDesc/ |
D | MSP430ELFStreamer.cpp | 41 MCSection *AttributeSection = getStreamer().getContext().getELFSection( in MSP430TargetELFStreamer()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | ErlangGCPrinter.cpp | 51 AP.getObjFileLowering().getContext().getELFSection(".note.gc", in finishAssembly()
|
D | AsmPrinter.cpp | 1578 OutContext.getELFSection(".note.GNU-split-stack", ELF::SHT_PROGBITS, 0)); in doFinalization() 1581 OutContext.getELFSection(".note.GNU-no-split-stack", ELF::SHT_PROGBITS, 0)); in doFinalization() 1654 OutStreamer->SwitchSection(OutContext.getELFSection( in doFinalization() 3176 OutContext.getELFSection("xray_instr_map", ELF::SHT_PROGBITS, Flags, 0, in emitXRayTable() 3179 OutContext.getELFSection("xray_fn_idx", ELF::SHT_PROGBITS, Flags, 0, in emitXRayTable() 3258 OutStreamer->SwitchSection(OutContext.getELFSection( in emitPatchableFunctionEntries() 3262 OutStreamer->SwitchSection(OutContext.getELFSection( in emitPatchableFunctionEntries()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMTargetObjectFile.cpp | 52 TextSection = Ctx.getELFSection(".text", Type, Flags, 0, "", 0U); in Initialize()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/ |
D | ELFAsmParser.cpp | 211 getStreamer().SwitchSection(getContext().getELFSection(Section, Type, Flags), in ParseSectionSwitch() 637 getContext().getELFSection(SectionName, Type, Flags, Size, GroupName, in ParseSectionArguments() 796 MCSection *Note = getContext().getELFSection(".note", ELF::SHT_NOTE, 0); in ParseDirectiveVersion()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
D | MSP430AsmPrinter.cpp | 166 MCSection *IV = OutStreamer->getContext().getELFSection( in EmitInterruptVectorSection()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonMCELFStreamer.cpp | 107 MCSection &Section = *getAssembler().getContext().getELFSection( in HexagonMCEmitCommonSymbol()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCAsmPrinter.cpp | 1339 OutStreamer->SwitchSection(OutContext.getELFSection( in EmitStartOfAsmFile() 1412 MCSectionELF *Section = OutStreamer->getContext().getELFSection( in EmitFunctionEntryLabel() 1444 Section = OutStreamer->getContext().getELFSection( in doFinalization() 1447 Section = OutStreamer->getContext().getELFSection( in doFinalization()
|