Home
last modified time | relevance | path

Searched refs:createFromUnit (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h74 static DWARFFormValue createFromUnit(dwarf::Form F, const DWARFUnit *Unit,
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp102 DWARFFormValue DWARFFormValue::createFromUnit(dwarf::Form F, const DWARFUnit *U, in createFromUnit() function in DWARFFormValue
H A DDWARFDie.cpp688 AttrValue.Value = DWARFFormValue::createFromUnit( in updateForIndex()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVELFReader.cpp251 DWARFFormValue::createFromUnit(AttrSpec.Form, U, OffsetPtr); in processOneAttribute()