Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCDwarf.h391 MCDwarfFile &getRootFile() { return Header.RootFile; } in getRootFile() function
392 const MCDwarfFile &getRootFile() const { return Header.RootFile; } in getRootFile() function
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCContext.cpp915 P = CUIDTablePair.second.getRootFile().Name; in RemapDebugPaths()
917 CUIDTablePair.second.getRootFile().Name = std::string(P); in RemapDebugPaths()
H A DMCDwarf.cpp1009 ? context.getMCDwarfLineTable(/*CUID=*/0).getRootFile() in EmitGenDwarfInfo()
/openbsd-src/gnu/llvm/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()