Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DDebugInfo.h61 FlagPrototyped = 1 << 8, enumerator
527 return (getUnsignedField(14) & FlagPrototyped) != 0; in isPrototyped()
/external/llvm/bindings/go/llvm/
Ddibuilder.go52 FlagPrototyped const
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Ddibuilder.go52 FlagPrototyped const
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp1295 Flags |= llvm::DINode::FlagPrototyped; in CreateCXXMemberFunction()
2615 Flags |= llvm::DINode::FlagPrototyped; in collectFunctionDeclProps()
2899 Flags |= llvm::DINode::FlagPrototyped; in EmitFunctionStart()
2903 Flags |= llvm::DINode::FlagPrototyped; in EmitFunctionStart()
2960 Flags |= llvm::DINode::FlagPrototyped; in EmitFunctionDecl()
/external/llvm/examples/Kaleidoscope/Chapter9/
Dtoy.cpp1250 DINode::FlagPrototyped, false); in codegen()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter9/
Dtoy.cpp1250 DINode::FlagPrototyped, false); in codegen()
/external/swiftshader/third_party/llvm-7.0/llvm/docs/tutorial/
DLangImpl09.rst266 DINode::FlagPrototyped, false);
/external/llvm/docs/tutorial/
DLangImpl09.rst264 true /* definition */, ScopeLine, DINode::FlagPrototyped, false);
/external/llvm/include/llvm/IR/
DDebugInfoMetadata.h1404 bool isPrototyped() const { return getFlags() & FlagPrototyped; }
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DDebugInfoMetadata.h1719 bool isPrototyped() const { return getFlags() & FlagPrototyped; }