| /netbsd-src/external/apache2/llvm/dist/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 114 void Mangler::getNameWithPrefix(raw_ostream &OS, const GlobalValue *GV, in getNameWithPrefix() function in Mangler 180 void Mangler::getNameWithPrefix(SmallVectorImpl<char> &OutName, in getNameWithPrefix() function in Mangler 184 getNameWithPrefix(OS, GV, CannotUsePrivateLabel); in getNameWithPrefix() 222 Mangler.getNameWithPrefix(FlagOS, GV, false); in emitLinkerFlagsForGlobalCOFF() 229 Mangler.getNameWithPrefix(OS, GV, false); in emitLinkerFlagsForGlobalCOFF() 251 M.getNameWithPrefix(OS, GV, false); in emitLinkerFlagsForUsedCOFF()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | Mangler.h | 36 void getNameWithPrefix(raw_ostream &OS, const GlobalValue *GV, 38 void getNameWithPrefix(SmallVectorImpl<char> &OutName, const GlobalValue *GV, 43 static void getNameWithPrefix(raw_ostream &OS, const Twine &GVName, 45 static void getNameWithPrefix(SmallVectorImpl<char> &OutName,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ |
| H A D | TargetMachine.cpp | 206 void TargetMachine::getNameWithPrefix(SmallVectorImpl<char> &Name, in getNameWithPrefix() function in TargetMachine 212 Mang.getNameWithPrefix(Name, GV, false); in getNameWithPrefix() 216 TLOF->getNameWithPrefix(Name, GV, *this); in getNameWithPrefix() 226 getNameWithPrefix(NameStr, GV, TLOF->getMangler()); in getSymbol()
|
| H A D | TargetLoweringObjectFile.cpp | 135 TM.getNameWithPrefix(NameStr, GV, *Mang); in getSymbolWithGlobalValueBase() 433 void TargetLoweringObjectFile::getNameWithPrefix( in getNameWithPrefix() function in TargetLoweringObjectFile 436 Mang->getNameWithPrefix(OutName, GV, /*CannotUsePrivateLabel=*/false); in getNameWithPrefix()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetObjectFile.cpp | 75 void AArch64_MachoTargetObjectFile::getNameWithPrefix( in getNameWithPrefix() function in AArch64_MachoTargetObjectFile 80 getMangler().getNameWithPrefix(OutName, GV, /* CannotUsePrivateLabel */ true); in getNameWithPrefix()
|
| H A D | AArch64TargetObjectFile.h | 49 void getNameWithPrefix(SmallVectorImpl<char> &OutName, const GlobalValue *GV,
|
| H A D | AArch64MCInstLower.cpp | 56 Printer.TM.getNameWithPrefix(Name, GV, in GetGlobalAddressSymbol()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 636 TM.getNameWithPrefix(Name, GO, Mang, /*MayAlwaysUsePrivate*/true); in getELFSectionNameForGlobal() 1474 void TargetLoweringObjectFileMachO::getNameWithPrefix( in getNameWithPrefix() function in TargetLoweringObjectFileMachO 1484 getMangler().getNameWithPrefix(OutName, GV, CannotUsePrivateLabel); in getNameWithPrefix() 1656 getMangler().getNameWithPrefix(TmpData, GO, /*CannotUsePrivateLabel=*/true); in SelectSectionForGlobal() 1680 void TargetLoweringObjectFileCOFF::getNameWithPrefix( in getNameWithPrefix() function in TargetLoweringObjectFileCOFF 1689 getMangler().getNameWithPrefix(OutName, GV, CannotUsePrivateLabel); in getNameWithPrefix() 2072 TM.getNameWithPrefix(Name, GO, Mang, true); in selectWasmSectionForGlobal() 2253 getNameWithPrefix(Name, GO, TM); in getSectionForExternalReference() 2272 getNameWithPrefix(Name, GO, TM); in SelectSectionForGlobal() 2284 getNameWithPrefix(Name, GO, TM); in SelectSectionForGlobal() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/ |
| H A D | M68kMCInstLower.cpp | 58 AsmPrinter.getNameWithPrefix(Name, GV); in GetSymbolFromOperand() 60 Mangler::getNameWithPrefix(Name, MO.getSymbolName(), DL); in GetSymbolFromOperand()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | Mangle.cpp | 420 llvm::Mangler::getNameWithPrefix(OS, FrontendBufOS.str(), DL); in writeName() 458 llvm::Mangler::getNameWithPrefix(Mangled, Prefix + ClassName, DL); in getAllManglings() 560 llvm::Mangler::getNameWithPrefix(BOS, FOS.str(), DL); in getMangledStructor() 574 llvm::Mangler::getNameWithPrefix(BOS, FOS.str(), DL); in getMangledThunk()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
| H A D | PPCMCInstLower.cpp | 42 Mangler::getNameWithPrefix(Name, MO.getSymbolName(), DL); in GetSymbolFromOperand() 45 TM.getNameWithPrefix(Name, GV, Mang); in GetSymbolFromOperand()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.h | 153 void getNameWithPrefix(SmallVectorImpl<char> &OutName, const GlobalValue *GV, 171 void getNameWithPrefix(SmallVectorImpl<char> &OutName, const GlobalValue *GV,
|
| H A D | AsmPrinter.h | 274 void getNameWithPrefix(SmallVectorImpl<char> &Name,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | WasmException.cpp | 27 Mangler::getNameWithPrefix(NameStr, "__cpp_exception", Asm->getDataLayout()); in endModule()
|
| H A D | OcamlGCPrinter.cpp | 65 Mangler::getNameWithPrefix(TmpStr, SymName, M.getDataLayout()); in EmitCamlGlobal()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUOpenCLEnqueuedBlockLowering.cpp | 109 Mangler::getNameWithPrefix(Name, "__amdgpu_enqueued_kernel", in runOnModule()
|
| H A D | AMDGPUMCInstLower.cpp | 149 AP.getNameWithPrefix(SymbolName, GV); in lowerOperand()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/ |
| H A D | UpdateCompilerUsed.cpp | 115 TM.getNameWithPrefix(Buffer, &GV, Mangler); in findLibCallsAndAsm()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/ |
| H A D | Mangling.cpp | 28 Mangler::getNameWithPrefix(MangledNameStream, Name, DL); in operator ()()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/ |
| H A D | TargetLoweringObjectFile.h | 126 virtual void getNameWithPrefix(SmallVectorImpl<char> &OutName,
|
| H A D | TargetMachine.h | 371 void getNameWithPrefix(SmallVectorImpl<char> &Name, const GlobalValue *GV,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/ |
| H A D | RecordStreamer.cpp | 149 Mang.getNameWithPrefix(MangledName, &GV, /*CannotUsePrivateLabel=*/false); in flushSymverDirectives()
|
| H A D | ModuleSymbolTable.cpp | 188 Mang.getNameWithPrefix(OS, GV, false); in printSymbolName()
|
| H A D | IRSymtab.cpp | 195 Mang.getNameWithPrefix(OS, GV, false); in getComdatIndex()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/MCJIT/ |
| H A D | MCJIT.cpp | 327 Mangler::getNameWithPrefix(MangledNameStream, Name, getDataLayout()); in getSymbolAddress() 418 TM->getNameWithPrefix(Name, F, Mang); in getPointerToFunction()
|