Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCDwarf.h396 MCDwarfFile &getRootFile() { return Header.RootFile; } in getRootFile() function
397 const MCDwarfFile &getRootFile() const { return Header.RootFile; } in getRootFile() function
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp921 P = CUIDTablePair.second.getRootFile().Name; in RemapDebugPaths()
923 CUIDTablePair.second.getRootFile().Name = std::string(P); in RemapDebugPaths()
H A DMCDwarf.cpp1017 ? context.getMCDwarfLineTable(/*CUID=*/0).getRootFile() in EmitGenDwarfInfo()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp958 getContext().getMCDwarfLineTable(/*CUID=*/0).getRootFile(); in enabledGenDwarfForAssembly()
H A DMasmParser.cpp1330 getContext().getMCDwarfLineTable(/*CUID=*/0).getRootFile(); in enabledGenDwarfForAssembly()