Home
last modified time | relevance | path

Searched refs:InitSection (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DXCOFFEmitter.cpp99 for (XCOFFYAML::Section &InitSection : InitSections) { in initRelocations()
100 if (!InitSection.Relocations.empty()) { in initRelocations()
101 InitSection.NumberOfRelocations = InitSection.Relocations.size(); in initRelocations()
102 InitSection.FileOffsetToRelocations = CurrentOffset; in initRelocations()
105 CurrentOffset += InitSection.NumberOfRelocations * RelSize; in initRelocations()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DELFNixPlatform.cpp781 for (auto &InitSection : G.sections()) { in preserveInitSections() local
783 if (!isInitializerSection(InitSection.getName())) in preserveInitSections()
789 for (auto &Sym : InitSection.symbols()) { in preserveInitSections()
799 for (auto *B : InitSection.blocks()) in preserveInitSections()
H A DMachOPlatform.cpp703 auto *InitSection = G.findSectionByName(InitSectionName); in preserveInitSections() local
704 if (!InitSection) in preserveInitSections()
710 for (auto &Sym : InitSection->symbols()) { in preserveInitSections()
720 for (auto *B : InitSection->blocks()) in preserveInitSections()