Home
last modified time | relevance | path

Searched refs:getVarName (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp245 static std::string getVarName(InstrProfIncrementInst *Inc, StringRef Prefix) { in getVarName() function
310 return M.getOrInsertComdat(StringRef(getVarName(Inc, ComdatPrefix))); in getOrCreateProfileComdat()
354 getVarName(Inc, getInstrProfCountersVarPrefix())); in getOrCreateRegionCounters()
375 getVarName(Inc, getInstrProfValuesVarPrefix())); in getOrCreateRegionCounters()
408 getVarName(Inc, getInstrProfDataVarPrefix())); in getOrCreateRegionCounters()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp626 static std::string getVarName(InstrProfIncrementInst *Inc, StringRef Prefix) { in getVarName() function
683 return M.getOrInsertComdat(StringRef(getVarName(Inc, ComdatPrefix))); in getOrCreateProfileComdat()
728 getVarName(Inc, getInstrProfCountersVarPrefix())); in getOrCreateRegionCounters()
749 getVarName(Inc, getInstrProfValuesVarPrefix())); in getOrCreateRegionCounters()
783 getVarName(Inc, getInstrProfDataVarPrefix())); in getOrCreateRegionCounters()
/external/deqp/external/openglcts/modules/gl/
Dgl4cShaderViewportLayerArrayTests.hpp93 inline std::string getVarName() const in getVarName() function in gl4cts::ShaderViewportLayerArrayUtils::ShaderPipeline
Dgl4cShaderViewportLayerArrayTests.cpp242 varName += shaderPipeline.getVarName(); in renderQuad()