Home
last modified time | relevance | path

Searched refs:getRootFile (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCDwarf.h390 MCDwarfFile &getRootFile() { return Header.RootFile; } in getRootFile() function
391 const MCDwarfFile &getRootFile() const { return Header.RootFile; } in getRootFile() function
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCContext.cpp883 P = CUIDTablePair.second.getRootFile().Name; in RemapDebugPaths()
885 CUIDTablePair.second.getRootFile().Name = std::string(P); in RemapDebugPaths()
H A DMCDwarf.cpp1012 ? context.getMCDwarfLineTable(/*CUID=*/0).getRootFile() in EmitGenDwarfInfo()
/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DAsmParser.cpp956 getContext().getMCDwarfLineTable(/*CUID=*/0).getRootFile(); in enabledGenDwarfForAssembly()
H A DMasmParser.cpp1310 getContext().getMCDwarfLineTable(/*CUID=*/0).getRootFile(); in enabledGenDwarfForAssembly()