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.h298 bool HasLinkingSection = false; variable
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp524 bool PopulateSymbolTable = !HasLinkingSection && !HasDylinkSection; in parseNameSection()
628 HasLinkingSection = true; in parseLinkingSection()
2123 bool WasmObjectFile::isRelocatableObject() const { return HasLinkingSection; } in isRelocatableObject()