Home
last modified time | relevance | path

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 DInstrumentation.cpp62 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 DInstrProfiling.cpp676 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 DInstrumentation.h43 const char *NamePrefix = "");
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DSROA.cpp1399 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 Dheap_utils.cc128 const char* prefix = n->NamePrefix(); in CreateObject()
132 name_str = n->NamePrefix(); in CreateObject()
H A Dmemory_tracker-inl.h49 const char* NamePrefix() override { return "Node /"; }
/third_party/node/deps/v8/include/v8-include/
H A Dv8-profiler.h870 virtual const char* NamePrefix() { return nullptr; } in NamePrefix() function in v8::EmbedderGraph::Node
/third_party/node/deps/v8/include/
H A Dv8-profiler.h867 virtual const char* NamePrefix() { return nullptr; } in NamePrefix() function in v8::EmbedderGraph::Node
/third_party/node/deps/v8/src/profiler/
H A Dheap-snapshot-generator.cc2445 const char* prefix = node->NamePrefix(); in EmbedderGraphNodeName()

Completed in 15 milliseconds