Home
last modified time | relevance | path

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

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