Searched refs:SplitName (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | DIBuilder.h | 129 /// \param SplitName The name of the file that we'll split debug info 141 StringRef SplitName = StringRef(),
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/ |
H A D | DebugInfo.h | 245 * \param SplitName The name of the file that we'll split debug info 247 * \param SplitNameLen The length of the C string passed to \c SplitName. 258 unsigned RuntimeVer, const char *SplitName, size_t SplitNameLen,
|
/third_party/icu/tools/unicode/py/ |
H A D | preparseucd.py | 1770 def SplitName(name, tokens): function 1816 tokens = SplitName(name, token_counters)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | DIBuilder.cpp | 140 StringRef Flags, unsigned RunTimeVer, StringRef SplitName, in createCompileUnit() 152 SplitName, Kind, nullptr, nullptr, nullptr, nullptr, nullptr, DWOId, in createCompileUnit() 138 createCompileUnit( unsigned Lang, DIFile *File, StringRef Producer, bool isOptimized, StringRef Flags, unsigned RunTimeVer, StringRef SplitName, DICompileUnit::DebugEmissionKind Kind, uint64_t DWOId, bool SplitDebugInlining, bool DebugInfoForProfiling, DICompileUnit::DebugNameTableKind NameTableKind, bool RangesBaseAddress) createCompileUnit() argument
|
H A D | DebugInfo.cpp | 758 unsigned RuntimeVer, const char *SplitName, size_t SplitNameLen, in LLVMDIBuilderCreateCompileUnit() 767 StringRef(SplitName, SplitNameLen), in LLVMDIBuilderCreateCompileUnit() 754 LLVMDIBuilderCreateCompileUnit( LLVMDIBuilderRef Builder, LLVMDWARFSourceLanguage Lang, LLVMMetadataRef FileRef, const char *Producer, size_t ProducerLen, LLVMBool isOptimized, const char *Flags, size_t FlagsLen, unsigned RuntimeVer, const char *SplitName, size_t SplitNameLen, LLVMDWARFEmissionKind Kind, unsigned DWOId, LLVMBool SplitDebugInlining, LLVMBool DebugInfoForProfiling) LLVMDIBuilderCreateCompileUnit() argument
|
Completed in 11 milliseconds