Searched refs:attr_value (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/test/ubsan_minimal/ |
| H A D | lit.common.cfg.py | 6 attr_value = getattr(config, attr_name, None) 7 if attr_value == None: 12 return attr_value
|
| /llvm-project-15.0.7/lldb/source/Host/common/ |
| H A D | XML.cpp | 135 std::string attr_value; in GetAttributeValue() local 140 attr_value = (const char *)value; in GetAttributeValue() 145 attr_value = fail_value; in GetAttributeValue() 149 attr_value = fail_value; in GetAttributeValue() 151 return attr_value; in GetAttributeValue() 195 llvm::StringRef attr_value; in ForEachAttribute() local 197 attr_value = llvm::StringRef((const char *)child->content); in ForEachAttribute() 198 if (!callback(llvm::StringRef((const char *)attr->name), attr_value)) in ForEachAttribute()
|
| /llvm-project-15.0.7/compiler-rt/test/ubsan/ |
| H A D | lit.common.cfg.py | 6 attr_value = getattr(config, attr_name, None) 7 if attr_value == None: 12 return attr_value
|
| /llvm-project-15.0.7/compiler-rt/test/tsan/ |
| H A D | lit.cfg.py | 6 attr_value = getattr(config, attr_name, None) 7 if not attr_value: 12 return attr_value
|
| /llvm-project-15.0.7/compiler-rt/test/memprof/ |
| H A D | lit.cfg.py | 19 attr_value = getattr(config, attr_name, None) 20 if attr_value == None: 25 return attr_value
|
| /llvm-project-15.0.7/compiler-rt/test/lsan/ |
| H A D | lit.common.cfg.py | 11 attr_value = getattr(config, attr_name, None) 12 if attr_value == None: 17 return attr_value
|
| /llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/ |
| H A D | 2006-05-12-rlwimi-crash.ll | 4 %struct.attr_desc = type { i8*, %struct.attr_desc*, %struct.attr_value*, %struct.attr_value*, i32 } 5 %struct.attr_value = type { %struct.rtx_def*, %struct.attr_value*, %struct.insn_ent*, i32, i32 }
|
| /llvm-project-15.0.7/compiler-rt/test/builtins/Unit/ |
| H A D | lit.cfg.py | 20 attr_value = getattr(config, attr_name, None) 21 if attr_value == None: 26 return attr_value
|
| /llvm-project-15.0.7/compiler-rt/test/profile/ |
| H A D | lit.cfg.py | 6 attr_value = getattr(config, attr_name, None) 7 if attr_value == None: 12 return attr_value
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFAttribute.cpp | 32 AttributeValue attr_value = {const_cast<DWARFUnit *>(form_value.GetUnit()), in Append() local 35 m_infos.push_back(attr_value); in Append()
|
| /llvm-project-15.0.7/cross-project-tests/ |
| H A D | lit.cfg.py | 49 attr_value = getattr(config, attr_name, None) 50 if attr_value == None: 55 return attr_value
|
| /llvm-project-15.0.7/compiler-rt/test/asan/ |
| H A D | lit.cfg.py | 19 attr_value = getattr(config, attr_name, None) 20 if attr_value == None: 25 return attr_value
|