Home
last modified time | relevance | path

Searched refs:GlobalSection (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/clang/tools/clang-format-vs/
H A DClangFormat.sln9 GlobalSection(SolutionConfigurationPlatforms) = preSolution
13 GlobalSection(ProjectConfigurationPlatforms) = postSolution
19 GlobalSection(SolutionProperties) = preSolution
/llvm-project-15.0.7/lld/wasm/
H A DSyntheticSections.h259 class GlobalSection : public SyntheticSection {
261 GlobalSection() : SyntheticSection(llvm::wasm::WASM_SEC_GLOBAL) {}
439 GlobalSection *globalSec;
H A DSyntheticSections.cpp387 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()
H A DMapFile.cpp153 } else if (auto *globals = dyn_cast<GlobalSection>(osec)) { in writeMapFile()
H A DWriter.cpp1502 out.globalSec = make<GlobalSection>(); in createSyntheticSections()
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp130 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()
H A DWasmEmitter.cpp45 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()
/llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h346 struct GlobalSection : Section { struct
347 GlobalSection() : Section(wasm::WASM_SEC_GLOBAL) {} in GlobalSection() function
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DWasm.h299 uint32_t GlobalSection = 0; variable
/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Dwasm2yaml.cpp295 auto GlobalSec = std::make_unique<WasmYAML::GlobalSection>(); in dump()
/llvm-project-15.0.7/llvm/lib/Object/
H A DWasmObjectFile.cpp1259 GlobalSection = Sections.size(); in parseGlobalSection()
1702 return GlobalSection; in getSymbolSectionIdImpl()