Home
last modified time | relevance | path

Searched refs:isValidSectionOrder (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h358 bool isValidSectionOrder(unsigned ID, StringRef CustomSectionName = "");
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp606 if (!Checker.isValidSectionOrder(Sec->Type, SecName)) { in writeWasm()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp337 if (!Checker.isValidSectionOrder(Section.Type, Section.Name)) { in readSection()
2221 bool WasmSectionOrderChecker::isValidSectionOrder(unsigned ID, in isValidSectionOrder() function in WasmSectionOrderChecker