Searched refs:MCDwarfFile (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
D | MCDwarf.h | 50 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()
|
D | MCContext.h | 538 const SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles(unsigned CUID = 0) {
|
/external/llvm/include/llvm/MC/ |
D | MCDwarf.h | 43 struct MCDwarfFile { struct 199 SmallVector<MCDwarfFile, 3> MCDwarfFiles; 259 const SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles() const { in getMCDwarfFiles() 263 SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles() { in getMCDwarfFiles()
|
D | MCContext.h | 37 struct MCDwarfFile; 464 const SmallVectorImpl<MCDwarfFile> &getMCDwarfFiles(unsigned CUID = 0) {
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | pr15031.ll | 114 …ctor_base" = type { %"struct.std::_Vector_base<llvm::MCDwarfFile *, std::allocator<llvm::MCDwarfFi… 115 …MCDwarfFile *, std::allocator<llvm::MCDwarfFile *> >::_Vector_impl" = type { %"class.llvm::MCDwarf… 116 %"class.llvm::MCDwarfFile" = type { %"class.llvm::StringRef", i32 }
|
/external/llvm/test/CodeGen/PowerPC/ |
D | pr15031.ll | 114 …ctor_base" = type { %"struct.std::_Vector_base<llvm::MCDwarfFile *, std::allocator<llvm::MCDwarfFi… 115 …MCDwarfFile *, 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/ |
D | MCDwarf.cpp | 353 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/ |
D | MCContext.cpp | 477 const SmallVectorImpl<MCDwarfFile> &MCDwarfFiles = getMCDwarfFiles(CUID); in isValidDwarfFileNumber()
|
D | MCDwarf.cpp | 361 MCDwarfFile &File = MCDwarfFiles[FileNumber]; in getFile() 729 const SmallVectorImpl<MCDwarfFile> &MCDwarfFiles = in EmitGenDwarfInfo()
|