Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFAbbreviationDeclaration.cpp175 return DWARFFormValue::createFromSValue(Spec.Form, in getAttributeValue()
DDWARFFormValue.cpp80 DWARFFormValue DWARFFormValue::createFromSValue(dwarf::Form F, int64_t V) { in createFromSValue() function in DWARFFormValue
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFAbbreviationDeclaration.cpp167 return DWARFFormValue::createFromSValue(Spec.Form, in getAttributeValue()
DDWARFFormValue.cpp80 DWARFFormValue DWARFFormValue::createFromSValue(dwarf::Form F, int64_t V) { in createFromSValue() function in DWARFFormValue
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFFormValue.h67 static DWARFFormValue createFromSValue(dwarf::Form F, int64_t V);
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFFormValue.h69 static DWARFFormValue createFromSValue(dwarf::Form F, int64_t V);
/external/llvm-project/llvm/unittests/DebugInfo/DWARF/
DDWARFDebugInfoTest.cpp1633 DWARFFormValue::createFromSValue(DW_FORM_udata, SData8); in TEST()