Home
last modified time | relevance | path

Searched refs:getNameWithPrefix (Results 1 – 25 of 72) sorted by relevance

123

/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DMangler.cpp68 void Mangler::getNameWithPrefix(raw_ostream &OS, const Twine &GVName, in getNameWithPrefix() function in Mangler
73 void Mangler::getNameWithPrefix(SmallVectorImpl<char> &OutName, in getNameWithPrefix() function in Mangler
111 void Mangler::getNameWithPrefix(raw_ostream &OS, const GlobalValue *GV, in getNameWithPrefix() function in Mangler
177 void Mangler::getNameWithPrefix(SmallVectorImpl<char> &OutName, in getNameWithPrefix() function in Mangler
181 getNameWithPrefix(OS, GV, CannotUsePrivateLabel); in getNameWithPrefix()
197 Mangler.getNameWithPrefix(FlagOS, GV, false); in emitLinkerFlagsForGlobalCOFF()
204 Mangler.getNameWithPrefix(OS, GV, false); in emitLinkerFlagsForGlobalCOFF()
221 M.getNameWithPrefix(OS, GV, false); in emitLinkerFlagsForUsedCOFF()
/external/llvm/include/llvm/IR/
DMangler.h41 void getNameWithPrefix(raw_ostream &OS, const GlobalValue *GV,
43 void getNameWithPrefix(SmallVectorImpl<char> &OutName, const GlobalValue *GV,
48 static void getNameWithPrefix(raw_ostream &OS, const Twine &GVName,
50 static void getNameWithPrefix(SmallVectorImpl<char> &OutName,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
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,
/external/llvm/lib/IR/
DMangler.cpp65 void Mangler::getNameWithPrefix(raw_ostream &OS, const Twine &GVName, in getNameWithPrefix() function in Mangler
70 void Mangler::getNameWithPrefix(SmallVectorImpl<char> &OutName, in getNameWithPrefix() function in Mangler
108 void Mangler::getNameWithPrefix(raw_ostream &OS, const GlobalValue *GV, in getNameWithPrefix() function in Mangler
169 void Mangler::getNameWithPrefix(SmallVectorImpl<char> &OutName, in getNameWithPrefix() function in Mangler
173 getNameWithPrefix(OS, GV, CannotUsePrivateLabel); in getNameWithPrefix()
/external/llvm/lib/Target/
DTargetMachine.cpp191 void TargetMachine::getNameWithPrefix(SmallVectorImpl<char> &Name, in getNameWithPrefix() function in TargetMachine
197 Mang.getNameWithPrefix(Name, GV, false); in getNameWithPrefix()
201 TLOF->getNameWithPrefix(Name, GV, Mang, *this); in getNameWithPrefix()
206 getNameWithPrefix(NameStr, GV, Mang); in getSymbol()
DTargetLoweringObjectFile.cpp110 TM.getNameWithPrefix(NameStr, GV, Mang); in getSymbolWithGlobalValueBase()
321 void TargetLoweringObjectFile::getNameWithPrefix( in getNameWithPrefix() function in TargetLoweringObjectFile
324 Mang.getNameWithPrefix(OutName, GV, /*CannotUsePrivateLabel=*/false); in getNameWithPrefix()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
DTargetMachine.cpp246 void TargetMachine::getNameWithPrefix(SmallVectorImpl<char> &Name, in getNameWithPrefix() function in TargetMachine
252 Mang.getNameWithPrefix(Name, GV, false); in getNameWithPrefix()
256 TLOF->getNameWithPrefix(Name, GV, *this); in getNameWithPrefix()
262 getNameWithPrefix(NameStr, GV, TLOF->getMangler()); in getSymbol()
DTargetLoweringObjectFile.cpp122 TM.getNameWithPrefix(NameStr, GV, *Mang); in getSymbolWithGlobalValueBase()
343 void TargetLoweringObjectFile::getNameWithPrefix( in getNameWithPrefix() function in TargetLoweringObjectFile
346 Mang->getNameWithPrefix(OutName, GV, /*CannotUsePrivateLabel=*/false); in getNameWithPrefix()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64TargetObjectFile.cpp76 void AArch64_MachoTargetObjectFile::getNameWithPrefix( in getNameWithPrefix() function in AArch64_MachoTargetObjectFile
81 getMangler().getNameWithPrefix(OutName, GV, /* CannotUsePrivateLabel */ true); in getNameWithPrefix()
DAArch64TargetObjectFile.h44 void getNameWithPrefix(SmallVectorImpl<char> &OutName, const GlobalValue *GV,
/external/clang/lib/Index/
DCodegenNameGenerator.cpp58 llvm::Mangler::getNameWithPrefix(OS, FrontendBufOS.str(), DL); in writeName()
158 llvm::Mangler::getNameWithPrefix(BOS, FOS.str(), DL); in getMangledStructor()
172 llvm::Mangler::getNameWithPrefix(BOS, FOS.str(), DL); in getMangledThunk()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp301 TM.getNameWithPrefix(Name, GV, Mang, true); in selectELFSectionForGlobal()
795 void TargetLoweringObjectFileMachO::getNameWithPrefix( in getNameWithPrefix() function in TargetLoweringObjectFileMachO
802 Mang.getNameWithPrefix(OutName, GV, CannotUsePrivateLabel); in getNameWithPrefix()
964 Mang.getNameWithPrefix(TmpData, GV, /*CannotUsePrivateLabel=*/true); in SelectSectionForGlobal()
988 void TargetLoweringObjectFileCOFF::getNameWithPrefix( in getNameWithPrefix() function in TargetLoweringObjectFileCOFF
997 Mang.getNameWithPrefix(OutName, GV, CannotUsePrivateLabel); in getNameWithPrefix()
1082 Mang.getNameWithPrefix(FlagOS, GV, false); in emitLinkerFlagsForGlobal()
1089 Mang.getNameWithPrefix(OS, GV, false); in emitLinkerFlagsForGlobal()
/external/llvm/include/llvm/CodeGen/
DTargetLoweringObjectFileImpl.h136 void getNameWithPrefix(SmallVectorImpl<char> &OutName, const GlobalValue *GV,
156 void getNameWithPrefix(SmallVectorImpl<char> &OutName, const GlobalValue *GV,
/external/llvm/lib/Target/PowerPC/
DPPCMCInstLower.cpp54 Mangler::getNameWithPrefix(Name, MO.getSymbolName(), DL); in GetSymbolFromOperand()
57 TM.getNameWithPrefix(Name, GV, *Mang); in GetSymbolFromOperand()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCMCInstLower.cpp53 Mangler::getNameWithPrefix(Name, MO.getSymbolName(), DL); in GetSymbolFromOperand()
56 TM.getNameWithPrefix(Name, GV, Mang); in GetSymbolFromOperand()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLoweringObjectFileImpl.h136 void getNameWithPrefix(SmallVectorImpl<char> &OutName, const GlobalValue *GV,
153 void getNameWithPrefix(SmallVectorImpl<char> &OutName, const GlobalValue *GV,
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
DKaleidoscopeJIT.h89 Mangler::getNameWithPrefix(MangledNameStream, Name, DL); in findSymbol()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DWasmException.cpp27 Mangler::getNameWithPrefix(NameStr, "__cpp_exception", Asm->getDataLayout()); in endModule()
/external/llvm/examples/Kaleidoscope/include/
DKaleidoscopeJIT.h90 Mangler::getNameWithPrefix(MangledNameStream, Name, DL); in mangle()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUOpenCLEnqueuedBlockLowering.cpp113 Mangler::getNameWithPrefix(Name, "__amdgpu_enqueued_kernel", in runOnModule()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DUpdateCompilerUsed.cpp114 TM.getNameWithPrefix(Buffer, &GV, Mangler); in findLibCallsAndAsm()
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
DKaleidoscopeJIT.h99 Mangler::getNameWithPrefix(MangledNameStream, Name, DL); in findSymbol()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp671 TM.getNameWithPrefix(Name, GO, Mang, true /*MayAlwaysUsePrivate*/); in selectELFSectionForGlobal()
1203 void TargetLoweringObjectFileMachO::getNameWithPrefix( in getNameWithPrefix() function in TargetLoweringObjectFileMachO
1213 getMangler().getNameWithPrefix(OutName, GV, CannotUsePrivateLabel); in getNameWithPrefix()
1381 getMangler().getNameWithPrefix(TmpData, GO, /*CannotUsePrivateLabel=*/true); in SelectSectionForGlobal()
1405 void TargetLoweringObjectFileCOFF::getNameWithPrefix( in getNameWithPrefix() function in TargetLoweringObjectFileCOFF
1414 getMangler().getNameWithPrefix(OutName, GV, CannotUsePrivateLabel); in getNameWithPrefix()
1747 TM.getNameWithPrefix(Name, GO, Mang, true); in selectWasmSectionForGlobal()
1844 getNameWithPrefix(Name, GO, TM); in SelectSectionForGlobal()
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
DKaleidoscopeJIT.h109 Mangler::getNameWithPrefix(MangledNameStream, Name, DL); in findSymbol()
/external/llvm/lib/LTO/
DUpdateCompilerUsed.cpp107 TM.getNameWithPrefix(Buffer, &GV, Mangler); in findLibCallsAndAsm()

123