Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCDwarf.h420 MCDwarfFile &getRootFile() { return Header.RootFile; } in getRootFile() function
421 const MCDwarfFile &getRootFile() const { return Header.RootFile; } in getRootFile() function
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp1013 P = CUIDTablePair.second.getRootFile().Name; in RemapDebugPaths()
1015 CUIDTablePair.second.getRootFile().Name = std::string(P); in RemapDebugPaths()
H A DMCDwarf.cpp1053 ? context.getMCDwarfLineTable(/*CUID=*/0).getRootFile() in EmitGenDwarfInfo()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp936 getContext().getMCDwarfLineTable(/*CUID=*/0).getRootFile(); in enabledGenDwarfForAssembly()