/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/LogicalView/ |
H A D | LVReaderHandler.cpp | 122 createReader(Filename, Readers, Input, Obj.getFileFormatName())) in handleMach() 142 Input.get<ObjectFile *>()->getFileFormatName()); in handleObject()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Object/ |
D | COFFImportFile.h | 78 StringRef getFileFormatName() const;
|
D | GOFFObjectFile.h | 56 StringRef getFileFormatName() const override { return "GOFF-SystemZ"; } in getFileFormatName() function
|
D | Wasm.h | 212 StringRef getFileFormatName() const override;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Object/ |
D | COFFImportFile.h | 96 StringRef getFileFormatName() const;
|
D | GOFFObjectFile.h | 53 StringRef getFileFormatName() const override { return "GOFF-SystemZ"; } in getFileFormatName() function
|
D | Wasm.h | 212 StringRef getFileFormatName() const override;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Object/ |
D | COFFImportFile.h | 96 StringRef getFileFormatName() const;
|
D | GOFFObjectFile.h | 53 StringRef getFileFormatName() const override { return "GOFF-SystemZ"; } in getFileFormatName() function
|
D | Wasm.h | 212 StringRef getFileFormatName() const override;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Object/ |
D | GOFFObjectFile.h | 53 StringRef getFileFormatName() const override { return "GOFF-SystemZ"; } in getFileFormatName() function
|
D | Wasm.h | 207 StringRef getFileFormatName() const override;
|
/aosp_15_r20/external/llvm/tools/llvm-dwarfdump/ |
H A D | llvm-dwarfdump.cpp | 86 outs() << Filename.str() << ":\tfile format " << Obj.getFileFormatName() in DumpObjectFile()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVReader.h | 140 StringRef getFileFormatName() const { return FileFormatName; } in getFileFormatName() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DebugInfo/LogicalView/Core/ |
D | LVReader.h | 238 StringRef getFileFormatName() const { return FileFormatName; } in getFileFormatName() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DebugInfo/LogicalView/Core/ |
D | LVReader.h | 238 StringRef getFileFormatName() const { return FileFormatName; } in getFileFormatName() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DebugInfo/LogicalView/Core/ |
D | LVReader.h | 238 StringRef getFileFormatName() const { return FileFormatName; } in getFileFormatName() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DebugInfo/LogicalView/Core/ |
D | LVReader.h | 238 StringRef getFileFormatName() const { return FileFormatName; } in getFileFormatName() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
H A D | XCOFFObjectFile.h | 290 StringRef getFileFormatName() const override;
|
H A D | Wasm.h | 201 StringRef getFileFormatName() const override;
|
H A D | ObjectFile.h | 320 virtual StringRef getFileFormatName() const = 0;
|
/aosp_15_r20/external/llvm/include/llvm/Object/ |
H A D | ELFObjectFile.h | 333 StringRef getFileFormatName() const override; 837 StringRef ELFObjectFile<ELFT>::getFileFormatName() const { in getFileFormatName() function
|
H A D | ObjectFile.h | 264 virtual StringRef getFileFormatName() const = 0;
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/ |
H A D | Wasm.h | 204 StringRef getFileFormatName() const override;
|
/aosp_15_r20/external/llvm/tools/llvm-readobj/ |
H A D | llvm-readobj.cpp | 350 outs() << "Format: " << Obj->getFileFormatName() << "\n"; in dumpObject()
|