Searched defs:toReference (Results 1 – 3 of 3) sorted by relevance
218 inline Optional<uint64_t> toReference(const Optional<DWARFFormValue> &V) { in toReference() function230 inline uint64_t toReference(const Optional<DWARFFormValue> &V, in toReference() function
248 toReference(const std::optional<DWARFFormValue> &V) { in toReference() function260 inline uint64_t toReference(const std::optional<DWARFFormValue> &V, in toReference() function
8 export function toReference(buffer: ArrayBuffer): Reference { function