| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | Mangler.cpp | 69 void Mangler::getNameWithPrefix(raw_ostream &OS, const Twine &GVName, in getNameWithPrefix() function in Mangler 74 void Mangler::getNameWithPrefix(SmallVectorImpl<char> &OutName, in getNameWithPrefix() function in Mangler 112 void Mangler::getNameWithPrefix(raw_ostream &OS, const GlobalValue *GV, in getNameWithPrefix() function in Mangler 178 void Mangler::getNameWithPrefix(SmallVectorImpl<char> &OutName, in getNameWithPrefix() function in Mangler 182 getNameWithPrefix(OS, GV, CannotUsePrivateLabel); in getNameWithPrefix() 198 Mangler.getNameWithPrefix(FlagOS, GV, false); in emitLinkerFlagsForGlobalCOFF() 205 Mangler.getNameWithPrefix(OS, GV, false); in emitLinkerFlagsForGlobalCOFF() 222 M.getNameWithPrefix(OS, GV, false); in emitLinkerFlagsForUsedCOFF()
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | Mangler.h | 37 void getNameWithPrefix(raw_ostream &OS, const GlobalValue *GV, 39 void getNameWithPrefix(SmallVectorImpl<char> &OutName, const GlobalValue *GV, 44 static void getNameWithPrefix(raw_ostream &OS, const Twine &GVName, 46 static void getNameWithPrefix(SmallVectorImpl<char> &OutName,
|
| /freebsd-12.1/contrib/llvm/lib/Target/ |
| H A D | TargetMachine.cpp | 247 void TargetMachine::getNameWithPrefix(SmallVectorImpl<char> &Name, in getNameWithPrefix() function in TargetMachine 253 Mang.getNameWithPrefix(Name, GV, false); in getNameWithPrefix() 257 TLOF->getNameWithPrefix(Name, GV, *this); in getNameWithPrefix() 263 getNameWithPrefix(NameStr, GV, TLOF->getMangler()); in getSymbol()
|
| H A D | TargetLoweringObjectFile.cpp | 122 TM.getNameWithPrefix(NameStr, GV, *Mang); in getSymbolWithGlobalValueBase() 342 void TargetLoweringObjectFile::getNameWithPrefix( in getNameWithPrefix() function in TargetLoweringObjectFile 345 Mang->getNameWithPrefix(OutName, GV, /*CannotUsePrivateLabel=*/false); in getNameWithPrefix()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Index/ |
| H A D | CodegenNameGenerator.cpp | 58 llvm::Mangler::getNameWithPrefix(OS, FrontendBufOS.str(), DL); in writeName() 89 llvm::Mangler::getNameWithPrefix(Mangled, Prefix + ClassName, DL); in getAllManglings() 191 llvm::Mangler::getNameWithPrefix(BOS, FOS.str(), DL); in getMangledStructor() 205 llvm::Mangler::getNameWithPrefix(BOS, FOS.str(), DL); in getMangledThunk()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetObjectFile.cpp | 77 void AArch64_MachoTargetObjectFile::getNameWithPrefix( in getNameWithPrefix() function in AArch64_MachoTargetObjectFile 82 getMangler().getNameWithPrefix(OutName, GV, /* CannotUsePrivateLabel */ true); in getNameWithPrefix()
|
| H A D | AArch64TargetObjectFile.h | 44 void getNameWithPrefix(SmallVectorImpl<char> &OutName, const GlobalValue *GV,
|
| H A D | AArch64MCInstLower.cpp | 57 Printer.TM.getNameWithPrefix(Name, GV, in GetGlobalAddressSymbol()
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.h | 135 void getNameWithPrefix(SmallVectorImpl<char> &OutName, const GlobalValue *GV, 152 void getNameWithPrefix(SmallVectorImpl<char> &OutName, const GlobalValue *GV,
|
| H A D | AsmPrinter.h | 233 void getNameWithPrefix(SmallVectorImpl<char> &Name,
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A D | PPCMCInstLower.cpp | 54 Mangler::getNameWithPrefix(Name, MO.getSymbolName(), DL); in GetSymbolFromOperand() 57 TM.getNameWithPrefix(Name, GV, Mang); in GetSymbolFromOperand()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | WasmException.cpp | 28 Mangler::getNameWithPrefix(NameStr, "__cpp_exception", Asm->getDataLayout()); in endModule()
|
| H A D | OcamlGCPrinter.cpp | 66 Mangler::getNameWithPrefix(TmpStr, SymName, M.getDataLayout()); in EmitCamlGlobal()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUOpenCLEnqueuedBlockLowering.cpp | 114 Mangler::getNameWithPrefix(Name, "__amdgpu_enqueued_kernel", in runOnModule()
|
| H A D | AMDGPUMCInstLower.cpp | 143 AP.getNameWithPrefix(SymbolName, GV); in lowerOperand()
|
| /freebsd-12.1/contrib/llvm/lib/LTO/ |
| H A D | UpdateCompilerUsed.cpp | 115 TM.getNameWithPrefix(Buffer, &GV, Mangler); in findLibCallsAndAsm()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 645 TM.getNameWithPrefix(Name, GO, Mang, true /*MayAlwaysUsePrivate*/); in selectELFSectionForGlobal() 1179 void TargetLoweringObjectFileMachO::getNameWithPrefix( in getNameWithPrefix() function in TargetLoweringObjectFileMachO 1189 getMangler().getNameWithPrefix(OutName, GV, CannotUsePrivateLabel); in getNameWithPrefix() 1357 getMangler().getNameWithPrefix(TmpData, GO, /*CannotUsePrivateLabel=*/true); in SelectSectionForGlobal() 1381 void TargetLoweringObjectFileCOFF::getNameWithPrefix( in getNameWithPrefix() function in TargetLoweringObjectFileCOFF 1390 getMangler().getNameWithPrefix(OutName, GV, CannotUsePrivateLabel); in getNameWithPrefix() 1720 TM.getNameWithPrefix(Name, GO, Mang, true); in selectWasmSectionForGlobal()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Target/ |
| H A D | TargetLoweringObjectFile.h | 109 virtual void getNameWithPrefix(SmallVectorImpl<char> &OutName,
|
| H A D | TargetMachine.h | 287 void getNameWithPrefix(SmallVectorImpl<char> &Name, const GlobalValue *GV,
|
| /freebsd-12.1/contrib/llvm/lib/Object/ |
| H A D | RecordStreamer.cpp | 149 Mang.getNameWithPrefix(MangledName, &GV, /*CannotUsePrivateLabel=*/false); in flushSymverDirectives()
|
| H A D | ModuleSymbolTable.cpp | 182 Mang.getNameWithPrefix(OS, GV, false); in printSymbolName()
|
| H A D | IRSymtab.cpp | 167 Mang.getNameWithPrefix(OS, GV, false); in getComdatIndex()
|
| /freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | LazyEmittingLayer.h | 155 Mang.getNameWithPrefix(MangledNameStream, &GV, false); in addGlobalValue()
|
| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/MCJIT/ |
| H A D | MCJIT.cpp | 322 Mangler::getNameWithPrefix(MangledNameStream, Name, getDataLayout()); in getSymbolAddress() 413 TM->getNameWithPrefix(Name, F, Mang); in getPointerToFunction()
|
| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/ |
| H A D | LLJIT.cpp | 124 Mangler::getNameWithPrefix(MangledNameStream, UnmangledName, DL); in mangle()
|