Searched refs:InitSections (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/ObjectYAML/ |
| H A D | XCOFFEmitter.cpp | 126 if (InitSections[I].SectionName.size() && in initSectionHeader() 139 if (InitSections[I].Flags != XCOFF::STYP_TEXT && in initSectionHeader() 140 InitSections[I].Flags != XCOFF::STYP_DATA && in initSectionHeader() 141 InitSections[I].Flags != XCOFF::STYP_BSS) in initSectionHeader() 142 InitSections[I].Address = 0; in initSectionHeader() 144 InitSections[I].Address = CurrentSecAddr; in initSectionHeader() 147 if (InitSections[I].SectionData.binary_size()) { in initSectionHeader() 152 InitSections[I].Size = CurrentOffset - InitSections[I].FileOffsetToData; in initSectionHeader() 153 CurrentSecAddr += InitSections[I].Size; in initSectionHeader() 281 switch (InitSections[I].Flags) { in initAuxFileHeader() [all …]
|
| /llvm-project-15.0.7/compiler-rt/lib/orc/ |
| H A D | elfnix_platform.h | 50 std::vector<std::pair<std::string, SectionList>> InitSections; member 113 MOJDIs.Name, MOJDIs.DSOHandleAddress, MOJDIs.InitSections); in size() 119 OB, MOJDIs.Name, MOJDIs.DSOHandleAddress, MOJDIs.InitSections); in serialize() 125 IB, MOJDIs.Name, MOJDIs.DSOHandleAddress, MOJDIs.InitSections); in deserialize()
|
| H A D | elfnix_platform.cpp | 397 std::sort(MOJDIs.InitSections.begin(), MOJDIs.InitSections.end(), in initializeJITDylib() 402 for (auto &Entry : MOJDIs.InitSections) in initializeJITDylib()
|
| /llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | ELFNixPlatform.h | 43 StringMap<SectionList> InitSections; member 216 ArrayRef<jitlink::Section *> InitSections); 289 MOJDIs.Name, MOJDIs.DSOHandleAddress, MOJDIs.InitSections); in size() 295 OB, MOJDIs.Name, MOJDIs.DSOHandleAddress, MOJDIs.InitSections); in serialize() 301 IB, MOJDIs.Name, MOJDIs.DSOHandleAddress, MOJDIs.InitSections); in deserialize()
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/ |
| H A D | ELFNixPlatform.cpp | 570 JITDylib &JD, ArrayRef<jitlink::Section *> InitSections) { in registerInitInfo() argument 595 for (auto *Sec : InitSections) { in registerInitInfo() 598 InitSeq->InitSections[Sec->getName()].push_back( in registerInitInfo() 816 SmallVector<jitlink::Section *> InitSections; in registerInitSections() local 822 InitSections.push_back(&Sec); in registerInitSections() 829 for (auto *Sec : InitSections) { in registerInitSections() 836 return MP.registerInitInfo(JD, InitSections); in registerInitSections()
|
| /llvm-project-15.0.7/llvm/test/MC/RISCV/ |
| H A D | align.s | 36 # MCELFStreamer::InitSections() emitCodeAlignment(getTextSectionAligntment()).
|