Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DWasm.h348 bool isValidSectionOrder(unsigned ID, StringRef CustomSectionName = "");
354 int getSectionOrder(unsigned ID, StringRef CustomSectionName = "");
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DWasmObjectFile.cpp1868 StringRef CustomSectionName) { in getSectionOrder() argument
1871 return StringSwitch<unsigned>(CustomSectionName) in getSectionOrder()
1960 StringRef CustomSectionName) { in isValidSectionOrder() argument
1961 int Order = getSectionOrder(ID, CustomSectionName); in isValidSectionOrder()