Home
last modified time | relevance | path

Searched refs:sectionTypeToString (Results 1 – 5 of 5) 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.h555 LLVM_ABI llvm::StringRef sectionTypeToString(uint32_t type);
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp616 wasm::sectionTypeToString(Sec->Type)); in writeWasm()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp1993 return wasm::sectionTypeToString(S.Type); in getSectionName()