Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-readobj/
DWasmDumper.cpp222 if (Symbol.Info.Flags & wasm::WASM_SYMBOL_UNDEFINED) { in printSymbol()
232 } else if (!(Symbol.Info.Flags & wasm::WASM_SYMBOL_UNDEFINED)) { in printSymbol()
/external/llvm-project/lld/wasm/
DSymbolTable.cpp460 assert(flags & WASM_SYMBOL_UNDEFINED); in addUndefinedFunction()
511 assert(flags & WASM_SYMBOL_UNDEFINED); in addUndefinedData()
538 assert(flags & WASM_SYMBOL_UNDEFINED); in addUndefinedGlobal()
DInputFiles.cpp505 uint32_t flags = sym.Info.Flags | WASM_SYMBOL_UNDEFINED; in createUndefined()
593 flags |= WASM_SYMBOL_UNDEFINED; in createBitcodeSymbol()
DDriver.cpp568 name, None, None, WASM_SYMBOL_UNDEFINED, nullptr, type)); in createUndefinedGlobal()
741 return symtab->addUndefinedFunction(name, None, None, WASM_SYMBOL_UNDEFINED, in addUndefined()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DWasm.h333 const unsigned WASM_SYMBOL_UNDEFINED = 0x10; variable
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DWasm.h360 const unsigned WASM_SYMBOL_UNDEFINED = 0x10; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DWasmEmitter.cpp192 if ((Info.Flags & wasm::WASM_SYMBOL_UNDEFINED) == 0 || in writeSectionContent()
198 if ((Info.Flags & wasm::WASM_SYMBOL_UNDEFINED) == 0) { in writeSectionContent()
DWasmYAML.cpp497 if ((Info.Flags & wasm::WASM_SYMBOL_UNDEFINED) == 0) { in mapping()
/external/llvm-project/llvm/lib/ObjectYAML/
DWasmEmitter.cpp194 if ((Info.Flags & wasm::WASM_SYMBOL_UNDEFINED) == 0 || in writeSectionContent()
200 if ((Info.Flags & wasm::WASM_SYMBOL_UNDEFINED) == 0) { in writeSectionContent()
DWasmYAML.cpp507 if ((Info.Flags & wasm::WASM_SYMBOL_UNDEFINED) == 0) { in mapping()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DWasm.h69 return (Info.Flags & wasm::WASM_SYMBOL_UNDEFINED) != 0; in isUndefined()
/external/llvm-project/llvm/include/llvm/Object/
DWasm.h71 return (Info.Flags & wasm::WASM_SYMBOL_UNDEFINED) != 0; in isUndefined()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DWasmObjectWriter.cpp949 if ((Sym.Flags & wasm::WASM_SYMBOL_UNDEFINED) == 0 || in writeLinkingMetaDataSection()
955 if ((Sym.Flags & wasm::WASM_SYMBOL_UNDEFINED) == 0) { in writeLinkingMetaDataSection()
1456 Flags |= wasm::WASM_SYMBOL_UNDEFINED; in writeObject()
/external/llvm-project/llvm/lib/MC/
DWasmObjectWriter.cpp1056 if ((Sym.Flags & wasm::WASM_SYMBOL_UNDEFINED) == 0 || in writeLinkingMetaDataSection()
1062 if ((Sym.Flags & wasm::WASM_SYMBOL_UNDEFINED) == 0) { in writeLinkingMetaDataSection()
1670 Flags |= wasm::WASM_SYMBOL_UNDEFINED; in writeOneObject()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWasmObjectFile.cpp493 bool IsDefined = (Info.Flags & wasm::WASM_SYMBOL_UNDEFINED) == 0; in parseLinkingSectionSymtab()
/external/llvm-project/llvm/lib/Object/
DWasmObjectFile.cpp526 bool IsDefined = (Info.Flags & wasm::WASM_SYMBOL_UNDEFINED) == 0; in parseLinkingSectionSymtab()