Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCDwarf.h40 class MCDwarfFile {
50 MCDwarfFile(StringRef name, unsigned dirIndex) in MCDwarfFile() function
53 MCDwarfFile(const MCDwarfFile&); // DO NOT IMPLEMENT
54 void operator=(const MCDwarfFile&); // DO NOT IMPLEMENT
70 inline raw_ostream &operator<<(raw_ostream &OS, const MCDwarfFile &DwarfFile){
DMCContext.h27 class MCDwarfFile; variable
94 std::vector<MCDwarfFile *> MCDwarfFiles;
215 const std::vector<MCDwarfFile *> &getMCDwarfFiles() { in getMCDwarfFiles()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCDwarf.h50 struct MCDwarfFile { struct
214 SmallVector<MCDwarfFile, 3> MCDwarfFiles;
217 MCDwarfFile RootFile;
343 const SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles() const { in getMCDwarfFiles()
347 SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles() { in getMCDwarfFiles()
DMCContext.h538 const SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles(unsigned CUID = 0) {
/external/llvm/include/llvm/MC/
DMCDwarf.h43 struct MCDwarfFile { struct
199 SmallVector<MCDwarfFile, 3> MCDwarfFiles;
259 const SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles() const { in getMCDwarfFiles()
263 SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles() { in getMCDwarfFiles()
DMCContext.h37 struct MCDwarfFile;
464 const SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles(unsigned CUID = 0) {
/external/swiftshader/third_party/LLVM/lib/MC/
DMCContext.cpp260 MCDwarfFile *&ExistingFile = MCDwarfFiles[FileNumber]; in GetDwarfFile()
267 MCDwarfFile *&File = MCDwarfFiles[FileNumber]; in GetDwarfFile()
303 File = new (*this) MCDwarfFile(StringRef(Buf, Name.size()), DirIndex); in GetDwarfFile()
DMCDwarf.cpp275 const std::vector<MCDwarfFile *> &MCDwarfFiles = in Emit()
425 void MCDwarfFile::print(raw_ostream &OS) const { in print()
429 void MCDwarfFile::dump() const { in dump()
/external/llvm/test/CodeGen/PowerPC/
Dpr15031.ll114 …ctor_base" = type { %"struct.std::_Vector_base<llvm::MCDwarfFile *, std::allocator<llvm::MCDwarfFi…
115MCDwarfFile *, std::allocator<llvm::MCDwarfFile *> >::_Vector_impl" = type { %"class.llvm::MCDwarf…
116 %"class.llvm::MCDwarfFile" = type { %"class.llvm::StringRef", i32 }
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
Dpr15031.ll114 …ctor_base" = type { %"struct.std::_Vector_base<llvm::MCDwarfFile *, std::allocator<llvm::MCDwarfFi…
115MCDwarfFile *, std::allocator<llvm::MCDwarfFile *> >::_Vector_impl" = type { %"class.llvm::MCDwarf…
116 %"class.llvm::MCDwarfFile" = type { %"class.llvm::StringRef", i32 }
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCDwarf.cpp353 static void emitOneV5FileEntry(MCStreamer *MCOS, const MCDwarfFile &DwarfFile, in emitOneV5FileEntry()
580 MCDwarfFile &File = MCDwarfFiles[FileNumber]; in tryGetFile()
1013 const SmallVectorImpl<MCDwarfFile> &MCDwarfFiles = in EmitGenDwarfInfo()
/external/llvm/lib/MC/
DMCContext.cpp477 const SmallVectorImpl<MCDwarfFile> &MCDwarfFiles = getMCDwarfFiles(CUID); in isValidDwarfFileNumber()
DMCDwarf.cpp361 MCDwarfFile &File = MCDwarfFiles[FileNumber]; in getFile()
729 const SmallVectorImpl<MCDwarfFile> &MCDwarfFiles = in EmitGenDwarfInfo()
/external/swiftshader/third_party/LLVM/lib/MC/MCParser/
DAsmParser.cpp480 const std::vector<MCDwarfFile *> &MCDwarfFiles = in Run()