Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DWasm.h352 bool isValidSectionOrder(unsigned ID, StringRef CustomSectionName = "");
358 int getSectionOrder(unsigned ID, StringRef CustomSectionName = "");
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DWasmObjectFile.cpp1790 StringRef CustomSectionName) { in getSectionOrder() argument
1793 return StringSwitch<unsigned>(CustomSectionName) in getSectionOrder()
1881 StringRef CustomSectionName) { in isValidSectionOrder() argument
1882 int Order = getSectionOrder(ID, CustomSectionName); in isValidSectionOrder()