Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DWasm.h267 const unsigned WASM_SYMBOL_UNDEFINED = 0x10; variable
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
Dyaml2wasm.cpp157 if ((Info.Flags & wasm::WASM_SYMBOL_UNDEFINED) == 0) in writeSectionContent()
162 if ((Info.Flags & wasm::WASM_SYMBOL_UNDEFINED) == 0) { in writeSectionContent()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DWasm.h64 return (Info.Flags & wasm::WASM_SYMBOL_UNDEFINED) != 0; in isUndefined()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DWasmObjectWriter.cpp948 if ((Sym.Flags & wasm::WASM_SYMBOL_UNDEFINED) == 0) in writeLinkingMetaDataSection()
953 if ((Sym.Flags & wasm::WASM_SYMBOL_UNDEFINED) == 0) { in writeLinkingMetaDataSection()
1350 Flags |= wasm::WASM_SYMBOL_UNDEFINED; in writeObject()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DWasmYAML.cpp403 if ((Info.Flags & wasm::WASM_SYMBOL_UNDEFINED) == 0) { in mapping()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DWasmObjectFile.cpp446 bool IsDefined = (Info.Flags & wasm::WASM_SYMBOL_UNDEFINED) == 0; in parseLinkingSectionSymtab()