Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h351 bool isValidSectionOrder(unsigned ID, StringRef CustomSectionName = "");
357 int getSectionOrder(unsigned ID, StringRef CustomSectionName = "");
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp1948 StringRef CustomSectionName) { in getSectionOrder() argument
1951 return StringSwitch<unsigned>(CustomSectionName) in getSectionOrder()
2040 StringRef CustomSectionName) { in isValidSectionOrder() argument
2041 int Order = getSectionOrder(ID, CustomSectionName); in isValidSectionOrder()