Searched refs:GlobalSection (Results 1 – 11 of 11) sorted by relevance
9 GlobalSection(SolutionConfigurationPlatforms) = preSolution13 GlobalSection(ProjectConfigurationPlatforms) = postSolution19 GlobalSection(SolutionProperties) = preSolution
259 class GlobalSection : public SyntheticSection {261 GlobalSection() : SyntheticSection(llvm::wasm::WASM_SEC_GLOBAL) {}439 GlobalSection *globalSec;
387 void GlobalSection::assignIndexes() { in assignIndexes()402 void GlobalSection::addInternalGOTEntry(Symbol *sym) { in addInternalGOTEntry()416 void GlobalSection::generateRelocationCode(raw_ostream &os, bool TLS) const { in generateRelocationCode()460 void GlobalSection::writeBody() { in writeBody()519 void GlobalSection::addGlobal(InputGlobal *global) { in addGlobal()
153 } else if (auto *globals = dyn_cast<GlobalSection>(osec)) { in writeMapFile()
1502 out.globalSec = make<GlobalSection>(); in createSyntheticSections()
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()
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()
346 struct GlobalSection : Section { struct347 GlobalSection() : Section(wasm::WASM_SEC_GLOBAL) {} in GlobalSection() function
299 uint32_t GlobalSection = 0; variable
295 auto GlobalSec = std::make_unique<WasmYAML::GlobalSection>(); in dump()
1259 GlobalSection = Sections.size(); in parseGlobalSection()1702 return GlobalSection; in getSymbolSectionIdImpl()