Home
last modified time | relevance | path

Searched refs:TempSec (Results 1 – 25 of 33) sorted by relevance

12

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp77 TempSec.addr = Sec.addr; in constructSectionCommon()
78 TempSec.size = Sec.size; in constructSectionCommon()
86 TempSec.reserved3 = 0; in constructSectionCommon()
88 TempSec.content = in constructSectionCommon()
92 TempSec.relocations.reserve(TempSec.nreloc); in constructSectionCommon()
111 return TempSec; in constructSectionCommon()
118 if (TempSec) in constructSection()
119 TempSec->reserved3 = 0; in constructSection()
120 return TempSec; in constructSection()
127 if (TempSec) in constructSection()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/obj2yaml/
H A Dmacho2yaml.cpp77 TempSec.addr = Sec.addr; in constructSectionCommon()
78 TempSec.size = Sec.size; in constructSectionCommon()
86 TempSec.reserved3 = 0; in constructSectionCommon()
88 TempSec.content = in constructSectionCommon()
92 TempSec.relocations.reserve(TempSec.nreloc); in constructSectionCommon()
111 return TempSec; in constructSectionCommon()
118 if (TempSec) in constructSection()
119 TempSec->reserved3 = 0; in constructSection()
120 return TempSec; in constructSection()
127 if (TempSec) in constructSection()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp79 TempSec.addr = Sec.addr; in constructSectionCommon()
80 TempSec.size = Sec.size; in constructSectionCommon()
88 TempSec.reserved3 = 0; in constructSectionCommon()
90 TempSec.content = in constructSectionCommon()
94 TempSec.relocations.reserve(TempSec.nreloc); in constructSectionCommon()
113 return TempSec; in constructSectionCommon()
120 if (TempSec) in constructSection()
121 TempSec->reserved3 = 0; in constructSection()
122 return TempSec; in constructSection()
129 if (TempSec) in constructSection()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp79 TempSec.addr = Sec.addr; in constructSectionCommon()
80 TempSec.size = Sec.size; in constructSectionCommon()
88 TempSec.reserved3 = 0; in constructSectionCommon()
90 TempSec.content = in constructSectionCommon()
94 TempSec.relocations.reserve(TempSec.nreloc); in constructSectionCommon()
113 return TempSec; in constructSectionCommon()
120 if (TempSec) in constructSection()
121 TempSec->reserved3 = 0; in constructSection()
122 return TempSec; in constructSection()
129 if (TempSec) in constructSection()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp79 TempSec.addr = Sec.addr; in constructSectionCommon()
80 TempSec.size = Sec.size; in constructSectionCommon()
88 TempSec.reserved3 = 0; in constructSectionCommon()
90 TempSec.content = in constructSectionCommon()
94 TempSec.relocations.reserve(TempSec.nreloc); in constructSectionCommon()
113 return TempSec; in constructSectionCommon()
120 if (TempSec) in constructSection()
121 TempSec->reserved3 = 0; in constructSection()
122 return TempSec; in constructSection()
129 if (TempSec) in constructSection()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp79 TempSec.addr = Sec.addr; in constructSectionCommon()
80 TempSec.size = Sec.size; in constructSectionCommon()
88 TempSec.reserved3 = 0; in constructSectionCommon()
90 TempSec.content = in constructSectionCommon()
94 TempSec.relocations.reserve(TempSec.nreloc); in constructSectionCommon()
113 return TempSec; in constructSectionCommon()
120 if (TempSec) in constructSection()
121 TempSec->reserved3 = 0; in constructSection()
122 return TempSec; in constructSection()
129 if (TempSec) in constructSection()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp79 TempSec.addr = Sec.addr; in constructSectionCommon()
80 TempSec.size = Sec.size; in constructSectionCommon()
88 TempSec.reserved3 = 0; in constructSectionCommon()
90 TempSec.content = in constructSectionCommon()
94 TempSec.relocations.reserve(TempSec.nreloc); in constructSectionCommon()
113 return TempSec; in constructSectionCommon()
120 if (TempSec) in constructSection()
121 TempSec->reserved3 = 0; in constructSection()
122 return TempSec; in constructSection()
129 if (TempSec) in constructSection()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp79 TempSec.addr = Sec.addr; in constructSectionCommon()
80 TempSec.size = Sec.size; in constructSectionCommon()
88 TempSec.reserved3 = 0; in constructSectionCommon()
90 TempSec.content = in constructSectionCommon()
94 TempSec.relocations.reserve(TempSec.nreloc); in constructSectionCommon()
113 return TempSec; in constructSectionCommon()
120 if (TempSec) in constructSection()
121 TempSec->reserved3 = 0; in constructSection()
122 return TempSec; in constructSection()
129 if (TempSec) in constructSection()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp79 TempSec.addr = Sec.addr; in constructSectionCommon()
80 TempSec.size = Sec.size; in constructSectionCommon()
88 TempSec.reserved3 = 0; in constructSectionCommon()
90 TempSec.content = in constructSectionCommon()
94 TempSec.relocations.reserve(TempSec.nreloc); in constructSectionCommon()
113 return TempSec; in constructSectionCommon()
120 if (TempSec) in constructSection()
121 TempSec->reserved3 = 0; in constructSection()
122 return TempSec; in constructSection()
129 if (TempSec) in constructSection()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/tools/obj2yaml/
H A Dmacho2yaml.cpp79 TempSec.addr = Sec.addr; in constructSectionCommon()
80 TempSec.size = Sec.size; in constructSectionCommon()
88 TempSec.reserved3 = 0; in constructSectionCommon()
90 TempSec.content = in constructSectionCommon()
94 TempSec.relocations.reserve(TempSec.nreloc); in constructSectionCommon()
113 return TempSec; in constructSectionCommon()
120 if (TempSec) in constructSection()
121 TempSec->reserved3 = 0; in constructSection()
122 return TempSec; in constructSection()
129 if (TempSec) in constructSection()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp79 TempSec.addr = Sec.addr;
80 TempSec.size = Sec.size;
88 TempSec.reserved3 = 0;
90 TempSec.content = in extractBasicBlocksFromModule()
94 TempSec.relocations.reserve(TempSec.nreloc);
113 return TempSec;
120 if (TempSec)
121 TempSec->reserved3 = 0;
122 return TempSec;
129 if (TempSec)
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/obj2yaml/
H A Dmacho2yaml.cpp67 MachOYAML::Section TempSec; in constructSectionCommon() local
70 TempSec.addr = Sec.addr; in constructSectionCommon()
71 TempSec.size = Sec.size; in constructSectionCommon()
73 TempSec.align = Sec.align; in constructSectionCommon()
76 TempSec.flags = Sec.flags; in constructSectionCommon()
79 TempSec.reserved3 = 0; in constructSectionCommon()
81 TempSec.content = in constructSectionCommon()
83 return TempSec; in constructSectionCommon()
89 TempSec.reserved3 = 0; in constructSection()
90 return TempSec; in constructSection()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp67 MachOYAML::Section TempSec; in constructSectionCommon() local
70 TempSec.addr = Sec.addr; in constructSectionCommon()
71 TempSec.size = Sec.size; in constructSectionCommon()
73 TempSec.align = Sec.align; in constructSectionCommon()
76 TempSec.flags = Sec.flags; in constructSectionCommon()
79 TempSec.reserved3 = 0; in constructSectionCommon()
81 TempSec.content = in constructSectionCommon()
83 return TempSec; in constructSectionCommon()
89 TempSec.reserved3 = 0; in constructSection()
90 return TempSec; in constructSection()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/obj2yaml/
H A Dmacho2yaml.cpp59 MachOYAML::Section TempSec; in constructSectionCommon() local
62 TempSec.addr = Sec.addr; in constructSectionCommon()
63 TempSec.size = Sec.size; in constructSectionCommon()
64 TempSec.offset = Sec.offset; in constructSectionCommon()
65 TempSec.align = Sec.align; in constructSectionCommon()
68 TempSec.flags = Sec.flags; in constructSectionCommon()
71 TempSec.reserved3 = 0; in constructSectionCommon()
72 return TempSec; in constructSectionCommon()
80 TempSec.reserved3 = 0; in constructSection()
81 return TempSec; in constructSection()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/obj2yaml/
H A Dmacho2yaml.cpp58 MachOYAML::Section TempSec; in constructSectionCommon() local
61 TempSec.addr = Sec.addr; in constructSectionCommon()
62 TempSec.size = Sec.size; in constructSectionCommon()
63 TempSec.offset = Sec.offset; in constructSectionCommon()
64 TempSec.align = Sec.align; in constructSectionCommon()
67 TempSec.flags = Sec.flags; in constructSectionCommon()
70 TempSec.reserved3 = 0; in constructSectionCommon()
71 return TempSec; in constructSectionCommon()
79 TempSec.reserved3 = 0; in constructSection()
80 return TempSec; in constructSection()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/obj2yaml/
H A Dmacho2yaml.cpp59 MachOYAML::Section TempSec; in constructSectionCommon() local
62 TempSec.addr = Sec.addr; in constructSectionCommon()
63 TempSec.size = Sec.size; in constructSectionCommon()
64 TempSec.offset = Sec.offset; in constructSectionCommon()
65 TempSec.align = Sec.align; in constructSectionCommon()
68 TempSec.flags = Sec.flags; in constructSectionCommon()
71 TempSec.reserved3 = 0; in constructSectionCommon()
72 return TempSec; in constructSectionCommon()
80 TempSec.reserved3 = 0; in constructSection()
81 return TempSec; in constructSection()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/lib/ObjectYAML/
H A DMachOEmitter.cpp92 SectionType TempSec; in constructSection() local
95 TempSec.addr = Sec.addr; in constructSection()
96 TempSec.size = Sec.size; in constructSection()
97 TempSec.offset = Sec.offset; in constructSection()
98 TempSec.align = Sec.align; in constructSection()
99 TempSec.reloff = Sec.reloff; in constructSection()
100 TempSec.nreloc = Sec.nreloc; in constructSection()
101 TempSec.flags = Sec.flags; in constructSection()
104 return TempSec; in constructSection()
121 MachO::swapStruct(TempSec); in writeLoadCommandData()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DMachOEmitter.cpp92 SectionType TempSec; in constructSection() local
95 TempSec.addr = Sec.addr; in constructSection()
96 TempSec.size = Sec.size; in constructSection()
97 TempSec.offset = Sec.offset; in constructSection()
98 TempSec.align = Sec.align; in constructSection()
99 TempSec.reloff = Sec.reloff; in constructSection()
100 TempSec.nreloc = Sec.nreloc; in constructSection()
101 TempSec.flags = Sec.flags; in constructSection()
104 return TempSec; in constructSection()
121 MachO::swapStruct(TempSec); in writeLoadCommandData()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/ObjectYAML/
H A DMachOEmitter.cpp92 SectionType TempSec; in constructSection() local
95 TempSec.addr = Sec.addr; in constructSection()
96 TempSec.size = Sec.size; in constructSection()
97 TempSec.offset = Sec.offset; in constructSection()
98 TempSec.align = Sec.align; in constructSection()
99 TempSec.reloff = Sec.reloff; in constructSection()
100 TempSec.nreloc = Sec.nreloc; in constructSection()
101 TempSec.flags = Sec.flags; in constructSection()
104 return TempSec; in constructSection()
121 MachO::swapStruct(TempSec); in writeLoadCommandData()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/yaml2obj/
H A Dyaml2macho.cpp100 SectionType TempSec; in constructSection() local
103 TempSec.addr = Sec.addr; in constructSection()
104 TempSec.size = Sec.size; in constructSection()
105 TempSec.offset = Sec.offset; in constructSection()
106 TempSec.align = Sec.align; in constructSection()
107 TempSec.reloff = Sec.reloff; in constructSection()
108 TempSec.nreloc = Sec.nreloc; in constructSection()
109 TempSec.flags = Sec.flags; in constructSection()
112 return TempSec; in constructSection()
129 MachO::swapStruct(TempSec); in writeLoadCommandData()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/yaml2obj/
H A Dyaml2macho.cpp100 SectionType TempSec; in constructSection() local
103 TempSec.addr = Sec.addr; in constructSection()
104 TempSec.size = Sec.size; in constructSection()
105 TempSec.offset = Sec.offset; in constructSection()
106 TempSec.align = Sec.align; in constructSection()
107 TempSec.reloff = Sec.reloff; in constructSection()
108 TempSec.nreloc = Sec.nreloc; in constructSection()
109 TempSec.flags = Sec.flags; in constructSection()
112 return TempSec; in constructSection()
129 MachO::swapStruct(TempSec); in writeLoadCommandData()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/ObjectYAML/
H A DMachOEmitter.cpp103 SectionType TempSec; in constructSection() local
106 TempSec.addr = Sec.addr; in constructSection()
107 TempSec.size = Sec.size; in constructSection()
108 TempSec.offset = Sec.offset; in constructSection()
109 TempSec.align = Sec.align; in constructSection()
110 TempSec.reloff = Sec.reloff; in constructSection()
111 TempSec.nreloc = Sec.nreloc; in constructSection()
112 TempSec.flags = Sec.flags; in constructSection()
115 return TempSec; in constructSection()
132 MachO::swapStruct(TempSec); in writeLoadCommandData()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/ObjectYAML/
H A DMachOEmitter.cpp103 SectionType TempSec; in constructSection() local
106 TempSec.addr = Sec.addr; in constructSection()
107 TempSec.size = Sec.size; in constructSection()
108 TempSec.offset = Sec.offset; in constructSection()
109 TempSec.align = Sec.align; in constructSection()
110 TempSec.reloff = Sec.reloff; in constructSection()
111 TempSec.nreloc = Sec.nreloc; in constructSection()
112 TempSec.flags = Sec.flags; in constructSection()
115 return TempSec; in constructSection()
132 MachO::swapStruct(TempSec); in writeLoadCommandData()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/ObjectYAML/
H A DMachOEmitter.cpp103 SectionType TempSec; in constructSection() local
106 TempSec.addr = Sec.addr; in constructSection()
107 TempSec.size = Sec.size; in constructSection()
108 TempSec.offset = Sec.offset; in constructSection()
109 TempSec.align = Sec.align; in constructSection()
110 TempSec.reloff = Sec.reloff; in constructSection()
111 TempSec.nreloc = Sec.nreloc; in constructSection()
112 TempSec.flags = Sec.flags; in constructSection()
115 return TempSec; in constructSection()
132 MachO::swapStruct(TempSec); in writeLoadCommandData()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/ObjectYAML/
H A DMachOEmitter.cpp103 SectionType TempSec; in constructSection() local
106 TempSec.addr = Sec.addr; in constructSection()
107 TempSec.size = Sec.size; in constructSection()
108 TempSec.offset = Sec.offset; in constructSection()
109 TempSec.align = Sec.align; in constructSection()
110 TempSec.reloff = Sec.reloff; in constructSection()
111 TempSec.nreloc = Sec.nreloc; in constructSection()
112 TempSec.flags = Sec.flags; in constructSection()
115 return TempSec; in constructSection()
132 MachO::swapStruct(TempSec); in writeLoadCommandData()
[all …]

12