Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFEmitterImpl.cpp25 StringRef Swift5ReflectionSegmentName) { in init() argument
56 nullptr, true, Swift5ReflectionSegmentName)); in init()
H A DDWARFEmitterImpl.h55 Error init(Triple TheTriple, StringRef Swift5ReflectionSegmentName);
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFStreamer.h59 Error init(Triple TheTriple, StringRef Swift5ReflectionSegmentName);
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h98 StringRef Swift5ReflectionSegmentName; variable
432 return Swift5ReflectionSegmentName; in getSwift5ReflectionSegmentName()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp46 StringRef Swift5ReflectionSegmentName) { in init() argument
78 nullptr, true, Swift5ReflectionSegmentName)); in init()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp70 : Swift5ReflectionSegmentName(Swift5ReflSegmentName), TT(TheTriple), in MCContext()