Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h297 bool HasLinkingSection = false; variable
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp514 bool PopulateSymbolTable = !HasLinkingSection && !HasDylinkSection; in parseNameSection()
618 HasLinkingSection = true; in parseLinkingSection()
2102 bool WasmObjectFile::isRelocatableObject() const { return HasLinkingSection; } in isRelocatableObject()