Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DWARFLinker/
H A DDWARFStreamer.h54 bool init(Triple TheTriple, StringRef Swift5ReflectionSegmentName);
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCContext.h98 StringRef Swift5ReflectionSegmentName; variable
432 return Swift5ReflectionSegmentName; in getSwift5ReflectionSegmentName()
/openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp32 StringRef Swift5ReflectionSegmentName) { in init() argument
60 nullptr, true, Swift5ReflectionSegmentName)); in init()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCContext.cpp71 : Swift5ReflectionSegmentName(Swift5ReflSegmentName), TT(TheTriple), in MCContext()