Searched refs:getDwarfFile (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/bolt/lib/Core/ |
| H A D | BinaryContext.cpp | 1468 Expected<unsigned> BinaryContext::getDwarfFile( in getDwarfFile() function in llvm::bolt::BinaryContext 1503 return cantFail(getDwarfFile(Dir, FileName, 0, None, None, DestCUID, in addDebugFilenameToUnit() 1675 getDwarfFile("", "<unknown>", 0, None, None, CUID, DwarfVersion)); in preprocessDebugInfo() 1696 getDwarfFile(Dir, FileName, 0, Checksum, None, CUID, DwarfVersion)); in preprocessDebugInfo()
|
| /llvm-project-15.0.7/llvm/include/llvm/MC/ |
| H A D | MCContext.h | 717 Expected<unsigned> getDwarfFile(StringRef Directory, StringRef FileName,
|
| /llvm-project-15.0.7/llvm/lib/MC/ |
| H A D | MCContext.cpp | 939 Expected<unsigned> MCContext::getDwarfFile(StringRef Directory, in getDwarfFile() function in MCContext
|
| H A D | MCStreamer.cpp | 235 return getContext().getDwarfFile(Directory, Filename, FileNo, Checksum, in tryEmitDwarfFileDirective()
|
| /llvm-project-15.0.7/bolt/include/bolt/Core/ |
| H A D | BinaryContext.h | 274 Expected<unsigned> getDwarfFile(StringRef Directory, StringRef FileName,
|