Home
last modified time | relevance | path

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

/freebsd-head/contrib/bc/vs/
HDbc.sln9 GlobalSection(SolutionConfigurationPlatforms) = preSolution
15 GlobalSection(ProjectConfigurationPlatforms) = postSolution
25 GlobalSection(SolutionProperties) = preSolution
28 GlobalSection(ExtensibilityGlobals) = postSolution
HDbcl.sln9 GlobalSection(SolutionConfigurationPlatforms) = preSolution
17 GlobalSection(ProjectConfigurationPlatforms) = postSolution
31 GlobalSection(SolutionProperties) = preSolution
34 GlobalSection(ExtensibilityGlobals) = postSolution
/freebsd-head/contrib/unifdef/win32/
HDunifdef.sln7 GlobalSection(SolutionConfigurationPlatforms) = preSolution
11 GlobalSection(ProjectConfigurationPlatforms) = postSolution
17 GlobalSection(SolutionProperties) = preSolution
/freebsd-head/contrib/wpa/wpa_supplicant/vs2005/
HDwpa_supplicant.sln17 GlobalSection(DPCodeReviewSolutionGUID) = preSolution
20 GlobalSection(SolutionConfigurationPlatforms) = preSolution
24 GlobalSection(ProjectConfigurationPlatforms) = postSolution
49 GlobalSection(SolutionProperties) = preSolution
/freebsd-head/sys/contrib/libsodium/
HDlibsodium.sln9 GlobalSection(SolutionConfigurationPlatforms) = preSolution
19 GlobalSection(ProjectConfigurationPlatforms) = postSolution
37 GlobalSection(SolutionProperties) = preSolution
/freebsd-head/sys/contrib/libsodium/builds/msvc/vs2013/
HDlibsodium.sln9 GlobalSection(SolutionConfigurationPlatforms) = preSolution
23 GlobalSection(ProjectConfigurationPlatforms) = postSolution
49 GlobalSection(SolutionProperties) = preSolution
/freebsd-head/sys/contrib/libsodium/builds/msvc/vs2015/
HDlibsodium.sln9 GlobalSection(SolutionConfigurationPlatforms) = preSolution
23 GlobalSection(ProjectConfigurationPlatforms) = postSolution
49 GlobalSection(SolutionProperties) = preSolution
/freebsd-head/sys/contrib/libsodium/builds/msvc/vs2010/
HDlibsodium.sln7 GlobalSection(SolutionConfigurationPlatforms) = preSolution
21 GlobalSection(ProjectConfigurationPlatforms) = postSolution
47 GlobalSection(SolutionProperties) = preSolution
/freebsd-head/sys/contrib/libsodium/builds/msvc/vs2017/
HDlibsodium.sln9 GlobalSection(SolutionConfigurationPlatforms) = preSolution
23 GlobalSection(ProjectConfigurationPlatforms) = postSolution
49 GlobalSection(SolutionProperties) = preSolution
/freebsd-head/sys/contrib/libsodium/builds/msvc/vs2012/
HDlibsodium.sln7 GlobalSection(SolutionConfigurationPlatforms) = preSolution
21 GlobalSection(ProjectConfigurationPlatforms) = postSolution
47 GlobalSection(SolutionProperties) = preSolution
/freebsd-head/contrib/llvm-project/llvm/lib/ObjectYAML/
HDWasmYAML.cpp132 static void sectionMapping(IO &IO, WasmYAML::GlobalSection &Section) { in sectionMapping()
243 Section.reset(new WasmYAML::GlobalSection()); in mapping()
244 sectionMapping(IO, *cast<WasmYAML::GlobalSection>(Section.get())); in mapping()
HDWasmEmitter.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()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
HDWasmYAML.h347 struct GlobalSection : Section { struct
348 GlobalSection() : Section(wasm::WASM_SEC_GLOBAL) {} in GlobalSection() argument
/freebsd-head/contrib/llvm-project/llvm/include/llvm/Object/
HDWasm.h309 uint32_t GlobalSection = 0; variable
/freebsd-head/contrib/llvm-project/llvm/lib/Object/
HDWasmObjectFile.cpp1408 GlobalSection = Sections.size(); in parseGlobalSection()
1934 return GlobalSection; in getSymbolSectionIdImpl()