Home
last modified time | relevance | path

Searched refs:isFormatSpecific (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DIRSymtab.h202 bool isFormatSpecific() const { return (Flags >> S::FB_format_specific) & 1; } in isFormatSpecific() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DLTO.cpp383 if (Sym.isGlobal() && !Sym.isFormatSpecific()) in create()