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.h361 StringRef CustomSectionName = "");
367 int getSectionOrder(unsigned ID, StringRef CustomSectionName = "");
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp2151 StringRef CustomSectionName) { in getSectionOrder() argument
2154 return StringSwitch<unsigned>(CustomSectionName) in getSectionOrder()
2243 StringRef CustomSectionName) { in isValidSectionOrder() argument
2244 int Order = getSectionOrder(ID, CustomSectionName); in isValidSectionOrder()