HomeSort by: relevance | last modified time | path
    Searched refs:Behavior (Results 1 - 15 of 15) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/IR/
Module.cpp 277 if (ConstantInt *Behavior = mdconst::dyn_extract_or_null<ConstantInt>(MD)) {
278 uint64_t Val = Behavior->getLimitedValue();
348 void Module::addModuleFlag(ModFlagBehavior Behavior, StringRef Key,
352 ConstantAsMetadata::get(ConstantInt::get(Int32Ty, Behavior)),
356 void Module::addModuleFlag(ModFlagBehavior Behavior, StringRef Key,
358 addModuleFlag(Behavior, Key, ConstantAsMetadata::get(Val));
360 void Module::addModuleFlag(ModFlagBehavior Behavior, StringRef Key,
363 addModuleFlag(Behavior, Key, ConstantInt::get(Int32Ty, Val));
374 void Module::setModuleFlag(ModFlagBehavior Behavior, StringRef Key,
388 addModuleFlag(Behavior, Key, Val)
    [all...]
Core.cpp 304 LLVMModuleFlagBehavior Behavior;
311 map_to_llvmModFlagBehavior(LLVMModuleFlagBehavior Behavior) {
312 switch (Behavior) {
330 map_from_llvmModFlagBehavior(Module::ModFlagBehavior Behavior) {
331 switch (Behavior) {
345 llvm_unreachable("Unhandled Flag Behavior");
357 Result[i].Behavior = map_from_llvmModFlagBehavior(ModuleFlag.Behavior);
375 return MFE.Behavior;
398 void LLVMAddModuleFlag(LLVMModuleRef M, LLVMModuleFlagBehavior Behavior,
    [all...]
AutoUpgrade.cpp 4223 // Upgrade PIC/PIE Module Flags. The module flag behavior for these two
4226 if (auto *Behavior =
4228 if (Behavior->getLimitedValue() == Module::Error) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Module.h 130 /// module flag should be restricted to. This behavior can be used to
132 /// IDs with the **Override** behavior.
135 /// Uses the specified value, regardless of the behavior or value of the
161 /// and store the flag behavior, the key string and the value metadata.
166 ModFlagBehavior Behavior;
171 : Behavior(B), Key(K), Val(V) {}
507 void addModuleFlag(ModFlagBehavior Behavior, StringRef Key, Metadata *Val);
508 void addModuleFlag(ModFlagBehavior Behavior, StringRef Key, Constant *Val);
509 void addModuleFlag(ModFlagBehavior Behavior, StringRef Key, uint32_t Val);
512 void setModuleFlag(ModFlagBehavior Behavior, StringRef Key, Metadata *Val)
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseInit.cpp 549 switch (Result.Behavior) {
Parser.cpp 2223 Result.Behavior = Result.IsIfExists ? IEB_Parse : IEB_Skip;
2227 Result.Behavior = !Result.IsIfExists ? IEB_Parse : IEB_Skip;
2231 Result.Behavior = IEB_Dependent;
2252 switch (Result.Behavior) {
ParseStmt.cpp 2511 // This is not the same behavior as Visual C++, which don't treat this as a
2514 if (Result.Behavior == IEB_Dependent) {
2540 switch (Result.Behavior) {
ParseDeclCXX.cpp 4121 // Some Clang-scoped attributes have some special parsing behavior.
4488 switch (Result.Behavior) {
  /src/usr.bin/make/unit-tests/
varmod.mk 34 # | **Modifier** | **Behavior** | **Remarks** | **SysV** |
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LICM.cpp 1239 FunctionModRefBehavior Behavior = AA->getModRefBehavior(CI);
1240 if (Behavior == FMRB_DoesNotAccessMemory)
1242 if (AAResults::onlyReadsMemory(Behavior)) {
1246 if (AAResults::onlyAccessesArgPointees(Behavior)) {
  /src/external/apache2/llvm/dist/llvm/lib/Linker/
IRMover.cpp 1239 ConstantInt *Behavior = mdconst::extract<ConstantInt>(Op->getOperand(0));
1242 if (Behavior->getZExtValue() == Module::Require) {
1288 // If either flag has override behavior, handle it first.
1290 // Diagnose inconsistent flags which both have override behavior.
1304 // Diagnose inconsistent merge behavior types.
1325 // request Warning behavior.
1339 // Choose the maximum if either source or destination request Max behavior.
1346 // The resulting flag should have a Max behavior, and contain the maximum
1358 // Perform the merge for standard behavior types.
  /src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h 2095 /// Describes the behavior that should be taken for an __if_exists
2122 /// The behavior of this __if_exists or __if_not_exists block
2124 IfExistsBehavior Behavior;
  /src/external/apache2/llvm/dist/llvm/include/llvm-c/
Core.h 418 * module flag should be restricted to. This behavior can be used to
420 * IDs with the **Override** behavior.
426 * Uses the specified value, regardless of the behavior or value of the
782 * Returns the flag behavior for a module flag entry at a specific index.
784 * @see Module::ModuleFlagEntry::Behavior
821 void LLVMAddModuleFlag(LLVMModuleRef M, LLVMModuleFlagBehavior Behavior,
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 79 if (MFE.Behavior == Module::Require)
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/uni/
package.d 280 and these described in Conjoining Jamo Behavior
337 described in Conjoining Jamo Behavior no characters
4480 The requirement on the ordering of keys (and the behavior on the
4513 The requirement on the ordering of keys (and the behavior on the

Completed in 79 milliseconds