/freebsd/contrib/llvm-project/llvm/lib/Target/ |
H A D | TargetLoweringObjectFile.cpp | 43 delete Mang; in Initialize() 44 Mang = new Mangler(); in Initialize() 56 delete Mang; in ~TargetLoweringObjectFile() 133 TM.getNameWithPrefix(NameStr, GV, *Mang); in getSymbolWithGlobalValueBase() 436 Mang->getNameWithPrefix(OutName, GV, /*CannotUsePrivateLabel=*/false); in getNameWithPrefix()
|
H A D | TargetMachine.cpp | 276 const GlobalValue *GV, Mangler &Mang, in getNameWithPrefix() argument 281 Mang.getNameWithPrefix(Name, GV, false); in getNameWithPrefix()
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | RecordStreamer.cpp | 137 Mangler Mang; in flushSymverDirectives() 144 Mang.getNameWithPrefix(MangledName, &GV, /*CannotUsePrivateLabel=*/false); in flushSymverDirectives() 142 Mangler Mang; flushSymverDirectives() local
|
H A D | IRSymtab.cpp | 88 Mangler Mang; member 202 Mang.getNameWithPrefix(OS, GV, false); in getComdatIndex() 324 emitLinkerFlagsForGlobalCOFF(COFFLinkerOptsOS, GV, TT, Mang); in addSymbol()
|
H A D | ModuleSymbolTable.cpp | 213 Mang.getNameWithPrefix(OS, GV, false); in printSymbolName()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | TargetLoweringObjectFile.h | 47 Mangler *Mang = nullptr; variable 77 Mangler &getMangler() const { return *Mang; } in getMangler()
|
H A D | TargetMachine.h | 411 Mangler &Mang, bool MayAlwaysUsePrivate = false) const;
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | ModuleSymbolTable.h | 43 Mangler Mang; variable
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetLoweringObjectFileImpl.cpp | 637 Mangler &Mang, const TargetMachine &TM, in getELFSectionNameForGlobal() argument 667 TM.getNameWithPrefix(Name, GO, Mang, /*MayAlwaysUsePrivate*/true); in getELFSectionNameForGlobal() 692 MCContext &Ctx, Mangler &Mang, unsigned &Flags, in calcUniqueIDUpdateFlagsAndSize() argument 758 getELFSectionNameForGlobal(GO, Kind, Mang, TM, EntrySize, false); in calcUniqueIDUpdateFlagsAndSize() 786 MCContext &Ctx, Mangler &Mang, unsigned &NextUniqueID, in selectExplicitSectionGlobal() argument 816 GO, SectionName, Kind, TM, Ctx, Mang, Flags, EntrySize, NextUniqueID, in selectExplicitSectionGlobal() 856 MCContext &Ctx, const GlobalObject *GO, SectionKind Kind, Mangler &Mang, in selectELFSectionForGlobal() argument 877 GO, Kind, Mang, TM, EntrySize, UniqueSectionName); in selectELFSectionForGlobal() 888 MCContext &Ctx, const GlobalObject *GO, SectionKind Kind, Mangler &Mang, in selectELFSectionForGlobal() argument 908 Ctx, GO, Kind, Mang, TM, EmitUniqueSection, Flags, in selectELFSectionForGlobal() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/LTO/ |
H A D | LTOCodeGenerator.cpp | 471 Mangler Mang; in applyScopeRestrictions() local 483 Mang.getNameWithPrefix(MangledName, &GV, /*CannotUsePrivateLabel=*/false); in applyScopeRestrictions()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/ |
H A D | MCJIT.cpp | 416 Mangler Mang; in getPointerToFunction() local 418 TM->getNameWithPrefix(Name, F, Mang); in getPointerToFunction()
|