Home
last modified time | relevance | path

Searched refs:isValidDwarfFileNumber (Results 1 – 10 of 10) sorted by relevance

/external/llvm/include/llvm/MC/
DMCContext.h448 bool isValidDwarfFileNumber(unsigned FileNumber, unsigned CUID = 0);
/external/llvm/lib/MC/
DMCContext.cpp476 bool MCContext::isValidDwarfFileNumber(unsigned FileNumber, unsigned CUID) { in isValidDwarfFileNumber() function in MCContext
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCContext.h552 bool isValidDwarfFileNumber(unsigned FileNumber, unsigned CUID = 0);
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/
DMCContext.h723 bool isValidDwarfFileNumber(unsigned FileNumber, unsigned CUID = 0);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCContext.cpp663 bool MCContext::isValidDwarfFileNumber(unsigned FileNumber, unsigned CUID) { in isValidDwarfFileNumber() function in MCContext
/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
DMCContext.cpp983 bool MCContext::isValidDwarfFileNumber(unsigned FileNumber, unsigned CUID) { in isValidDwarfFileNumber() function in MCContext
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp3099 if (!getContext().isValidDwarfFileNumber(FileNumber)) in parseDirectiveLoc()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DAsmParser.cpp3497 check(!getContext().isValidDwarfFileNumber(FileNumber), Loc, in parseDirectiveLoc()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/MCParser/
DAsmParser.cpp3640 check(!getContext().isValidDwarfFileNumber(FileNumber), Loc, in parseDirectiveLoc()
DMasmParser.cpp4947 check(!getContext().isValidDwarfFileNumber(FileNumber), Loc, in parseDirectiveLoc()