Searched defs:getWasmSection (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/ | ||
H A D | MCContext.h | 651 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K, getWasmSection() function |
/freebsd-src/contrib/llvm-project/llvm/lib/MC/ | ||
H A D | MCContext.cpp | 727 MCSectionWasm *MCContext::getWasmSection(const Twine &Section, SectionKind K, getWasmSection() function in MCContext |
/freebsd-src/contrib/llvm-project/llvm/lib/Object/ | ||
H A D | WasmObjectFile.cpp | 1924 const WasmSection &WasmObjectFile::getWasmSection(DataRefImpl Ref) const { getWasmSection() function in WasmObjectFile |