Home
last modified time | relevance | path

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

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