Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DModule.h891 void setUwtable();
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DModule.cpp677 void Module::setUwtable() { addModuleFlag(ModFlagBehavior::Max, "uwtable", 1); } in setUwtable() function in Module
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp749 getModule().setUwtable(); in Release()