| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | Instructions.h | 1159 init(Ptr, IdxList, NameStr); 1173 init(Ptr, IdxList, NameStr); 1743 setName(NameStr); 1751 setName(NameStr); 1843 setName(NameStr); 1849 setName(NameStr); 2503 init(Idxs, NameStr); 2512 init(Idxs, NameStr); 2640 init(Agg, Val, Idxs, NameStr); 2677 setName(NameStr); [all …]
|
| H A D | InstrTypes.h | 433 const Twine &NameStr = "", Instruction *InsertBefore = nullptr) 435 setName(NameStr); 439 const Twine &NameStr, BasicBlock *InsertAtEnd) 441 setName(NameStr); 2375 const Twine &NameStr, Instruction *InsertBefore); 2378 const Twine &NameStr, BasicBlock *InsertAtEnd); 2380 void init(Value *ParentPad, ArrayRef<Value *> Args, const Twine &NameStr);
|
| /llvm-project-15.0.7/openmp/libomptarget/include/ |
| H A D | SourceInfo.h | 107 const std::string NameStr(reinterpret_cast<const char *>(Name)); in getNameFromMapping() 108 std::size_t Begin = NameStr.find(';'); in getNameFromMapping() 109 std::size_t End = NameStr.find(';', Begin + 1); in getNameFromMapping() 110 return NameStr.substr(Begin + 1, End - Begin - 1); in getNameFromMapping()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AIXException.cpp | 48 SmallString<128> NameStr = EHInfo->getName(); in emitExceptionInfoTable() local 49 raw_svector_ostream(NameStr) << '.' << Asm->MF->getFunction().getName(); in emitExceptionInfoTable() 50 EHInfo = Asm->OutContext.getXCOFFSection(NameStr, EHInfo->getKind(), in emitExceptionInfoTable()
|
| H A D | WasmException.cpp | 35 SmallString<60> NameStr; in endModule() local 36 Mangler::getNameWithPrefix(NameStr, SymName, Asm->getDataLayout()); in endModule() 37 if (Asm->OutContext.lookupSymbol(NameStr)) { in endModule()
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RTDyldMemoryManager.cpp | 270 const char *NameStr = Name.c_str(); in getSymbolAddressInProcess() local 275 if (NameStr[0] == '_') in getSymbolAddressInProcess() 276 ++NameStr; in getSymbolAddressInProcess() 279 return (uint64_t)sys::DynamicLibrary::SearchForAddressOfSymbol(NameStr); in getSymbolAddressInProcess()
|
| /llvm-project-15.0.7/llvm/lib/Support/Unix/ |
| H A D | Threading.inc | 162 StringRef NameStr = Name.toNullTerminatedStringRef(Storage); 171 NameStr = NameStr.take_back(get_max_thread_name_length() - 1); 172 (void)NameStr; 176 ::pthread_setname_np(::pthread_self(), NameStr.data()); 180 ::pthread_set_name_np(::pthread_self(), NameStr.data()); 183 const_cast<char *>(NameStr.data())); 185 ::pthread_setname_np(NameStr.data());
|
| H A D | Process.inc | 176 std::string NameStr = Name.str(); 177 const char *Val = ::getenv(NameStr.c_str());
|
| /llvm-project-15.0.7/llvm/lib/Target/ |
| H A D | TargetLoweringObjectFile.cpp | 131 SmallString<60> NameStr; in getSymbolWithGlobalValueBase() local 132 NameStr += GV->getParent()->getDataLayout().getPrivateGlobalPrefix(); in getSymbolWithGlobalValueBase() 133 TM.getNameWithPrefix(NameStr, GV, *Mang); in getSymbolWithGlobalValueBase() 134 NameStr.append(Suffix.begin(), Suffix.end()); in getSymbolWithGlobalValueBase() 135 return getContext().getOrCreateSymbol(NameStr); in getSymbolWithGlobalValueBase()
|
| H A D | TargetMachine.cpp | 210 SmallString<128> NameStr; in getSymbol() local 211 getNameWithPrefix(NameStr, GV, TLOF->getMangler()); in getSymbol() 212 return TLOF->getContext().getOrCreateSymbol(NameStr); in getSymbol()
|
| /llvm-project-15.0.7/clang/tools/diagtool/ |
| H A D | DiagnosticNames.h | 19 const char *NameStr; member 24 return llvm::StringRef(NameStr, NameLen); in getName()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/ObjCARC/ |
| H A D | ObjCARC.cpp | 46 FunctionCallee Func, ArrayRef<Value *> Args, const Twine &NameStr, in createCallInstWithColors() argument 61 return CallInst::Create(FTy, Callee, Args, OpBundles, NameStr, InsertBefore); in createCallInstWithColors()
|
| H A D | ObjCARC.h | 101 FunctionCallee Func, ArrayRef<Value *> Args, const Twine &NameStr,
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | TemplateName.cpp | 313 std::string NameStr; in operator <<() local 314 llvm::raw_string_ostream OS(NameStr); in operator <<() 322 return DB << NameStr; in operator <<()
|
| /llvm-project-15.0.7/bolt/lib/Core/ |
| H A D | BinarySection.cpp | 263 std::string BinarySection::encodeELFNote(StringRef NameStr, StringRef DescStr, in encodeELFNote() argument 267 const uint32_t NameSz = NameStr.size() + 1; in encodeELFNote() 272 OS << NameStr << '\0'; in encodeELFNote()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Instructions.cpp | 192 init(NumReservedValues, NameStr); in LandingPadInst() 198 init(NumReservedValues, NameStr); in LandingPadInst() 230 setName(NameStr); in init() 542 setName(NameStr); in init() 552 setName(NameStr); in init() 888 setName(NameStr); in init() 960 setName(NameStr); in init() 1138 setName(NameStr); in CatchSwitchInst() 1149 setName(NameStr); in CatchSwitchInst() 1216 setName(NameStr); in init() [all …]
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 2428 SmallString<128> NameStr(".rodata.jmp.."); in getSectionForJumpTable() local 2429 getNameWithPrefix(NameStr, &F, TM); in getSectionForJumpTable() 2431 NameStr, SectionKind::getReadOnly(), in getSectionForJumpTable() 2525 SmallString<128> NameStr; in getFunctionEntryPointSymbol() local 2526 NameStr.push_back('.'); in getFunctionEntryPointSymbol() 2527 getNameWithPrefix(NameStr, Func, TM); in getFunctionEntryPointSymbol() 2538 NameStr, SectionKind::getText(), in getFunctionEntryPointSymbol() 2550 SmallString<128> NameStr; in getSectionForFunctionDescriptor() local 2551 getNameWithPrefix(NameStr, F, TM); in getSectionForFunctionDescriptor() 2553 NameStr, SectionKind::getData(), in getSectionForFunctionDescriptor() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Support/Windows/ |
| H A D | Threading.inc | 100 StringRef NameStr = Name.toNullTerminatedStringRef(Storage); 101 SetThreadName(::GetCurrentThreadId(), NameStr.data());
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULibFunc.cpp | 863 const StringRef& NameStr = Name.str(); in mangleNameItanium() local 864 S << "_Z" << static_cast<int>(NameStr.size()) << NameStr; in mangleNameItanium()
|
| /llvm-project-15.0.7/clang/lib/Basic/ |
| H A D | DiagnosticIDs.cpp | 286 const char *NameStr; member 290 return StringRef(NameStr, NameLen); in getName()
|
| /llvm-project-15.0.7/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 1073 std::string NameStr; in RewriteObjCMethodDecl() local 1076 NameStr += "_I_"; in RewriteObjCMethodDecl() 1078 NameStr += "_C_"; in RewriteObjCMethodDecl() 1080 NameStr += IDecl->getNameAsString(); in RewriteObjCMethodDecl() 1081 NameStr += "_"; in RewriteObjCMethodDecl() 1085 NameStr += CID->getNameAsString(); in RewriteObjCMethodDecl() 1086 NameStr += "_"; in RewriteObjCMethodDecl() 1095 NameStr += selString; in RewriteObjCMethodDecl() 1098 MethodInternalNames[OMD] = NameStr; in RewriteObjCMethodDecl() 1099 ResultStr += NameStr; in RewriteObjCMethodDecl()
|
| H A D | RewriteModernObjC.cpp | 1240 std::string NameStr; in RewriteObjCMethodDecl() local 1243 NameStr += "_I_"; in RewriteObjCMethodDecl() 1245 NameStr += "_C_"; in RewriteObjCMethodDecl() 1247 NameStr += IDecl->getNameAsString(); in RewriteObjCMethodDecl() 1248 NameStr += "_"; in RewriteObjCMethodDecl() 1252 NameStr += CID->getNameAsString(); in RewriteObjCMethodDecl() 1253 NameStr += "_"; in RewriteObjCMethodDecl() 1262 NameStr += selString; in RewriteObjCMethodDecl() 1265 MethodInternalNames[OMD] = NameStr; in RewriteObjCMethodDecl() 1266 ResultStr += NameStr; in RewriteObjCMethodDecl()
|
| /llvm-project-15.0.7/bolt/include/bolt/Core/ |
| H A D | BinarySection.h | 443 static std::string encodeELFNote(StringRef NameStr, StringRef DescStr,
|
| /llvm-project-15.0.7/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXAsmPrinter.cpp | 582 raw_string_ostream NameStr(Name); in getVirtualRegisterName() local 592 NameStr << getNVPTXRegClassStr(RC) << MappedVR; in getVirtualRegisterName() 594 NameStr.flush(); in getVirtualRegisterName()
|
| /llvm-project-15.0.7/llvm/lib/ProfileData/ |
| H A D | InstrProf.cpp | 478 StringRef NameStr = in getPGOFuncNameVarInitializer() local 480 return NameStr; in getPGOFuncNameVarInitializer()
|