Home
last modified time | relevance | path

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

12

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Demangle/
DMicrosoftDemangle.cpp42 static bool isMemberPointer(StringView MangledName, bool &Error) { in isMemberPointer()
106 consumeSpecialIntrinsicKind(StringView &MangledName) { in consumeSpecialIntrinsicKind()
216 demangleFunctionRefQualifier(StringView &MangledName) { in demangleFunctionRefQualifier()
225 demanglePointerCVQualifiers(StringView &MangledName) { in demanglePointerCVQualifiers()
255 Demangler::demangleSpecialTableSymbolNode(StringView &MangledName, in demangleSpecialTableSymbolNode()
295 Demangler::demangleLocalStaticGuard(StringView &MangledName, bool IsThread) { in demangleLocalStaticGuard()
351 ArenaAllocator &Arena, StringView &MangledName, StringView VariableName) { in demangleUntypedVariable()
365 StringView &MangledName) { in demangleRttiBaseClassDescriptorNode()
381 FunctionSymbolNode *Demangler::demangleInitFiniStub(StringView &MangledName, in demangleInitFiniStub()
430 SymbolNode *Demangler::demangleSpecialIntrinsic(StringView &MangledName) { in demangleSpecialIntrinsic()
[all …]
DDemangle.cpp16 static bool isItaniumEncoding(const std::string &MangledName) { in isItaniumEncoding()
22 static bool isRustEncoding(const std::string &MangledName) { in isRustEncoding()
27 std::string llvm::demangle(const std::string &MangledName) { in demangle()
DItaniumDemangle.cpp326 char *llvm::itaniumDemangle(const char *MangledName, char *Buf, in itaniumDemangle()
379 bool ItaniumPartialDemangler::partialDemangle(const char *MangledName) { in partialDemangle()
DRustDemangle.cpp149 char *llvm::rustDemangle(const char *MangledName, char *Buf, size_t *N, in rustDemangle()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
DMangling.cpp26 std::string MangledName; in operator ()() local
79 auto MangledName = Mangle(G->getName()); in add() local
DLayer.cpp79 auto MangledName = Mangle(G.getName()); in IRMaterializationUnit() local
DLLJIT.cpp780 std::string MangledName; in mangle() local
DMachOPlatform.cpp490 auto MangledName = ("_" + SymbolName).str(); in rt_lookupSymbol() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DVFABIDemangling.cpp27 ParseRet tryParseISA(StringRef &MangledName, VFISAKind &ISA) { in tryParseISA()
52 ParseRet tryParseMask(StringRef &MangledName, bool &IsMasked) { in tryParseMask()
319 Optional<VFInfo> VFABI::tryDemangleForVFABI(StringRef MangledName, in tryDemangleForVFABI()
/freebsd-12-stable/contrib/llvm-project/clang/utils/TableGen/
DClangCommentCommandInfoEmitter.cpp120 std::string MangledName = MangleName(Tag.getValueAsString("Name")); in EmitClangCommentCommandList() local
DRISCVVEmitter.cpp154 std::string MangledName; member in __anon9dadc4d40111::RVVIntrinsic
1080 StringRef MangledName = R->getValueAsString("MangledName"); in createRVVIntrinsics() local
DNeonEmitter.cpp1465 Optional<std::string> MangledName; in emitDagCall() local
1883 Optional<std::string> MangledName) { in getIntrinsic()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DInjectTLIMappings.cpp97 std::string MangledName = VFABI::mangleTLIVectorName( in addMappingsFromTLI() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCodeGenModule.cpp273 StringRef MangledName = I.first(); in applyReplacements() local
350 StringRef MangledName = getMangledName(GD); in checkAliases() local
403 StringRef MangledName = getMangledName(GD); in checkAliases() local
1371 std::string MangledName = getMangledNameImpl(*this, GD, ND); in getMangledName() local
2933 StringRef MangledName = getMangledName(GD); in EmitGlobal() local
2994 StringRef MangledName = getMangledName(GD); in EmitGlobal() local
3265 StringRef MangledName = getMangledName(CurGD); in emitMultiVersionFunctions() local
3363 std::string MangledName = getMangledNameImpl(*this, GD, FD, true) + in emitCPUDispatchDefinition() local
3442 std::string MangledName = in GetOrCreateMultiVersionResolver() local
3495 StringRef MangledName, llvm::Type *Ty, GlobalDecl GD, bool ForVTable, in GetOrCreateLLVMFunction()
[all …]
DCGCXX.cpp127 StringRef MangledName = getMangledName(AliasDecl); in TryEmitBaseDestructorAsAlias() local
DMicrosoftCXXABI.cpp337 StringRef MangledName = OutName.str(); in getAddrOfVirtualDisplacementMap() local
3488 StringRef MangledName("??_7type_info@@6B@"); in getTypeInfoVTable() local
3639 SmallString<256> MangledName; in getClassHierarchyDescriptor() local
3695 SmallString<256> MangledName; in getBaseClassArray() local
3738 SmallString<256> MangledName; in getBaseClassDescriptor() local
3776 SmallString<256> MangledName; in getCompleteObjectLocator() local
3886 SmallString<256> MangledName; in getAddrOfRTTIDescriptor() local
4092 SmallString<256> MangledName; in getCatchableType() local
4265 SmallString<256> MangledName; in getCatchableTypeArray() local
4295 SmallString<256> MangledName; in getThrowInfo() local
DModuleBuilder.cpp110 const Decl *GetDeclForMangledName(StringRef MangledName) { in GetDeclForMangledName()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
DRecordStreamer.cpp143 SmallString<64> MangledName; in flushSymverDirectives() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/LTO/
DLTOCodeGenerator.cpp406 SmallString<64> MangledName; in applyScopeRestrictions() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp324 std::string MangledName; in getSymbolAddress() local
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
DVectorUtils.h232 for (const auto &MangledName : ListOfStrings) { in getVFABIMappings() local
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
DDWARFLinker.h587 DwarfStringPoolEntryRef Name, MangledName, NameWithoutTemplate; member
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-cxxdump/
Dllvm-cxxdump.cpp142 StringRef MangledName; in dumpCXXData() member
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp759 SmallString<32> MangledName; in setCallee() local
961 SmallString<32> MangledName; in lowerCallTo() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPULibFunc.h381 bool parseFuncName(StringRef &MangledName) { in parseFuncName()

12