Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/wasm/
H A DWasmReader.cpp32 ReaderSec.Name = sectionTypeToString(ReaderSec.SectionType); in create()
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DWasm.cpp41 llvm::StringRef llvm::wasm::sectionTypeToString(uint32_t Type) { in sectionTypeToString() function in llvm::wasm
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h533 llvm::StringRef sectionTypeToString(uint32_t type);
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp1972 return wasm::sectionTypeToString(S.Type); in getSectionName()