/external/llvm/tools/llvm-dwarfdump/ |
D | llvm-dwarfdump.cpp | 86 outs() << Filename.str() << ":\tfile format " << Obj.getFileFormatName() in DumpObjectFile()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dwarfdump/ |
D | Statistics.cpp | 198 StringRef FormatName = Obj.getFileFormatName(); in collectStatsForObjectFile()
|
D | llvm-dwarfdump.cpp | 400 OS << Filename << ":\tfile format " << Obj.getFileFormatName() << '\n'; in dumpObjectFile() 434 << Obj.getFileFormatName() << "\n"; in verifyObjectFile()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/ |
D | Wasm.h | 191 StringRef getFileFormatName() const override;
|
D | ObjectFile.h | 286 virtual StringRef getFileFormatName() const = 0;
|
D | ELFObjectFile.h | 374 StringRef getFileFormatName() const override; 1001 StringRef ELFObjectFile<ELFT>::getFileFormatName() const { in getFileFormatName() function
|
D | MachO.h | 367 StringRef getFileFormatName() const override;
|
D | COFF.h | 937 StringRef getFileFormatName() const override;
|
/external/llvm/include/llvm/Object/ |
D | ObjectFile.h | 264 virtual StringRef getFileFormatName() const = 0;
|
D | ELFObjectFile.h | 333 StringRef getFileFormatName() const override; 834 StringRef ELFObjectFile<ELFT>::getFileFormatName() const { in getFileFormatName() function
|
D | MachO.h | 263 StringRef getFileFormatName() const override;
|
D | COFF.h | 768 StringRef getFileFormatName() const override;
|
/external/llvm/tools/llvm-readobj/ |
D | llvm-readobj.cpp | 350 outs() << "Format: " << Obj->getFileFormatName() << "\n"; in dumpObject()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/ |
D | llvm-readobj.cpp | 411 Writer.printString("Format", Obj->getFileFormatName()); in dumpObject()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
D | WasmObjectFile.cpp | 1278 StringRef WasmObjectFile::getFileFormatName() const { return "WASM"; } in getFileFormatName() function in WasmObjectFile
|
D | COFFObjectFile.cpp | 883 StringRef COFFObjectFile::getFileFormatName() const { in getFileFormatName() function in COFFObjectFile
|
D | MachOObjectFile.cpp | 2480 StringRef MachOObjectFile::getFileFormatName() const { in getFileFormatName() function in MachOObjectFile
|
/external/llvm/lib/Object/ |
D | COFFObjectFile.cpp | 838 StringRef COFFObjectFile::getFileFormatName() const { in getFileFormatName() function in COFFObjectFile
|
D | MachOObjectFile.cpp | 1145 StringRef MachOObjectFile::getFileFormatName() const { in getFileFormatName() function in MachOObjectFile
|
/external/llvm/tools/llvm-objdump/ |
D | llvm-objdump.cpp | 1663 outs() << ":\tfile format " << o->getFileFormatName() << "\n\n"; in DumpObject()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 594 IsMipsN64ABI = Obj.getFileFormatName().equals("ELF64-mips"); in setMipsABI()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 554 IsMipsN64ABI = Obj.getFileFormatName().equals("ELF64-mips"); in setMipsABI()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/ |
D | llvm-objdump.cpp | 2261 outs() << ":\tfile format " << o->getFileFormatName() << "\n\n"; in DumpObject()
|