Home
last modified time | relevance | path

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 DDIBuilder.h129 /// \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 DDebugInfo.h245 * \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 Dpreparseucd.py1770 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 DDIBuilder.cpp140 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 DDebugInfo.cpp758 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