Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCDwarf.h88 struct MCDwarfFile { struct
280 SmallVector<MCDwarfFile, 3> MCDwarfFiles;
283 MCDwarfFile RootFile;
420 MCDwarfFile &getRootFile() { return Header.RootFile; } in getRootFile()
421 const MCDwarfFile &getRootFile() const { return Header.RootFile; } in getRootFile()
442 const SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles() const { in getMCDwarfFiles()
446 SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles() { in getMCDwarfFiles()
H A DMCContext.h732 const SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles(unsigned CUID = 0) {
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp433 static void emitOneV5FileEntry(MCStreamer *MCOS, const MCDwarfFile &DwarfFile, in emitOneV5FileEntry()
622 static bool isRootFile(const MCDwarfFile &RootFile, StringRef &Directory, in isRootFile()
666 MCDwarfFile &File = MCDwarfFiles[FileNumber]; in tryGetFile()
1047 const SmallVectorImpl<MCDwarfFile> &MCDwarfFiles = context.getMCDwarfFiles(); in EmitGenDwarfInfo()
1051 const MCDwarfFile &RootFile = in EmitGenDwarfInfo()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp935 const MCDwarfFile &RootFile = in enabledGenDwarfForAssembly()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc23009MCDwarfFile*, std::allocator<llvm::MCDwarfFile*>>::_M_fill_insert(__gnu_cxx::__normal_iterator<llv…
23024 {"_ZNK4llvm11MCDwarfFile5printERNS_11raw_ostreamE", "llvm::MCDwarfFile::print(llvm::raw_ostream&) c…
23025 {"_ZNK4llvm11MCDwarfFile4dumpEv", "llvm::MCDwarfFile::dump() const"},