Home
last modified time | relevance | path

Searched refs:Tramp (Results 1 – 25 of 369) sorted by relevance

12345678910>>...15

/dports/textproc/p5-Text-Capitalize/Text-Capitalize-1.5/t/
H A D006-captitle-preserve_allcaps_and_whitespace.t176 … 'And so they tramped on through the night. Tramp. Tramp. Tramp. Tramp. Tramp. Tramp. Tramp...' =>
177 … 'And so They Tramped On Through the Night. Tramp. Tramp. Tramp. Tramp. Tramp. Tramp. Tramp...',
H A D002-captitle-default.t173 … 'And so they tramped on through the night. Tramp. Tramp. Tramp. Tramp. Tramp. Tramp. Tramp...' =>
174 … 'And so They Tramped On Through the Night. Tramp. Tramp. Tramp. Tramp. Tramp. Tramp. Tramp...',
H A D003-captitle-preserve_whitespace.t165 … 'And so they tramped on through the night. Tramp. Tramp. Tramp. Tramp. Tramp. Tramp. Tramp...' =>
166 … 'And so They Tramped On Through the Night. Tramp. Tramp. Tramp. Tramp. Tramp. Tramp. Tramp...',
H A D004-captitle-preserve_allcaps.t166 … 'And so they tramped on through the night. Tramp. Tramp. Tramp. Tramp. Tramp. Tramp. Tramp...' =>
167 … 'And so They Tramped On Through the Night. Tramp. Tramp. Tramp. Tramp. Tramp. Tramp. Tramp...',
H A D005-captitle-preserve_anycaps.t167 … 'And so they tramped on through the night. Tramp. Tramp. Tramp. Tramp. Tramp. Tramp. Tramp...' =>
168 … 'And so They Tramped On Through the Night. Tramp. Tramp. Tramp. Tramp. Tramp. Tramp. Tramp...',
H A D007-captitle-preserve_anycaps_and_whitespace.t178 … 'And so they tramped on through the night. Tramp. Tramp. Tramp. Tramp. Tramp. Tramp. Tramp...' =>
179 … 'And so They Tramped On Through the Night. Tramp. Tramp. Tramp. Tramp. Tramp. Tramp. Tramp...',
H A D008-random_case.t113 … 'And so they tramped on through the night. Tramp. Tramp. Tramp. Tramp. Tramp. Tramp. Tramp...' =>
114 … 'AnD SO ThEY TRAmpEd on tHROUGh tHe NIghT. trAmp. TramP. TramP. TRAMP. Tramp. TramP. trAMp...',
H A D009-scramble_case.t116 … 'And so they tramped on through the night. Tramp. Tramp. Tramp. Tramp. Tramp. Tramp. Tramp...' =>
117 … 'AnD So ThEY TRAmpEd on tHROUGh tHe NIghT. tramp. TramP. TramP. TRAMP. Tramp. TramP. trAMp...',
/dports/devel/magit-devel/magit-3.3.0-59-g1eb183e7/Documentation/RelNotes/
H A D3.4.0.org19 repositories that are accessed using Tramp. #4292
22 broken inside remote repositories that are accessed using Tramp.
/dports/devel/magit-devel/magit-3.3.0-59-g1eb183e7/
H A DRelNotes.org19 repositories that are accessed using Tramp. #4292
22 broken inside remote repositories that are accessed using Tramp.
/dports/devel/llvm70/llvm-7.0.1.src/lib/DebugInfo/CodeView/
H A DSymbolRecordMapping.cpp76 TrampolineSym &Tramp) {
78 error(IO.mapEnum(Tramp.Type));
79 error(IO.mapInteger(Tramp.Size));
80 error(IO.mapInteger(Tramp.ThunkOffset));
81 error(IO.mapInteger(Tramp.TargetOffset));
82 error(IO.mapInteger(Tramp.ThunkSection));
83 error(IO.mapInteger(Tramp.TargetSection));
/dports/devel/llvm80/llvm-8.0.1.src/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp182 static std::string formatTrampolineType(TrampolineType Tramp) { in formatTrampolineType() argument
183 switch (Tramp) { in formatTrampolineType()
187 return formatUnknownEnum(Tramp); in formatTrampolineType()
391 TrampolineSym &Tramp) { in visitKnownRecord() argument
394 formatTrampolineType(Tramp.Type), Tramp.Size, in visitKnownRecord()
395 formatSegmentOffset(Tramp.ThunkSection, Tramp.ThunkOffset), in visitKnownRecord()
396 formatSegmentOffset(Tramp.TargetSection, Tramp.ThunkOffset)); in visitKnownRecord()
/dports/devel/llvm70/llvm-7.0.1.src/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp182 static std::string formatTrampolineType(TrampolineType Tramp) {
183 switch (Tramp) {
187 return formatUnknownEnum(Tramp);
383 TrampolineSym &Tramp) {
386 formatTrampolineType(Tramp.Type), Tramp.Size,
387 formatSegmentOffset(Tramp.ThunkSection, Tramp.ThunkOffset),
388 formatSegmentOffset(Tramp.TargetSection, Tramp.ThunkOffset));
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/DebugInfo/CodeView/
H A DSymbolRecordMapping.cpp75 TrampolineSym &Tramp) { in visitKnownRecord() argument
77 error(IO.mapEnum(Tramp.Type)); in visitKnownRecord()
78 error(IO.mapInteger(Tramp.Size)); in visitKnownRecord()
79 error(IO.mapInteger(Tramp.ThunkOffset)); in visitKnownRecord()
80 error(IO.mapInteger(Tramp.TargetOffset)); in visitKnownRecord()
81 error(IO.mapInteger(Tramp.ThunkSection)); in visitKnownRecord()
82 error(IO.mapInteger(Tramp.TargetSection)); in visitKnownRecord()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/DebugInfo/CodeView/
H A DSymbolRecordMapping.cpp75 TrampolineSym &Tramp) { in visitKnownRecord() argument
77 error(IO.mapEnum(Tramp.Type)); in visitKnownRecord()
78 error(IO.mapInteger(Tramp.Size)); in visitKnownRecord()
79 error(IO.mapInteger(Tramp.ThunkOffset)); in visitKnownRecord()
80 error(IO.mapInteger(Tramp.TargetOffset)); in visitKnownRecord()
81 error(IO.mapInteger(Tramp.ThunkSection)); in visitKnownRecord()
82 error(IO.mapInteger(Tramp.TargetSection)); in visitKnownRecord()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/DebugInfo/CodeView/
H A DSymbolRecordMapping.cpp75 TrampolineSym &Tramp) { in visitKnownRecord() argument
77 error(IO.mapEnum(Tramp.Type)); in visitKnownRecord()
78 error(IO.mapInteger(Tramp.Size)); in visitKnownRecord()
79 error(IO.mapInteger(Tramp.ThunkOffset)); in visitKnownRecord()
80 error(IO.mapInteger(Tramp.TargetOffset)); in visitKnownRecord()
81 error(IO.mapInteger(Tramp.ThunkSection)); in visitKnownRecord()
82 error(IO.mapInteger(Tramp.TargetSection)); in visitKnownRecord()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/DebugInfo/CodeView/
H A DSymbolRecordMapping.cpp75 TrampolineSym &Tramp) { in visitKnownRecord() argument
77 error(IO.mapEnum(Tramp.Type)); in visitKnownRecord()
78 error(IO.mapInteger(Tramp.Size)); in visitKnownRecord()
79 error(IO.mapInteger(Tramp.ThunkOffset)); in visitKnownRecord()
80 error(IO.mapInteger(Tramp.TargetOffset)); in visitKnownRecord()
81 error(IO.mapInteger(Tramp.ThunkSection)); in visitKnownRecord()
82 error(IO.mapInteger(Tramp.TargetSection)); in visitKnownRecord()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/DebugInfo/CodeView/
H A DSymbolRecordMapping.cpp75 TrampolineSym &Tramp) { in visitKnownRecord() argument
77 error(IO.mapEnum(Tramp.Type)); in visitKnownRecord()
78 error(IO.mapInteger(Tramp.Size)); in visitKnownRecord()
79 error(IO.mapInteger(Tramp.ThunkOffset)); in visitKnownRecord()
80 error(IO.mapInteger(Tramp.TargetOffset)); in visitKnownRecord()
81 error(IO.mapInteger(Tramp.ThunkSection)); in visitKnownRecord()
82 error(IO.mapInteger(Tramp.TargetSection)); in visitKnownRecord()
/dports/devel/llvm11/llvm-11.0.1.src/lib/DebugInfo/CodeView/
H A DSymbolRecordMapping.cpp75 TrampolineSym &Tramp) { in visitKnownRecord() argument
77 error(IO.mapEnum(Tramp.Type)); in visitKnownRecord()
78 error(IO.mapInteger(Tramp.Size)); in visitKnownRecord()
79 error(IO.mapInteger(Tramp.ThunkOffset)); in visitKnownRecord()
80 error(IO.mapInteger(Tramp.TargetOffset)); in visitKnownRecord()
81 error(IO.mapInteger(Tramp.ThunkSection)); in visitKnownRecord()
82 error(IO.mapInteger(Tramp.TargetSection)); in visitKnownRecord()
/dports/devel/llvm10/llvm-10.0.1.src/lib/DebugInfo/CodeView/
H A DSymbolRecordMapping.cpp75 TrampolineSym &Tramp) { in visitKnownRecord() argument
77 error(IO.mapEnum(Tramp.Type)); in visitKnownRecord()
78 error(IO.mapInteger(Tramp.Size)); in visitKnownRecord()
79 error(IO.mapInteger(Tramp.ThunkOffset)); in visitKnownRecord()
80 error(IO.mapInteger(Tramp.TargetOffset)); in visitKnownRecord()
81 error(IO.mapInteger(Tramp.ThunkSection)); in visitKnownRecord()
82 error(IO.mapInteger(Tramp.TargetSection)); in visitKnownRecord()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
H A DSymbolRecordMapping.cpp75 TrampolineSym &Tramp) { in visitKnownRecord() argument
77 error(IO.mapEnum(Tramp.Type)); in visitKnownRecord()
78 error(IO.mapInteger(Tramp.Size)); in visitKnownRecord()
79 error(IO.mapInteger(Tramp.ThunkOffset)); in visitKnownRecord()
80 error(IO.mapInteger(Tramp.TargetOffset)); in visitKnownRecord()
81 error(IO.mapInteger(Tramp.ThunkSection)); in visitKnownRecord()
82 error(IO.mapInteger(Tramp.TargetSection)); in visitKnownRecord()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolRecordMapping.cpp75 TrampolineSym &Tramp) { in visitKnownRecord() argument
77 error(IO.mapEnum(Tramp.Type)); in visitKnownRecord()
78 error(IO.mapInteger(Tramp.Size)); in visitKnownRecord()
79 error(IO.mapInteger(Tramp.ThunkOffset)); in visitKnownRecord()
80 error(IO.mapInteger(Tramp.TargetOffset)); in visitKnownRecord()
81 error(IO.mapInteger(Tramp.ThunkSection)); in visitKnownRecord()
82 error(IO.mapInteger(Tramp.TargetSection)); in visitKnownRecord()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/DebugInfo/CodeView/
H A DSymbolRecordMapping.cpp75 TrampolineSym &Tramp) { in visitKnownRecord() argument
77 error(IO.mapEnum(Tramp.Type)); in visitKnownRecord()
78 error(IO.mapInteger(Tramp.Size)); in visitKnownRecord()
79 error(IO.mapInteger(Tramp.ThunkOffset)); in visitKnownRecord()
80 error(IO.mapInteger(Tramp.TargetOffset)); in visitKnownRecord()
81 error(IO.mapInteger(Tramp.ThunkSection)); in visitKnownRecord()
82 error(IO.mapInteger(Tramp.TargetSection)); in visitKnownRecord()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/DebugInfo/CodeView/
H A DSymbolRecordMapping.cpp75 TrampolineSym &Tramp) { in visitKnownRecord() argument
77 error(IO.mapEnum(Tramp.Type)); in visitKnownRecord()
78 error(IO.mapInteger(Tramp.Size)); in visitKnownRecord()
79 error(IO.mapInteger(Tramp.ThunkOffset)); in visitKnownRecord()
80 error(IO.mapInteger(Tramp.TargetOffset)); in visitKnownRecord()
81 error(IO.mapInteger(Tramp.ThunkSection)); in visitKnownRecord()
82 error(IO.mapInteger(Tramp.TargetSection)); in visitKnownRecord()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolRecordMapping.cpp75 TrampolineSym &Tramp) { in visitKnownRecord() argument
77 error(IO.mapEnum(Tramp.Type)); in visitKnownRecord()
78 error(IO.mapInteger(Tramp.Size)); in visitKnownRecord()
79 error(IO.mapInteger(Tramp.ThunkOffset)); in visitKnownRecord()
80 error(IO.mapInteger(Tramp.TargetOffset)); in visitKnownRecord()
81 error(IO.mapInteger(Tramp.ThunkSection)); in visitKnownRecord()
82 error(IO.mapInteger(Tramp.TargetSection)); in visitKnownRecord()

12345678910>>...15