Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h241 uint32_t getSymbolSectionIdImpl(const WasmSymbol &Symb) const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp1760 Ref.d.a = getSymbolSectionIdImpl(Sym); in getSymbolSection()
1766 return getSymbolSectionIdImpl(Sym); in getSymbolSectionId()
1769 uint32_t WasmObjectFile::getSymbolSectionIdImpl(const WasmSymbol &Sym) const { in getSymbolSectionIdImpl() function in WasmObjectFile