Home
last modified time | relevance | path

Searched defs:MangledName (Results 1 – 25 of 47) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp69 static bool isMemberPointer(std::string_view MangledName, bool &Error) { in isMemberPointer()
135 consumeSpecialIntrinsicKind(std::string_view &MangledName) { in consumeSpecialIntrinsicKind()
246 demangleFunctionRefQualifier(std::string_view &MangledName) { in demangleFunctionRefQualifier()
255 demanglePointerCVQualifiers(std::string_view &MangledName) { in demanglePointerCVQualifiers()
290 Demangler::demangleSpecialTableSymbolNode(std::string_view &MangledName, in demangleSpecialTableSymbolNode()
331 Demangler::demangleLocalStaticGuard(std::string_view &MangledName, in demangleLocalStaticGuard()
389 std::string_view &MangledName, in demangleUntypedVariable()
404 std::string_view &MangledName) { in demangleRttiBaseClassDescriptorNode()
421 Demangler::demangleInitFiniStub(std::string_view &MangledName, in demangleInitFiniStub()
470 SymbolNode *Demangler::demangleSpecialIntrinsic(std::string_view &MangledName) { in demangleSpecialIntrinsic()
[all …]
H A DDemangle.cpp20 std::string llvm::demangle(std::string_view MangledName) { in demangle() argument
48 nonMicrosoftDemangle(std::string_view MangledName,std::string & Result) nonMicrosoftDemangle() argument
[all...]
H A DDLangDemangle.cpp565 char *llvm::dlangDemangle(std::string_view MangledName) { in dlangDemangle()
H A DItaniumDemangle.cpp369 char *llvm::itaniumDemangle(std::string_view MangledName, bool ParseParams) { in itaniumDemangle() argument
407 bool ItaniumPartialDemangler::partialDemangle(const char *MangledName) { in partialDemangle() argument
[all...]
H A DRustDemangle.cpp151 char *llvm::rustDemangle(std::string_view MangledName) { in rustDemangle()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMangling.cpp23 std::string MangledName; in operator ()() local
76 auto MangledName = Mangle(G->getName()); in add() local
H A DLayer.cpp78 auto MangledName = Mangle(G.getName()); in IRMaterializationUnit() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DVFABIDemangling.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVUtils.cpp292 static bool isPipeOrAddressSpaceCastBI(const StringRef MangledName) { in isPipeOrAddressSpaceCastBI()
316 static bool isEnqueueKernelBI(const StringRef MangledName) { in isEnqueueKernelBI()
323 static bool isKernelQueryBI(const StringRef MangledName) { in isKernelQueryBI()
H A DSPIRVRegularizer.cpp173 auto MangledName = F->getName(); in visitCallInst() local
186 void SPIRVRegularizer::visitCallScalToVec(CallInst *CI, StringRef MangledName, in visitCallScalToVec() argument
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangCommentCommandInfoEmitter.cpp127 std::string MangledName = MangleName(Tag.getValueAsString("Name")); in EmitClangCommentCommandList() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInjectTLIMappings.cpp97 std::string MangledName = VD->getVectorFunctionABIVariantString(); in addMappingsFromTLI() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp515 StringRef MangledName = I.first; in applyReplacements() local
676 StringRef MangledName = getMangledName(GD); in checkAliases() local
736 StringRef MangledName = getMangledName(GD); in checkAliases() local
1414 StringRef MangledName = getMangledName(GlobalDecl(I.first)); in Release() local
2001 std::string MangledName = getMangledNameImpl(*this, GD, ND); in getMangledName() local
3796 StringRef MangledName = getMangledName(GD); in EmitGlobal() local
3807 StringRef MangledName = getMangledName(GD); in EmitGlobal() local
3878 StringRef MangledName = getMangledName(GD); in EmitGlobal() local
4207 StringRef MangledName = getMangledName(CurGD); in emitMultiVersionFunctions() local
4278 std::string MangledName = getMangledNameImpl( in emitMultiVersionFunctions() local
[all …]
H A DCGCXX.cpp132 StringRef MangledName = getMangledName(AliasDecl); in TryEmitBaseDestructorAsAlias() local
H A DCodeGenTypes.cpp584 #define WASM_REF_TYPE(Name, MangledName, Id, SingletonId, AS) \ in ConvertType() argument
592 #define AMDGPU_OPAQUE_PTR_TYPE(Name, MangledName, AS, Width, Align, Id, \ in ConvertType() argument
H A DMicrosoftCXXABI.cpp362 StringRef MangledName = OutName.str(); in getAddrOfVirtualDisplacementMap() local
3594 StringRef MangledName("??_7type_info@@6B@"); in getTypeInfoVTable() local
3747 SmallString<256> MangledName; in getClassHierarchyDescriptor() local
3803 SmallString<256> MangledName; in getBaseClassArray() local
3846 SmallString<256> MangledName; in getBaseClassDescriptor() local
3884 SmallString<256> MangledName; in getCompleteObjectLocator() local
3994 SmallString<256> MangledName; in getAddrOfRTTIDescriptor() local
4200 SmallString<256> MangledName; in getCatchableType() local
4371 SmallString<256> MangledName; in getCatchableTypeArray() local
4401 SmallString<256> MangledName; in getThrowInfo() local
H A DModuleBuilder.cpp113 const Decl *GetDeclForMangledName(StringRef MangledName) { in GetDeclForMangledName()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MCInstLower.cpp73 if (std::optional<std::string> MangledName = in GetGlobalValueSymbol() local
H A DAArch64Arm64ECCallLowering.cpp618 auto MangledName = getArm64ECMangledFunctionName(F->getName().str()); in buildGuestExitThunk() local
816 if (std::optional<std::string> MangledName = in runOnModule() local
918 if (std::optional<std::string> MangledName = in processFunction() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DReplaceWithVeclib.cpp152 const std::string MangledName = VD->getVectorFunctionABIVariantString(); in replaceWithCallToVeclib() local
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DRecordStreamer.cpp143 MangledName.reserve(GV.getName().size() + 1); in flushSymverDirectives() local
H A DCOFFImportFile.cpp751 if (std::optional<std::string> MangledName = in writeImportLibrary() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DVectorUtils.h54 for (const auto &MangledName : ListOfStrings) { in getVFABIMappings() local
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp472 SmallString<64> MangledName; in applyScopeRestrictions() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp324 std::string MangledName; in getSymbolAddress() local

12