Home
last modified time | relevance | path

Searched defs:DemangledName (Results 1 – 8 of 8) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVRegularizer.cpp177 StringRef DemangledName(NameStr); in visitCallInst() local
187 StringRef DemangledName) { in visitCallScalToVec()
H A DSPIRVUtils.cpp299 if (char *DemangledName = itaniumDemangle(Name.data())) { getOclOrSpirvBuiltinDemangledName() local
H A DSPIRVCallLowering.cpp428 std::string DemangledName = getOclOrSpirvBuiltinDemangledName(FuncName); lowerCall() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFFImportFile.h58 if (std::optional<std::string> DemangledName = printSymbolName() local
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageSummaryInfo.h301 const auto DemangledName = DemangledNames.find(Sym); in demangle() local
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-tli-checker/
H A Dllvm-tli-checker.cpp103 std::string DemangledName(demangle(Name)); in getPrintableName() local
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp297 StringRef DemangledName = Name; in findModuleForSymbol() local
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp754 char *DemangledName = microsoftDemangle( DemangleName() local