Home
last modified time | relevance | path

Searched refs:Swift5ReflectionSegmentName (Results 1 – 10 of 10) 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.cpp26 StringRef Swift5ReflectionSegmentName) { in init() argument
59 nullptr, true, Swift5ReflectionSegmentName)); in init()
H A DDWARFEmitterImpl.h56 Error init(Triple TheTriple, StringRef Swift5ReflectionSegmentName);
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFStreamer.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFStreamer.h57 Error init(Triple TheTriple, StringRef Swift5ReflectionSegmentName);
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h106 StringRef Swift5ReflectionSegmentName; variable
398 return Swift5ReflectionSegmentName; in getSwift5ReflectionSegmentName()
/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.cpp70 : Swift5ReflectionSegmentName(Swift5ReflSegmentName), TT(TheTriple), in MCContext()