HomeSort by relevance Sort by last modified time
    Searched defs:NamePrefix (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Transforms/Instrumentation/
InstrProfiling.cpp 246 StringRef NamePrefix = getInstrProfNameVarPrefix();
247 StringRef Name = Inc->getName()->getName().substr(NamePrefix.size());
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
InstrProfiling.cpp 627 StringRef NamePrefix = getInstrProfNameVarPrefix();
628 StringRef Name = Inc->getName()->getName().substr(NamePrefix.size());
    [all...]
  /external/v8/include/
v8-profiler.h 668 virtual const char* NamePrefix() { return nullptr; }
    [all...]

Completed in 71 milliseconds