Searched refs:isValidDwarfFileNumber (Results 1 – 10 of 10) sorted by relevance
/external/llvm/include/llvm/MC/ |
D | MCContext.h | 448 bool isValidDwarfFileNumber(unsigned FileNumber, unsigned CUID = 0);
|
/external/llvm/lib/MC/ |
D | MCContext.cpp | 476 bool MCContext::isValidDwarfFileNumber(unsigned FileNumber, unsigned CUID) { in isValidDwarfFileNumber() function in MCContext
|
/external/llvm-project/llvm/include/llvm/MC/ |
D | MCContext.h | 607 bool isValidDwarfFileNumber(unsigned FileNumber, unsigned CUID = 0);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCContext.h | 552 bool isValidDwarfFileNumber(unsigned FileNumber, unsigned CUID = 0);
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCContext.cpp | 663 bool MCContext::isValidDwarfFileNumber(unsigned FileNumber, unsigned CUID) { in isValidDwarfFileNumber() function in MCContext
|
/external/llvm-project/llvm/lib/MC/ |
D | MCContext.cpp | 796 bool MCContext::isValidDwarfFileNumber(unsigned FileNumber, unsigned CUID) { in isValidDwarfFileNumber() function in MCContext
|
/external/llvm/lib/MC/MCParser/ |
D | AsmParser.cpp | 3099 if (!getContext().isValidDwarfFileNumber(FileNumber)) in parseDirectiveLoc()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/ |
D | AsmParser.cpp | 3497 check(!getContext().isValidDwarfFileNumber(FileNumber), Loc, in parseDirectiveLoc()
|
/external/llvm-project/llvm/lib/MC/MCParser/ |
D | AsmParser.cpp | 3523 check(!getContext().isValidDwarfFileNumber(FileNumber), Loc, in parseDirectiveLoc()
|
D | MasmParser.cpp | 4640 check(!getContext().isValidDwarfFileNumber(FileNumber), Loc, in parseDirectiveLoc()
|