/external/llvm/tools/llvm-dwarfdump/ |
D | llvm-dwarfdump.cpp | 86 outs() << Filename.str() << ":\tfile format " << Obj.getFileFormatName() in DumpObjectFile()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | XCOFFObjectFile.h | 290 StringRef getFileFormatName() const override;
|
D | Wasm.h | 201 StringRef getFileFormatName() const override;
|
D | ObjectFile.h | 320 virtual StringRef getFileFormatName() const = 0;
|
D | ELFObjectFile.h | 425 StringRef getFileFormatName() const override; 1056 StringRef ELFObjectFile<ELFT>::getFileFormatName() const { in getFileFormatName() function
|
D | MachO.h | 364 StringRef getFileFormatName() const override;
|
D | COFF.h | 941 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; 837 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-10.0/llvm/lib/Object/ |
D | XCOFFObjectFile.cpp | 390 StringRef XCOFFObjectFile::getFileFormatName() const { in getFileFormatName() function in llvm::object::XCOFFObjectFile
|
D | COFFObjectFile.cpp | 883 StringRef COFFObjectFile::getFileFormatName() const { in getFileFormatName() function in COFFObjectFile
|
D | WasmObjectFile.cpp | 1530 StringRef WasmObjectFile::getFileFormatName() const { return "WASM"; } in getFileFormatName() function in WasmObjectFile
|
D | MachOObjectFile.cpp | 2543 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-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 557 IsMipsN64ABI = Obj.getFileFormatName().equals("ELF64-mips"); in setMipsABI()
|