Home
last modified time | relevance | path

Searched refs:NewStem (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp92 std::string mangleName(DICompileUnit CU, std::string NewStem);
322 std::string GCOVProfiler::mangleName(DICompileUnit CU, std::string NewStem) { in mangleName() argument
332 sys::path::replace_extension(Filename, NewStem); in mangleName()
339 sys::path::replace_extension(Filename, NewStem); in mangleName()
/external/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp121 std::string mangleName(const DICompileUnit *CU, const char *NewStem);
429 const char *NewStem) { in mangleName() argument
439 sys::path::replace_extension(Filename, NewStem); in mangleName()
446 sys::path::replace_extension(Filename, NewStem); in mangleName()
/external/spirv-llvm/lib/SPIRV/
DOCL20ToSPIRV.cpp738 std::string NewStem = Stem; in visitCallAtomicCpp11() local
749 NewStem.insert(NewStem.begin() + strlen("fetch_"), 'u'); in visitCallAtomicCpp11()
752 NewStem = NewStem + "_explicit"; in visitCallAtomicCpp11()
769 Info.UniqName = std::string("atomic_") + NewStem; in visitCallAtomicCpp11()