Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp69 bool Demangler::isMemberPointer(std::string_view MangledName, bool &Error) { in isMemberPointer()
136 consumeSpecialIntrinsicKind(std::string_view &MangledName) { in consumeSpecialIntrinsicKind()
247 demangleFunctionRefQualifier(std::string_view &MangledName) { in demangleFunctionRefQualifier()
256 demanglePointerCVQualifiers(std::string_view &MangledName) { in demanglePointerCVQualifiers()
291 Demangler::demangleSpecialTableSymbolNode(std::string_view &MangledName, in demangleSpecialTableSymbolNode()
332 Demangler::demangleLocalStaticGuard(std::string_view &MangledName, in demangleLocalStaticGuard()
390 std::string_view &MangledName, in demangleUntypedVariable()
405 std::string_view &MangledName) { in demangleRttiBaseClassDescriptorNode()
422 Demangler::demangleInitFiniStub(std::string_view &MangledName, in demangleInitFiniStub()
471 SymbolNode *Demangler::demangleSpecialIntrinsic(std::string_view &MangledName) { in demangleSpecialIntrinsic()
[all …]
H A DDemangle.cpp20 std::string llvm::demangle(std::string_view MangledName) { in demangle()
50 bool llvm::nonMicrosoftDemangle(std::string_view MangledName, in nonMicrosoftDemangle()
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()
407 bool ItaniumPartialDemangler::partialDemangle(const char *MangledName) { in partialDemangle()
/freebsd/contrib/llvm-project/lldb/tools/lldb-rpc/lldb-rpc-gen/server/
H A DRPCServerHeaderEmitter.cpp26 const std::string &MangledName = method.MangledName; in EmitMethod() local
45 void RPCServerHeaderEmitter::EmitConstructor(const std::string &MangledName) { in EmitConstructor()
50 void RPCServerHeaderEmitter::EmitDestructor(const std::string &MangledName) { in EmitDestructor()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMangling.cpp22 std::string MangledName; in operator ()() local
75 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/IR/
H A DVFABIDemangler.cpp36 static ParseRet tryParseISA(StringRef &MangledName, VFISAKind &ISA) { in tryParseISA()
61 static ParseRet tryParseMask(StringRef &MangledName, bool &IsMasked) { in tryParseMask()
379 std::optional<VFInfo> VFABI::tryDemangleForVFABI(StringRef MangledName, in tryDemangleForVFABI()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Arm64ECCallLowering.cpp611 auto MangledName = getArm64ECMangledFunctionName(F->getName().str()); in buildGuestExitThunk() local
792 if (std::optional<std::string> MangledName = in runOnModule() local
809 if (std::optional<std::string> MangledName = in runOnModule() local
823 if (std::optional<std::string> MangledName = in runOnModule() local
928 if (std::optional<std::string> MangledName = in processFunction() local
H A DAArch64MCInstLower.cpp74 if (std::optional<std::string> MangledName = in GetGlobalValueSymbol() local
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangCommentCommandInfoEmitter.cpp126 std::string MangledName = MangleName(Tag->getValueAsString("Name")); in EmitClangCommentCommandList() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVRegularizer.cpp167 auto MangledName = F->getName(); in visitCallInst() local
180 void SPIRVRegularizer::visitCallScalToVec(CallInst *CI, StringRef MangledName, in visitCallScalToVec()
H A DSPIRVUtils.cpp387 static bool isPipeOrAddressSpaceCastBI(const StringRef MangledName) { in isPipeOrAddressSpaceCastBI()
411 static bool isEnqueueKernelBI(const StringRef MangledName) { in isEnqueueKernelBI()
418 static bool isKernelQueryBI(const StringRef MangledName) { in isKernelQueryBI()
/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.cpp622 StringRef MangledName = I.first; in applyReplacements() local
784 StringRef MangledName = getMangledName(GD); in checkAliases() local
844 StringRef MangledName = getMangledName(GD); in checkAliases() local
1571 StringRef MangledName = getMangledName(GlobalDecl(I.first)); in Release() local
2173 std::string MangledName = getMangledNameImpl(*this, GD, ND); in getMangledName() local
4056 StringRef MangledName = getMangledName(GD); in EmitGlobal() local
4067 StringRef MangledName = getMangledName(GD); in EmitGlobal() local
4138 StringRef MangledName = getMangledName(GD); in EmitGlobal() local
4453 StringRef MangledName = getMangledName(CurGD); in emitMultiVersionFunctions() local
4522 std::string MangledName = getMangledNameImpl( in emitMultiVersionFunctions() local
[all …]
H A DCodeGenTypes.cpp511 #define SVE_VECTOR_TYPE(Name, MangledName, Id, SingletonId) \ in ConvertType() argument
513 #define SVE_PREDICATE_TYPE(Name, MangledName, Id, SingletonId) \ in ConvertType() argument
568 #define WASM_REF_TYPE(Name, MangledName, Id, SingletonId, AS) \ in ConvertType() argument
H A DCGCXX.cpp130 StringRef MangledName = getMangledName(AliasDecl); in TryEmitBaseDestructorAsAlias() local
H A DMicrosoftCXXABI.cpp364 StringRef MangledName = OutName.str(); in getAddrOfVirtualDisplacementMap() local
3587 StringRef MangledName("??_7type_info@@6B@"); in getTypeInfoVTable() local
3740 SmallString<256> MangledName; in getClassHierarchyDescriptor() local
3796 SmallString<256> MangledName; in getBaseClassArray() local
3838 SmallString<256> MangledName; in getBaseClassDescriptor() local
3876 SmallString<256> MangledName; in getCompleteObjectLocator() local
3987 SmallString<256> MangledName; in getAddrOfRTTIDescriptor() local
4193 SmallString<256> MangledName; in getCatchableType() local
4363 SmallString<256> MangledName; in getCatchableTypeArray() local
4393 SmallString<256> MangledName; in getThrowInfo() local
H A DModuleBuilder.cpp113 const Decl *GetDeclForMangledName(StringRef MangledName) { in GetDeclForMangledName()
/freebsd/contrib/llvm-project/lldb/tools/lldb-rpc/lldb-rpc-gen/
H A Dlldb-rpc-gen.cpp101 const std::string MangledName = in VisitCXXRecordDecl() local
347 for (const auto &MangledName : MangledMethodNames) { in EmitMethodNamesFile() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DReplaceWithVeclib.cpp167 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.cpp753 if (std::optional<std::string> MangledName = in writeImportLibrary() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DVectorUtils.h56 for (const auto &MangledName : ListOfStrings) { in getVFABIMappings() local

123