Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DModule.h896 UWTableKind getUwtable() const;
/llvm-project-15.0.7/llvm/lib/IR/
H A DModule.cpp673 UWTableKind Module::getUwtable() const { in getUwtable() function in Module
H A DFunction.cpp343 UWTableKind UWTable = M->getUwtable(); in createWithDefaultAttr()