Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/BinaryFormat/
DWasm.cpp41 llvm::StringRef llvm::wasm::sectionTypeToString(uint32_t Type) { in sectionTypeToString() function in llvm::wasm
/openbsd/src/gnu/llvm/lld/wasm/
DOutputSections.cpp37 return sectionTypeToString(type); in getSectionName()
/openbsd/src/gnu/llvm/llvm/include/llvm/BinaryFormat/
DWasm.h476 llvm::StringRef sectionTypeToString(uint32_t type);
/openbsd/src/gnu/llvm/llvm/lib/Object/
DWasmObjectFile.cpp1716 return wasm::sectionTypeToString(S.Type); in getSectionName()