Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DWasm.h291 bool HasLinkingSection = false; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DWasmObjectFile.cpp429 HasLinkingSection = true; in parseLinkingSection()
1762 bool WasmObjectFile::isRelocatableObject() const { return HasLinkingSection; } in isRelocatableObject()