Home
last modified time | relevance | path

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

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