Home
last modified time | relevance | path

Searched defs:getInitialLength (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDataExtractor.h56 std::pair<uint64_t, dwarf::DwarfFormat> getInitialLength(Cursor &C) const { in getInitialLength() function
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFDataExtractor.cpp17 DWARFDataExtractor::getInitialLength(uint64_t *Off, Error *Err) const { in getInitialLength() function in DWARFDataExtractor