Home
last modified time | relevance | path

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

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