Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DELFNixPlatform.cpp782 for (auto &InitSection : G.sections()) { in preserveInitSections() local
784 if (!isInitializerSection(InitSection.getName())) in preserveInitSections()
790 for (auto &Sym : InitSection.symbols()) { in preserveInitSections()
800 for (auto *B : InitSection.blocks()) in preserveInitSections()
H A DMachOPlatform.cpp907 auto *InitSection = G.findSectionByName(InitSectionName); in preserveInitSections() local
908 if (!InitSection) in preserveInitSections()
914 for (auto &Sym : InitSection->symbols()) { in preserveInitSections()
924 for (auto *B : InitSection->blocks()) in preserveInitSections()