Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/ObjCopy/wasm/
H A DWasmReader.cpp33 ReaderSec.Name = sectionTypeToString(ReaderSec.SectionType); in create()
/llvm-project/llvm/lib/BinaryFormat/
H A DWasm.cpp41 llvm::StringRef llvm::wasm::sectionTypeToString(uint32_t Type) { in sectionTypeToString() function in llvm::wasm
/llvm-project/lld/wasm/
H A DOutputSections.cpp37 return sectionTypeToString(type); in getSectionName()
/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h544 llvm::StringRef sectionTypeToString(uint32_t type);
/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp1980 return wasm::sectionTypeToString(S.Type); in getSectionIndex()