Searched refs:SplitName (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/tools/llvm-lto2/ |
| H A D | llvm-lto2.cpp | 435 auto SplitName = Sym.getName().rsplit("."); in run() local 436 I = CommandLineResolutions.find({F, std::string(SplitName.first)}); in run()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm-c/ |
| H A D | DebugInfo.h | 310 unsigned RuntimeVer, const char *SplitName, size_t SplitNameLen,
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DIBuilder.cpp | 135 StringRef Flags, unsigned RunTimeVer, StringRef SplitName, in createCompileUnit() argument 148 SplitName, Kind, nullptr, nullptr, nullptr, nullptr, nullptr, DWOId, in createCompileUnit()
|
| H A D | DebugInfo.cpp | 1101 unsigned RuntimeVer, const char *SplitName, size_t SplitNameLen, in LLVMDIBuilderCreateCompileUnit() argument 1110 RuntimeVer, StringRef(SplitName, SplitNameLen), in LLVMDIBuilderCreateCompileUnit()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DIBuilder.h | 151 StringRef SplitName = StringRef(),
|