Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFDataExtractor.cpp15 DWARFDataExtractor::getInitialLength(uint64_t *Off, Error *Err) const { in getInitialLength() function in DWARFDataExtractor
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDataExtractor.h56 std::pair<uint64_t, dwarf::DwarfFormat> getInitialLength(Cursor &C) const { in getInitialLength() function