Home
last modified time | relevance | path

Searched refs:attr_value (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/compiler-rt/test/ubsan_minimal/
H A Dlit.common.cfg.py6 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 DXML.cpp135 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 Dlit.common.cfg.py6 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 Dlit.cfg.py6 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 Dlit.cfg.py19 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 Dlit.common.cfg.py11 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 D2006-05-12-rlwimi-crash.ll4 %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 Dlit.cfg.py20 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 Dlit.cfg.py6 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 DDWARFAttribute.cpp32 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 Dlit.cfg.py49 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 Dlit.cfg.py19 attr_value = getattr(config, attr_name, None)
20 if attr_value == None:
25 return attr_value