Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DWasm.h348 bool isValidSectionOrder(unsigned ID, StringRef CustomSectionName = "");
354 int getSectionOrder(unsigned ID, StringRef CustomSectionName = "");
/llvm-project-15.0.7/llvm/lib/Object/
H A DWasmObjectFile.cpp1876 StringRef CustomSectionName) { in getSectionOrder() argument
1879 return StringSwitch<unsigned>(CustomSectionName) in getSectionOrder()
1968 StringRef CustomSectionName) { in isValidSectionOrder() argument
1969 int Order = getSectionOrder(ID, CustomSectionName); in isValidSectionOrder()