Home
last modified time | relevance | path

Searched refs:getUwtable (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DModule.h986 UWTableKind getUwtable() const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DModule.cpp690 UWTableKind Module::getUwtable() const { in getUwtable() function in Module
H A DFunction.cpp364 UWTableKind UWTable = M->getUwtable(); in createWithDefaultAttr()