Home
last modified time | relevance | path

Searched refs:FlagArtificial (Results 1 – 5 of 5) sorted by relevance

/external/llvm/unittests/IR/
DDebugInfoTest.cpp57 DebugNode::FlagArtificial)); in TEST()
/external/llvm/lib/IR/
DDIBuilder.cpp480 return createTypeWithFlags(VMContext, Ty, DebugNode::FlagArtificial); in createArtificialType()
487 unsigned Flags = DebugNode::FlagObjectPointer | DebugNode::FlagArtificial; in createObjectPointerType()
/external/llvm/bindings/go/llvm/
Ddibuilder.go50 FlagArtificial const
/external/llvm/include/llvm/IR/
DDebugInfoMetadata.h572 bool isArtificial() const { return getFlags() & FlagArtificial; }
1341 unsigned isArtificial() const { return getFlags() & FlagArtificial; }
1919 bool isArtificial() const { return getFlags() & FlagArtificial; }
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp1137 Flags |= llvm::DebugNode::FlagArtificial; in CreateCXXMemberFunction()
1432 llvm::DebugNode::FlagArtificial, getOrCreateVTablePtrType(Unit)); in CollectVTableInfo()
2612 Flags |= llvm::DebugNode::FlagArtificial; in EmitFunctionStart()
2830 Flags |= llvm::DebugNode::FlagArtificial; in EmitDeclare()
3144 unsigned flags = llvm::DebugNode::FlagArtificial; in EmitDeclareOfBlockLiteralArgVariable()