Home
last modified time | relevance | path

Searched refs:isValidCVFileNumber (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCCodeView.h169 bool isValidCVFileNumber(unsigned FileNumber);
/external/llvm/include/llvm/MC/
DMCContext.h563 bool isValidCVFileNumber(unsigned FileNumber);
/external/llvm/lib/MC/
DMCContext.cpp501 bool MCContext::isValidCVFileNumber(unsigned FileNumber) { in isValidCVFileNumber() function in MCContext
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp3244 if (!getContext().isValidCVFileNumber(FileNumber)) in parseDirectiveCVLoc()