Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/
H A DDWARFEmitterImpl.cpp
H A DDWARFEmitterImpl.h
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFEmitterImpl.cpp25 StringRef Swift5ReflectionSegmentName) { in init() argument
58 nullptr, true, Swift5ReflectionSegmentName)); in init()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h105 StringRef Swift5ReflectionSegmentName; variable
398 return Swift5ReflectionSegmentName; in getSwift5ReflectionSegmentName()
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFStreamer.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFStreamer.h56 Error init(Triple TheTriple, StringRef Swift5ReflectionSegmentName);
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp45 StringRef Swift5ReflectionSegmentName) { in init() argument
79 nullptr, true, Swift5ReflectionSegmentName)); in init()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp71 : Swift5ReflectionSegmentName(Swift5ReflSegmentName), TT(TheTriple), in MCContext()