Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h358 bool isValidSectionOrder(unsigned ID, StringRef CustomSectionName = "");
364 int getSectionOrder(unsigned ID, StringRef CustomSectionName = "");
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp2130 StringRef CustomSectionName) { in getSectionOrder() argument
2133 return StringSwitch<unsigned>(CustomSectionName) in getSectionOrder()
2222 StringRef CustomSectionName) { in isValidSectionOrder() argument
2223 int Order = getSectionOrder(ID, CustomSectionName); in isValidSectionOrder()