Home
last modified time | relevance | path

Searched refs:isValidFileNumber (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCCodeView.h142 bool isValidFileNumber(unsigned FileNumber) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCCodeView.cpp39 bool CodeViewContext::isValidFileNumber(unsigned FileNumber) const { in isValidFileNumber() function in CodeViewContext
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DAsmParser.cpp3645 check(!getCVContext().isValidFileNumber(FileNumber), Loc, in parseCVFileId()