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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
ELFObjectFile.h 446 bool isRelocatableObject() const override;
1320 template <class ELFT> bool ELFObjectFile<ELFT>::isRelocatableObject() const {
  /src/external/apache2/llvm/dist/llvm/lib/Object/
COFFObjectFile.cpp 1310 bool COFFObjectFile::isRelocatableObject() const {
1865 if (Obj->isRelocatableObject())
WasmObjectFile.cpp 1762 bool WasmObjectFile::isRelocatableObject() const { return HasLinkingSection; }
XCOFFObjectFile.cpp 448 bool XCOFFObjectFile::isRelocatableObject() const {
MachOObjectFile.cpp 4646 bool MachOObjectFile::isRelocatableObject() const {

Completed in 101 milliseconds