Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SPIRV/
H A DSPIRVRegularizer.cpp177 StringRef DemangledName(NameStr); in visitCallInst() local
187 StringRef DemangledName) { in visitCallScalToVec()
H A DSPIRVUtils.cpp303 char *DemangledName = itaniumDemangle(Name.data(), nullptr, &n, &Status); in getOclOrSpirvBuiltinDemangledName() local
H A DSPIRVCallLowering.cpp380 std::string DemangledName = getOclOrSpirvBuiltinDemangledName(FuncName); in lowerCall() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp610 char *DemangledName = itaniumDemangle(Name.c_str(), nullptr, nullptr, &status); in DemangleName() local
621 char *DemangledName = microsoftDemangle( in DemangleName() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Object/
DCOFFImportFile.h58 if (std::optional<std::string> DemangledName = in printSymbolName() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Object/
DCOFFImportFile.h58 if (std::optional<std::string> DemangledName = in printSymbolName() local
/aosp_15_r20/external/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp471 char *DemangledName = __cxa_demangle(Name.c_str(), nullptr, nullptr, &status); in DemangleName() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp297 StringRef DemangledName = Name; in findModuleForSymbol() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp291 StringRef DemangledName = Name; in findModuleForSymbol() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp691 char *DemangledName = microsoftDemangle( in DemangleName() local
/aosp_15_r20/system/extras/simpleperf/
H A Ddso.cpp276 const char* Symbol::DemangledName() const { in DemangledName() function in simpleperf::Symbol