Home
last modified time | relevance | path

Searched refs:StringMap (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/
Dnamemangler.cpp40 using StringMap = std::map<const std::string, const std::string>; typedef
42 const StringMap kInternalMangleTable = {
46 const StringMap kOriginalMangleTable = {
65 static std::string CompressName(std::string &name, const StringMap &mapping = kInternalMangleTable) in CompressName()
75 static std::string DecompressName(std::string &name, const StringMap &mapping = kInternalMangleTabl… in DecompressName()
/arkcompiler/runtime_core/static_core/libllvmbackend/
Dllvm_ark_interface.h131 llvm::StringMap<llvm::FunctionType *> runtimeFunctionTypes_;