Home
last modified time | relevance | path

Searched refs:hasRootFile (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCDwarf.h322 bool hasRootFile() const { return !Header.RootFile.Name.empty(); } in hasRootFile() function
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCContext.cpp588 return getDwarfVersion() >= 5 && LineTable.hasRootFile(); in isValidDwarfFileNumber()