Searched refs:NamePrefix (Results 1 - 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
H A D | Instrumentation.cpp | 62 const char *NamePrefix) { in createPrivateGlobalForString() 68 GlobalValue::PrivateLinkage, StrConst, NamePrefix); in createPrivateGlobalForString() 60 createPrivateGlobalForString(Module &M, StringRef Str, bool AllowMerging, const char *NamePrefix) createPrivateGlobalForString() argument
|
H A D | InstrProfiling.cpp | 676 StringRef NamePrefix = getInstrProfNameVarPrefix(); in getVarName() local 677 StringRef Name = Inc->getName()->getName().substr(NamePrefix.size()); in getVarName()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/ |
H A D | Instrumentation.h | 43 const char *NamePrefix = "");
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | SROA.cpp | 1399 SmallVectorImpl<Value *> &Indices, Twine NamePrefix) { 1409 BasePtr, Indices, NamePrefix + "sroa_idx"); 1424 Twine NamePrefix) { 1426 return buildGEP(IRB, BasePtr, Indices, NamePrefix); 1458 return buildGEP(IRB, BasePtr, Indices, NamePrefix); 1469 Twine NamePrefix) { 1472 NamePrefix); 1494 Offset, TargetTy, Indices, NamePrefix); 1507 Indices, NamePrefix); 1526 Indices, NamePrefix); [all...] |
/third_party/node/src/ |
H A D | heap_utils.cc | 128 const char* prefix = n->NamePrefix(); in CreateObject() 132 name_str = n->NamePrefix(); in CreateObject()
|
H A D | memory_tracker-inl.h | 49 const char* NamePrefix() override { return "Node /"; }
|
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-profiler.h | 870 virtual const char* NamePrefix() { return nullptr; } in NamePrefix() function in v8::EmbedderGraph::Node
|
/third_party/node/deps/v8/include/ |
H A D | v8-profiler.h | 867 virtual const char* NamePrefix() { return nullptr; } in NamePrefix() function in v8::EmbedderGraph::Node
|
/third_party/node/deps/v8/src/profiler/ |
H A D | heap-snapshot-generator.cc | 2445 const char* prefix = node->NamePrefix(); in EmbedderGraphNodeName()
|
Completed in 27 milliseconds