Home
last modified time | relevance | path

Searched refs:CustomSectionName (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h352 bool isValidSectionOrder(unsigned ID, StringRef CustomSectionName = "");
358 int getSectionOrder(unsigned ID, StringRef CustomSectionName = "");
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp1791 StringRef CustomSectionName) { in getSectionOrder() argument
1794 return StringSwitch<unsigned>(CustomSectionName) in getSectionOrder()
1882 StringRef CustomSectionName) { in isValidSectionOrder() argument
1883 int Order = getSectionOrder(ID, CustomSectionName); in isValidSectionOrder()