Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/tools/clang-format-vs/
H A DClangFormat.sln9 GlobalSection(SolutionConfigurationPlatforms) = preSolution
13 GlobalSection(ProjectConfigurationPlatforms) = postSolution
19 GlobalSection(SolutionProperties) = preSolution
/openbsd-src/gnu/llvm/lld/wasm/
H A DSyntheticSections.h260 class GlobalSection : public SyntheticSection {
262 GlobalSection() : SyntheticSection(llvm::wasm::WASM_SEC_GLOBAL) {}
440 GlobalSection *globalSec;
H A DSyntheticSections.cpp389 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()
H A DMapFile.cpp152 } else if (auto *globals = dyn_cast<GlobalSection>(osec)) { in writeMapFile()
H A DWriter.cpp1527 out.globalSec = make<GlobalSection>(); in createSyntheticSections()
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
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()
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()
/openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h346 struct GlobalSection : Section { struct
347 GlobalSection() : Section(wasm::WASM_SEC_GLOBAL) {} in GlobalSection() argument
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DWasm.h299 uint32_t GlobalSection = 0; variable
/openbsd-src/gnu/llvm/llvm/tools/obj2yaml/
H A Dwasm2yaml.cpp295 auto GlobalSec = std::make_unique<WasmYAML::GlobalSection>(); in dump()
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DWasmObjectFile.cpp1251 GlobalSection = Sections.size(); in parseGlobalSection()
1694 return GlobalSection; in getSymbolSectionIdImpl()