Home
last modified time | relevance | path

Searched refs:WASM_SYMBOL_UNDEFINED (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DWasmDumper.cpp227 if (Symbol.Info.Flags & wasm::WASM_SYMBOL_UNDEFINED) { in printSymbol()
237 } else if (!(Symbol.Info.Flags & wasm::WASM_SYMBOL_UNDEFINED)) { in printSymbol()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h236 const unsigned WASM_SYMBOL_UNDEFINED = 0x10; variable
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp207 if ((Info.Flags & wasm::WASM_SYMBOL_UNDEFINED) == 0 || in writeSectionContent()
213 if ((Info.Flags & wasm::WASM_SYMBOL_UNDEFINED) == 0) { in writeSectionContent()
H A DWasmYAML.cpp523 if ((Info.Flags & wasm::WASM_SYMBOL_UNDEFINED) == 0) { in mapping()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h74 return (Info.Flags & wasm::WASM_SYMBOL_UNDEFINED) != 0; in isUndefined()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp1174 if ((Sym.Flags & wasm::WASM_SYMBOL_UNDEFINED) == 0 || in writeLinkingMetaDataSection()
1180 if ((Sym.Flags & wasm::WASM_SYMBOL_UNDEFINED) == 0) { in writeLinkingMetaDataSection()
1800 Flags |= wasm::WASM_SYMBOL_UNDEFINED; in writeOneObject()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp564 Info.Flags |= wasm::WASM_SYMBOL_UNDEFINED; in parseNameSection()
578 Info.Flags |= wasm::WASM_SYMBOL_UNDEFINED; in parseNameSection()
721 bool IsDefined = (Info.Flags & wasm::WASM_SYMBOL_UNDEFINED) == 0; in parseLinkingSectionSymtab()