Home
last modified time | relevance | path

Searched refs:Swift5ReflectionSegmentName (Results 1 – 6 of 6) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
HDDWARFEmitterImpl.cpp25 StringRef Swift5ReflectionSegmentName) { in init() argument
58 nullptr, true, Swift5ReflectionSegmentName)); in init()
HDDWARFEmitterImpl.h55 Error init(Triple TheTriple, StringRef Swift5ReflectionSegmentName);
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCContext.h105 StringRef Swift5ReflectionSegmentName; variable
398 return Swift5ReflectionSegmentName; in getSwift5ReflectionSegmentName()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
HDDWARFStreamer.h56 Error init(Triple TheTriple, StringRef Swift5ReflectionSegmentName);
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
HDDWARFStreamer.cpp45 StringRef Swift5ReflectionSegmentName) { in init() argument
79 nullptr, true, Swift5ReflectionSegmentName)); in init()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/MC/
HDMCContext.cpp71 : Swift5ReflectionSegmentName(Swift5ReflSegmentName), TT(TheTriple), in MCContext()