/external/llvm/lib/MC/ |
D | MCObjectFileInfo.cpp | 434 BSSSection = Ctx->getELFSection(".bss", ELF::SHT_NOBITS, in initELFMCObjectFileInfo() 437 TextSection = Ctx->getELFSection(".text", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo() 440 DataSection = Ctx->getELFSection(".data", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo() 444 Ctx->getELFSection(".rodata", ELF::SHT_PROGBITS, ELF::SHF_ALLOC); in initELFMCObjectFileInfo() 447 Ctx->getELFSection(".tdata", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo() 450 TLSBSSSection = Ctx->getELFSection( in initELFMCObjectFileInfo() 453 DataRelROSection = Ctx->getELFSection(".data.rel.ro", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo() 457 Ctx->getELFSection(".rodata.cst4", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo() 461 Ctx->getELFSection(".rodata.cst8", ELF::SHT_PROGBITS, in initELFMCObjectFileInfo() 465 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 | 328 MCSectionELF *MCContext::getELFSection(StringRef Section, unsigned Type, in getELFSection() function in MCContext 336 return getELFSection(Section, Type, Flags, EntrySize, GroupSym, UniqueID, in getELFSection() 340 MCSectionELF *MCContext::getELFSection(StringRef Section, unsigned Type, in getELFSection() function in MCContext
|
D | MCELFStreamer.cpp | 304 MCSection &Section = *getAssembler().getContext().getELFSection( in EmitCommonSymbol() 368 MCSection *Comment = getAssembler().getContext().getELFSection( in EmitIdent()
|
D | ELFObjectWriter.cpp | 770 Ctx.getELFSection(".symtab", ELF::SHT_SYMTAB, 0, EntrySize, ""); in computeSymbolTable() 884 Ctx.getELFSection(".symtab_shndxr", ELF::SHT_SYMTAB_SHNDX, 0, 4, ""); in computeSymbolTable() 1185 Ctx.getELFSection(".strtab", ELF::SHT_STRTAB, 0); in writeObject()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreTargetObjectFile.cpp | 24 BSSSection = Ctx.getELFSection(".dp.bss", ELF::SHT_NOBITS, in Initialize() 27 BSSSectionLarge = Ctx.getELFSection(".dp.bss.large", ELF::SHT_NOBITS, in Initialize() 30 DataSection = Ctx.getELFSection(".dp.data", ELF::SHT_PROGBITS, in Initialize() 33 DataSectionLarge = Ctx.getELFSection(".dp.data.large", ELF::SHT_PROGBITS, in Initialize() 36 DataRelROSection = Ctx.getELFSection(".dp.rodata", ELF::SHT_PROGBITS, in Initialize() 39 DataRelROSectionLarge = Ctx.getELFSection( in Initialize() 43 Ctx.getELFSection(".cp.rodata", ELF::SHT_PROGBITS, in Initialize() 46 Ctx.getELFSection(".cp.rodata.large", ELF::SHT_PROGBITS, in Initialize() 48 MergeableConst4Section = Ctx.getELFSection( in Initialize() 51 MergeableConst8Section = Ctx.getELFSection( in Initialize() [all …]
|
/external/llvm/include/llvm/MC/ |
D | MCContext.h | 320 MCSectionELF *getELFSection(StringRef Section, unsigned Type, in getELFSection() function 322 return getELFSection(Section, Type, Flags, nullptr); in getELFSection() 325 MCSectionELF *getELFSection(StringRef Section, unsigned Type, in getELFSection() function 327 return getELFSection(Section, Type, Flags, 0, "", BeginSymName); in getELFSection() 330 MCSectionELF *getELFSection(StringRef Section, unsigned Type, in getELFSection() function 333 return getELFSection(Section, Type, Flags, EntrySize, Group, nullptr); in getELFSection() 336 MCSectionELF *getELFSection(StringRef Section, unsigned Type, in getELFSection() function 339 return getELFSection(Section, Type, Flags, EntrySize, Group, ~0, in getELFSection() 343 MCSectionELF *getELFSection(StringRef Section, unsigned Type, in getELFSection() function 346 return getELFSection(Section, Type, Flags, EntrySize, Group, UniqueID, in getELFSection() [all …]
|
/external/llvm/lib/Target/AMDGPU/Utils/ |
D | AMDGPUBaseInfo.cpp | 71 return Ctx.getELFSection(".hsatext", ELF::SHT_PROGBITS, in getHSATextSection() 79 return Ctx.getELFSection(".hsadata_global_agent", ELF::SHT_PROGBITS, in getHSADataGlobalAgentSection() 86 return Ctx.getELFSection(".hsadata_global_program", ELF::SHT_PROGBITS, in getHSADataGlobalProgramSection() 92 return Ctx.getELFSection(".hsarodata_readonly_agent", ELF::SHT_PROGBITS, in getHSARodataReadonlyAgentSection()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonTargetObjectFile.cpp | 36 SmallDataSection = getContext().getELFSection( in Initialize() 38 SmallBSSSection = getContext().getELFSection(".sbss", ELF::SHT_NOBITS, in Initialize()
|
D | HexagonAsmPrinter.cpp | 216 MCSectionELF *Section = OutStreamer.getContext().getELFSection( in smallData() 244 MCSectionELF *Section = OutStreamer.getContext().getELFSection( in smallData()
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsOptionRecord.cpp | 32 Context.getELFSection(".MIPS.options", ELF::SHT_MIPS_OPTIONS, in EmitMipsOptionRecord() 50 MCSectionELF *Sec = Context.getELFSection(".reginfo", ELF::SHT_MIPS_REGINFO, in EmitMipsOptionRecord()
|
D | MipsTargetStreamer.cpp | 613 MCSectionELF *Sec = Context.getELFSection(".pdr", ELF::SHT_PROGBITS, in emitDirectiveEnd() 893 MCSectionELF *Sec = Context.getELFSection( in emitMipsAbiFlags()
|
/external/llvm/lib/Target/Mips/ |
D | MipsTargetObjectFile.cpp | 43 SmallDataSection = getContext().getELFSection( in Initialize() 46 SmallBSSSection = getContext().getELFSection(".sbss", ELF::SHT_NOBITS, in Initialize()
|
D | MipsAsmPrinter.cpp | 718 OutContext.getELFSection(SectionName, ELF::SHT_PROGBITS, 0)); in EmitStartOfAsmFile() 730 OutStreamer->SwitchSection(OutContext.getELFSection(".gcc_compiled_long32", in EmitStartOfAsmFile() 733 OutStreamer->SwitchSection(OutContext.getELFSection(".gcc_compiled_long64", in EmitStartOfAsmFile() 963 MCSectionELF *M = OutContext.getELFSection( in EmitFPCallStub()
|
/external/llvm/lib/Target/ARM/ |
D | ARMTargetObjectFile.cpp | 40 getContext().getELFSection(".ARM.attributes", ELF::SHT_ARM_ATTRIBUTES, 0); in Initialize()
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 74 MCSection *Sec = getContext().getELFSection(NameData, ELF::SHT_PROGBITS, in emitPersonalityValue() 218 return getContext().getELFSection(SectionName, in getExplicitSectionGlobal() 301 return Ctx.getELFSection(Name, getELFSectionType(Name, Kind), Flags, in selectELFSectionForGlobal() 400 return Ctx.getELFSection(Name, Type, Flags, 0, COMDAT); in getStaticStructorSection() 421 StaticCtorSection = getContext().getELFSection( in InitializeELF() 423 StaticDtorSection = getContext().getELFSection( in InitializeELF()
|
/external/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
D | AMDGPUTargetStreamer.cpp | 259 MCSectionELF *Note = OS.getContext().getELFSection(".note", ELF::SHT_NOTE, 0); in EmitDirectiveHSACodeObjectVersion() 282 MCSectionELF *Note = OS.getContext().getELFSection(".note", ELF::SHT_NOTE, 0); in EmitDirectiveHSACodeObjectISA()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | ErlangGCPrinter.cpp | 55 AP.getObjFileLowering().getContext().getELFSection(".note.gc", in finishAssembly()
|
/external/llvm/lib/MC/MCParser/ |
D | ELFAsmParser.cpp | 192 getStreamer().SwitchSection(getContext().getELFSection(Section, Type, Flags), in ParseSectionSwitch() 520 MCSection *ELFSection = getContext().getELFSection(SectionName, Type, Flags, in ParseSectionArguments() 678 MCSection *Note = getContext().getELFSection(".note", ELF::SHT_NOTE, 0); in ParseDirectiveVersion()
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUAsmPrinter.cpp | 171 Context.getELFSection(".AMDGPU.config", ELF::SHT_PROGBITS, 0); in runOnMachineFunction() 200 Context.getELFSection(".AMDGPU.csdata", ELF::SHT_PROGBITS, 0); in runOnMachineFunction() 244 Context.getELFSection(".AMDGPU.disasm", ELF::SHT_NOTE, 0)); in runOnMachineFunction()
|
/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonMCELFStreamer.cpp | 112 MCSection *Section = getAssembler().getContext().getELFSection( in HexagonMCEmitCommonSymbol()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCAsmPrinter.cpp | 1047 OutStreamer->SwitchSection(OutContext.getELFSection( in EmitStartOfAsmFile() 1100 MCSectionELF *Section = OutStreamer->getContext().getELFSection( in EmitFunctionEntryLabel() 1132 Section = OutStreamer->getContext().getELFSection( in doFinalization() 1135 Section = OutStreamer->getContext().getELFSection( in doFinalization()
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMELFStreamer.cpp | 961 AttributeSection = Streamer.getContext().getELFSection( in finishAttributeSection() 1071 getContext().getELFSection(EHSecName, Type, Flags, 0, Group, in SwitchToEHSection()
|
/external/llvm/lib/Target/Hexagon/AsmParser/ |
D | HexagonAsmParser.cpp | 1702 mySection = getContext().getELFSection(myCharStr, ELF::SHT_PROGBITS, in processInstruction() 1707 mySection = getContext().getELFSection(myCharStr, ELF::SHT_PROGBITS, in processInstruction()
|