Searched refs:getNameWithPrefix (Results 1 - 25 of 35) sorted by relevance

12

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DMangler.h36 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-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DMangler.cpp38 assert(!Name.empty() && "getNameWithPrefix requires non-empty name");
69 void Mangler::getNameWithPrefix(raw_ostream &OS, const Twine &GVName, function in class:Mangler
74 void Mangler::getNameWithPrefix(SmallVectorImpl<char> &OutName, function in class:Mangler
114 void Mangler::getNameWithPrefix(raw_ostream &OS, const GlobalValue *GV, function in class:Mangler
180 void Mangler::getNameWithPrefix(SmallVectorImpl<char> &OutName, function in class:Mangler
184 getNameWithPrefix(OS, GV, CannotUsePrivateLabel);
222 Mangler.getNameWithPrefix(FlagOS, GV, false);
229 Mangler.getNameWithPrefix(OS, GV, false);
251 M.getNameWithPrefix(OS, GV, false);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64TargetObjectFile.h49 void getNameWithPrefix(SmallVectorImpl<char> &OutName, const GlobalValue *GV,
H A DAArch64TargetObjectFile.cpp75 void AArch64_MachoTargetObjectFile::getNameWithPrefix( function in class:AArch64_MachoTargetObjectFile
80 getMangler().getNameWithPrefix(OutName, GV, /* CannotUsePrivateLabel */ true);
H A DAArch64MCInstLower.cpp56 Printer.TM.getNameWithPrefix(Name, GV,
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/
H A DTargetMachine.cpp206 void TargetMachine::getNameWithPrefix(SmallVectorImpl<char> &Name, function in class:TargetMachine
212 Mang.getNameWithPrefix(Name, GV, false);
216 TLOF->getNameWithPrefix(Name, GV, *this);
226 getNameWithPrefix(NameStr, GV, TLOF->getMangler());
H A DTargetLoweringObjectFile.cpp135 TM.getNameWithPrefix(NameStr, GV, *Mang);
433 void TargetLoweringObjectFile::getNameWithPrefix( function in class:TargetLoweringObjectFile
436 Mang->getNameWithPrefix(OutName, GV, /*CannotUsePrivateLabel=*/false);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kMCInstLower.cpp58 AsmPrinter.getNameWithPrefix(Name, GV);
60 Mangler::getNameWithPrefix(Name, MO.getSymbolName(), DL);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DWasmException.cpp27 Mangler::getNameWithPrefix(NameStr, "__cpp_exception", Asm->getDataLayout());
H A DOcamlGCPrinter.cpp65 Mangler::getNameWithPrefix(TmpStr, SymName, M.getDataLayout());
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUOpenCLEnqueuedBlockLowering.cpp109 Mangler::getNameWithPrefix(Name, "__amdgpu_enqueued_kernel",
H A DAMDGPUMCInstLower.cpp149 AP.getNameWithPrefix(SymbolName, GV);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/LTO/
H A DUpdateCompilerUsed.cpp115 TM.getNameWithPrefix(Buffer, &GV, Mangler);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCMCInstLower.cpp42 Mangler::getNameWithPrefix(Name, MO.getSymbolName(), DL);
45 TM.getNameWithPrefix(Name, GV, Mang);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp636 TM.getNameWithPrefix(Name, GO, Mang, /*MayAlwaysUsePrivate*/true);
1474 void TargetLoweringObjectFileMachO::getNameWithPrefix( function in class:TargetLoweringObjectFileMachO
1484 getMangler().getNameWithPrefix(OutName, GV, CannotUsePrivateLabel);
1656 getMangler().getNameWithPrefix(TmpData, GO, /*CannotUsePrivateLabel=*/true);
1680 void TargetLoweringObjectFileCOFF::getNameWithPrefix( function in class:TargetLoweringObjectFileCOFF
1689 getMangler().getNameWithPrefix(OutName, GV, CannotUsePrivateLabel);
2072 TM.getNameWithPrefix(Name, GO, Mang, true);
2253 getNameWithPrefix(Name, GO, TM);
2272 getNameWithPrefix(Name, GO, TM);
2284 getNameWithPrefix(Nam
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DMangling.cpp28 Mangler::getNameWithPrefix(MangledNameStream, Name, DL);
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DMangle.cpp420 llvm::Mangler::getNameWithPrefix(OS, FrontendBufOS.str(), DL);
458 llvm::Mangler::getNameWithPrefix(Mangled, Prefix + ClassName, DL);
560 llvm::Mangler::getNameWithPrefix(BOS, FOS.str(), DL);
574 llvm::Mangler::getNameWithPrefix(BOS, FOS.str(), DL);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetLoweringObjectFileImpl.h153 void getNameWithPrefix(SmallVectorImpl<char> &OutName, const GlobalValue *GV,
171 void getNameWithPrefix(SmallVectorImpl<char> &OutName, const GlobalValue *GV,
H A DAsmPrinter.h274 void getNameWithPrefix(SmallVectorImpl<char> &Name,
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Object/
H A DRecordStreamer.cpp149 Mang.getNameWithPrefix(MangledName, &GV, /*CannotUsePrivateLabel=*/false);
H A DModuleSymbolTable.cpp188 Mang.getNameWithPrefix(OS, GV, false);
H A DIRSymtab.cpp195 Mang.getNameWithPrefix(OS, GV, false);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetLoweringObjectFile.h126 virtual void getNameWithPrefix(SmallVectorImpl<char> &OutName,
H A DTargetMachine.h371 void getNameWithPrefix(SmallVectorImpl<char> &Name, const GlobalValue *GV,
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp327 Mangler::getNameWithPrefix(MangledNameStream, Name, getDataLayout());
418 TM->getNameWithPrefix(Name, F, Mang);

Completed in 327 milliseconds

12