HomeSort by: relevance | last modified time | path
    Searched defs:getFileFormatName (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
ELFObjectFile.h 430 StringRef getFileFormatName() const override;
1157 StringRef ELFObjectFile<ELFT>::getFileFormatName() const {
  /src/external/apache2/llvm/dist/llvm/lib/Object/
COFFObjectFile.cpp 941 StringRef COFFObjectFile::getFileFormatName() const {
WasmObjectFile.cpp 1752 StringRef WasmObjectFile::getFileFormatName() const { return "WASM"; }
XCOFFObjectFile.cpp 436 StringRef XCOFFObjectFile::getFileFormatName() const {
MachOObjectFile.cpp 2555 StringRef MachOObjectFile::getFileFormatName() const {

Completed in 70 milliseconds