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 | 405 auto SplitName = Sym.getName().rsplit("."); in run() local 406 I = CommandLineResolutions.find({F, std::string(SplitName.first)}); in run()
|
/freebsd/contrib/llvm-project/llvm/include/llvm-c/ |
H A D | DebugInfo.h | 303 unsigned RuntimeVer, const char *SplitName, size_t SplitNameLen,
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | DIBuilder.h | 172 StringRef SplitName = StringRef(),
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | DIBuilder.cpp | 137 StringRef Flags, unsigned RunTimeVer, StringRef SplitName, in createCompileUnit() argument 150 SplitName, Kind, nullptr, nullptr, nullptr, nullptr, nullptr, DWOId, in createCompileUnit()
|
H A D | DebugInfo.cpp | 1073 unsigned RuntimeVer, const char *SplitName, size_t SplitNameLen, in LLVMDIBuilderCreateCompileUnit() argument 1082 RuntimeVer, StringRef(SplitName, SplitNameLen), in LLVMDIBuilderCreateCompileUnit()
|