Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.h45 return DWARFFormValue::createFromSValue(Form, getImplicitConstValue()); in getFormValue()
H A DDWARFFormValue.h69 static DWARFFormValue createFromSValue(dwarf::Form F, int64_t V);
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.cpp196 return DWARFFormValue::createFromSValue(Spec.Form, in getAttributeValueFromOffset()
H A DDWARFFormValue.cpp82 DWARFFormValue DWARFFormValue::createFromSValue(dwarf::Form F, int64_t V) { in createFromSValue() function in DWARFFormValue
H A DDWARFDie.cpp696 AttrValue.Value = DWARFFormValue::createFromSValue( in updateForIndex()