Searched defs:Behavior (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/docs/ |
H A D | UsersManual.rst | 1317 .. _opt_fstrict-float-cast-overflow: 1327 .. _opt_fmath-errno: 1345 .. _opt_ftrapping-math: 1375 .. _opt_fhonor-infinities: 1382 .. _opt_fhonor-nans: 1389 .. _opt_fsigned-zeros: 1396 .. _opt_fassociative-math: 1403 .. _opt_freciprocal-math: 1412 .. _opt_funsafe-math-optimizations: 1425 .. _opt_ffinite-math-only: [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | Module.cpp | 277 if (ConstantInt *Behavior = mdconst::dyn_extract_or_null<ConstantInt>(MD)) { in isValidModFlagBehavior() local 348 void Module::addModuleFlag(ModFlagBehavior Behavior, StringRef Key, in addModuleFlag() 356 void Module::addModuleFlag(ModFlagBehavior Behavior, StringRef Key, in addModuleFlag() 360 void Module::addModuleFlag(ModFlagBehavior Behavior, StringRef Key, in addModuleFlag() 374 void Module::setModuleFlag(ModFlagBehavior Behavior, StringRef Key, in setModuleFlag()
|
H A D | Core.cpp | 304 LLVMModuleFlagBehavior Behavior; member 311 map_to_llvmModFlagBehavior(LLVMModuleFlagBehavior Behavior) { in map_to_llvmModFlagBehavior() 330 map_from_llvmModFlagBehavior(Module::ModFlagBehavior Behavior) { in map_from_llvmModFlagBehavior() 398 void LLVMAddModuleFlag(LLVMModuleRef M, LLVMModuleFlagBehavior Behavior, in LLVMAddModuleFlag()
|
H A D | AutoUpgrade.cpp | 4226 if (auto *Behavior = in UpgradeModuleFlags() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | Module.h | 166 ModFlagBehavior Behavior; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Linker/ |
H A D | IRMover.cpp | 1239 ConstantInt *Behavior = mdconst::extract<ConstantInt>(Op->getOperand(0)); in linkModuleFlagsMetadata() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | LICM.cpp | 1239 FunctionModRefBehavior Behavior = AA->getModRefBehavior(CI); in canSinkOrHoistInst() local
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/ |
H A D | Parser.h | 2124 IfExistsBehavior Behavior; member
|