Home
last modified time | relevance | path

Searched refs:HasLinkingSection (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DWasm.h288 bool HasLinkingSection = false; variable
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DWasmObjectFile.cpp517 HasLinkingSection = true; in parseLinkingSection()
1840 bool WasmObjectFile::isRelocatableObject() const { return HasLinkingSection; } in isRelocatableObject()