Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DModule.h921 void setPICLevel(PICLevel::Level PL);
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DModule.cpp584 void Module::setPICLevel(PICLevel::Level PL) { in setPICLevel() function in Module
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp1229 getModule().setPICLevel(static_cast<llvm::PICLevel::Level>(PLevel)); in Release()