Home
last modified time | relevance | path

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

/external/llvm/bindings/go/llvm/
Ddibuilder.go52 FlagPrototyped const
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp1148 Flags |= llvm::DebugNode::FlagPrototyped; in CreateCXXMemberFunction()
2319 Flags |= llvm::DebugNode::FlagPrototyped; in collectFunctionDeclProps()
2602 Flags |= llvm::DebugNode::FlagPrototyped; in EmitFunctionStart()
2606 Flags |= llvm::DebugNode::FlagPrototyped; in EmitFunctionStart()
/external/llvm/examples/Kaleidoscope/Chapter8/
Dtoy.cpp1235 true /* definition */, ScopeLine, DebugNode::FlagPrototyped, false, F); in Codegen()
/external/llvm/docs/tutorial/
DLangImpl8.rst264 true /* definition */, ScopeLine, DIDescriptor::FlagPrototyped, false, F);
/external/llvm/include/llvm/IR/
DDebugInfoMetadata.h1352 bool isPrototyped() const { return getFlags() & FlagPrototyped; }