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.h973 UWTableKind getUwtable() const;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DModule.cpp731 UWTableKind Module::getUwtable() const { in getUwtable() function in Module
H A DFunction.cpp386 UWTableKind UWTable = M->getUwtable(); in createWithDefaultAttr()