Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h57 bool isTypeTable() const { return Info.Kind == wasm::WASM_SYMBOL_TYPE_TABLE; } in isTypeTable() function
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp1545 return Index < Symbols.size() && Symbols[Index].isTypeTable(); in isValidTableSymbol()