Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DWasm.h320 bool isValidSectionOrder(unsigned ID, StringRef CustomSectionName = "");
326 int getSectionOrder(unsigned ID, StringRef CustomSectionName = "");
/freebsd-12.1/contrib/llvm/lib/Object/
H A DWasmObjectFile.cpp1461 StringRef CustomSectionName) { in getSectionOrder() argument
1464 return StringSwitch<unsigned>(CustomSectionName) in getSectionOrder()
1503 StringRef CustomSectionName) { in isValidSectionOrder() argument
1504 int Order = getSectionOrder(ID, CustomSectionName); in isValidSectionOrder()