Searched defs:FlagExplicit (Results 1 - 1 of 1) sorted by relevance
/external/llvm/include/llvm/IR/ | ||
H A D | DebugInfo.h | 75 FlagExplicit = 1 << 7, enumerator in enum:llvm::DIDescriptor::__anon24676 491 bool isExplicit() const { return (getUnsignedField(13) & FlagExplicit) != 0; } |
Completed in 2328 milliseconds