Home
last modified time | relevance | path

Searched defs:TagTypes (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp909 void WasmObjectWriter::writeTagSection(ArrayRef<uint32_t> TagTypes) { in writeTagSection()
1468 SmallVector<uint32_t, 2> TagTypes; in writeOneObject() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h344 std::vector<uint32_t> TagTypes; member