Home
last modified time | relevance | path

Searched refs:WASM_SYMBOL_EXPLICIT_NAME (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h238 const unsigned WASM_SYMBOL_EXPLICIT_NAME = 0x40; variable
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp739 if ((Info.Flags & wasm::WASM_SYMBOL_EXPLICIT_NAME) != 0) { in parseLinkingSectionSymtab()
769 if ((Info.Flags & wasm::WASM_SYMBOL_EXPLICIT_NAME) != 0) { in parseLinkingSectionSymtab()
799 if ((Info.Flags & wasm::WASM_SYMBOL_EXPLICIT_NAME) != 0) { in parseLinkingSectionSymtab()
866 if ((Info.Flags & wasm::WASM_SYMBOL_EXPLICIT_NAME) != 0) { in parseLinkingSectionSymtab()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp208 (Info.Flags & wasm::WASM_SYMBOL_EXPLICIT_NAME) != 0) in writeSectionContent()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp1175 (Sym.Flags & wasm::WASM_SYMBOL_EXPLICIT_NAME) != 0) in writeLinkingMetaDataSection()
1808 Flags |= wasm::WASM_SYMBOL_EXPLICIT_NAME; in writeOneObject()