Searched refs:GnuPubnames (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | DebugInfoMetadata.h | 1179 bool GnuPubnames; 1184 bool DebugInfoForProfiling, bool GnuPubnames, ArrayRef<Metadata *> Ops) 1189 DebugInfoForProfiling(DebugInfoForProfiling), GnuPubnames(GnuPubnames) { 1203 bool GnuPubnames, StorageType Storage, bool ShouldCreate = true) { 1210 DebugInfoForProfiling, GnuPubnames, Storage, ShouldCreate); 1219 bool DebugInfoForProfiling, bool GnuPubnames, StorageType Storage, 1245 bool GnuPubnames), 1249 DebugInfoForProfiling, GnuPubnames)) 1257 bool SplitDebugInlining, bool DebugInfoForProfiling, bool GnuPubnames), 1261 DebugInfoForProfiling, GnuPubnames)) [all …]
|
D | DIBuilder.h | 147 bool GnuPubnames = false);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | DebugInfoMetadata.cpp | 452 bool GnuPubnames, StorageType Storage, bool ShouldCreate) { in getImpl() argument 465 DebugInfoForProfiling, GnuPubnames, Ops), in getImpl()
|
D | DIBuilder.cpp | 142 bool SplitDebugInlining, bool DebugInfoForProfiling, bool GnuPubnames) { in createCompileUnit() argument 152 SplitDebugInlining, DebugInfoForProfiling, GnuPubnames); in createCompileUnit()
|