Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h70 static DWARFFormValue createFromUValue(dwarf::Form F, uint64_t V);
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp86 DWARFFormValue DWARFFormValue::createFromUValue(dwarf::Form F, uint64_t V) { in createFromUValue() function in DWARFFormValue
H A DDWARFDie.cpp217 DWARFFormValue FV = DWARFFormValue::createFromUValue( in dumpAttribute()