Searched refs:GlobalSection (Results 1 – 11 of 11) sorted by relevance
9 GlobalSection(SolutionConfigurationPlatforms) = preSolution13 GlobalSection(ProjectConfigurationPlatforms) = postSolution19 GlobalSection(SolutionProperties) = preSolution
260 class GlobalSection : public SyntheticSection {262 GlobalSection() : SyntheticSection(llvm::wasm::WASM_SEC_GLOBAL) {}440 GlobalSection *globalSec;
389 void GlobalSection::assignIndexes() { in assignIndexes()404 void GlobalSection::addInternalGOTEntry(Symbol *sym) { in addInternalGOTEntry()418 void GlobalSection::generateRelocationCode(raw_ostream &os, bool TLS) const { in generateRelocationCode()462 void GlobalSection::writeBody() { in writeBody()521 void GlobalSection::addGlobal(InputGlobal *global) { in addGlobal()
152 } else if (auto *globals = dyn_cast<GlobalSection>(osec)) { in writeMapFile()
1527 out.globalSec = make<GlobalSection>(); in createSyntheticSections()
45 void writeSectionContent(raw_ostream &OS, WasmYAML::GlobalSection &Section);475 WasmYAML::GlobalSection &Section) { in writeSectionContent()627 else if (auto S = dyn_cast<WasmYAML::GlobalSection>(Sec.get())) in writeWasm()
130 static void sectionMapping(IO &IO, WasmYAML::GlobalSection &Section) { in sectionMapping()241 Section.reset(new WasmYAML::GlobalSection()); in mapping()242 sectionMapping(IO, *cast<WasmYAML::GlobalSection>(Section.get())); in mapping()
346 struct GlobalSection : Section { struct347 GlobalSection() : Section(wasm::WASM_SEC_GLOBAL) {} in GlobalSection() argument
299 uint32_t GlobalSection = 0; variable
295 auto GlobalSec = std::make_unique<WasmYAML::GlobalSection>(); in dump()
1251 GlobalSection = Sections.size(); in parseGlobalSection()1694 return GlobalSection; in getSymbolSectionIdImpl()