Searched refs:setRootFile (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/MC/ |
| H A D | MCDwarf.h | 296 void setRootFile(StringRef Directory, StringRef FileName, in setRootFile() function 331 Header.setRootFile(Directory, FileName, Checksum, Source); in maybeSetRootFile() 375 void setRootFile(StringRef Directory, StringRef FileName, in setRootFile() function
|
| H A D | MCContext.h | 756 getMCDwarfLineTable(CUID).setRootFile(CompilationDir, Filename, Checksum, in setMCLineTableRootFile()
|
| /llvm-project-15.0.7/llvm/unittests/MC/ |
| H A D | DwarfLineTableHeaders.cpp | 124 Header.setRootFile("dir", "file", None, None); in emitDebugLineSection()
|
| /llvm-project-15.0.7/bolt/include/bolt/Core/ |
| H A D | DebugData.h | 1149 void setRootFile(StringRef Directory, StringRef FileName, in setRootFile() function 1152 Header.setRootFile(Directory, FileName, Checksum, Source); in setRootFile()
|
| /llvm-project-15.0.7/bolt/lib/Core/ |
| H A D | BinaryContext.cpp | 1665 BinaryLineTable.setRootFile(CU->getCompilationDir(), *Name, Checksum, in preprocessDebugInfo()
|