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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h339 bool isValidSectionOrder(unsigned ID, StringRef CustomSectionName = "");
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp555 if (!Checker.isValidSectionOrder(Sec->Type, SecName)) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp236 if (!Checker.isValidSectionOrder(Section.Type, Section.Name)) {
1636 bool WasmSectionOrderChecker::isValidSectionOrder(unsigned ID, function in class:WasmSectionOrderChecker

Completed in 81 milliseconds