Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCDwarf.h322 bool hasRootFile() const { return !Header.RootFile.Name.empty(); } in hasRootFile() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCContext.cpp588 return getDwarfVersion() >= 5 && LineTable.hasRootFile(); in isValidDwarfFileNumber()