Home
last modified time | relevance | path

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

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