Searched refs:isFileType (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/CodeGen/ | ||
D | ELF.h | 145 bool isFileType() const { return getType() == ELF::STT_FILE; } in isFileType() function |
D | ELFWriter.cpp | 916 else if (Sym.isFileType()) in EmitStringTable() |