Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCCodeView.h113 bool isValidFileNumber(unsigned FileNumber) const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCCodeView.h163 bool isValidFileNumber(unsigned FileNumber) const;
/external/llvm/lib/MC/
DMCCodeView.cpp40 bool CodeViewContext::isValidFileNumber(unsigned FileNumber) const { in isValidFileNumber() function in CodeViewContext
DMCContext.cpp502 return getCVContext().isValidFileNumber(FileNumber); in isValidCVFileNumber()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCCodeView.cpp40 bool CodeViewContext::isValidFileNumber(unsigned FileNumber) const { in isValidFileNumber() function in CodeViewContext
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/
DAsmParser.cpp3575 check(!getCVContext().isValidFileNumber(FileNumber), Loc, in parseCVFileId()