Searched refs:FlagVirtual (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/IR/
H A DDebugInfo.h73 FlagVirtual = 1 << 5, enumerator in enum:llvm::DIDescriptor::__anon25512
324 bool isVirtual() const { return (getFlags() & FlagVirtual) != 0; }
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1199 BFlags = llvm::DIDescriptor::FlagVirtual;

Completed in 47 milliseconds