Home
last modified time | relevance | path

Searched refs:createFromUValue (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFFormValue.h68 static DWARFFormValue createFromUValue(dwarf::Form F, uint64_t V);
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFFormValue.h70 static DWARFFormValue createFromUValue(dwarf::Form F, uint64_t V);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFFormValue.cpp84 DWARFFormValue DWARFFormValue::createFromUValue(dwarf::Form F, uint64_t V) { in createFromUValue() function in DWARFFormValue
DDWARFDie.cpp312 DWARFFormValue FV = DWARFFormValue::createFromUValue( in dumpAttribute()
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFFormValue.cpp84 DWARFFormValue DWARFFormValue::createFromUValue(dwarf::Form F, uint64_t V) { in createFromUValue() function in DWARFFormValue
DDWARFDie.cpp321 DWARFFormValue FV = DWARFFormValue::createFromUValue( in dumpAttribute()
/external/llvm-project/llvm/unittests/DebugInfo/DWARF/
DDWARFDebugInfoTest.cpp1576 DWARFFormValue::createFromUValue(DW_FORM_addr, Address); in TEST()
1595 DWARFFormValue::createFromUValue(DW_FORM_udata, UData8); in TEST()
1614 DWARFFormValue::createFromUValue(DW_FORM_ref_addr, RefData); in TEST()