Home
last modified time | relevance | path

Searched defs:TableType (Results 1 – 6 of 6) sorted by relevance

/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVStringPool.h30 using TableType = StringMap<size_t, BumpPtrAllocator>; variable
/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyUtilities.cpp138 wasm::WasmTableType TableType = {wasm::ValType::FUNCREF, Limits}; getOrCreateFuncrefCallTableSymbol() local
/llvm-project/llvm/include/llvm/Object/
H A DWasm.h39 const wasm::WasmTableType *TableType, in WasmSymbol()
50 const wasm::WasmTableType *TableType; variable
/llvm-project/llvm/include/llvm/MC/
H A DMCSymbolWasm.h30 std::optional<wasm::WasmTableType> TableType; variable
/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp301 TableType.Limits = readLimits(Ctx); in readTableType() local
541 const wasm::WasmTableType *TableType = nullptr; in parseNameSection() local
714 const wasm::WasmTableType *TableType = nullptr; in parseLinkingSectionSymtab() local
1439 const wasm::WasmTableType *TableType = nullptr; parseExportSection() local
[all...]
/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp870 CComPtr<IDiaSymbol> TableType; in getVirtualBaseTableType() local