OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TargetFeaturesSection
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
WasmYAML.h
258
struct
TargetFeaturesSection
: CustomSection {
259
TargetFeaturesSection
() : CustomSection("target_features") {}
/src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
wasm2yaml.cpp
175
std::unique_ptr<WasmYAML::
TargetFeaturesSection
> TargetFeaturesSec =
176
std::make_unique<WasmYAML::
TargetFeaturesSection
>();
/src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
WasmEmitter.cpp
59
WasmYAML::
TargetFeaturesSection
&Section);
324
WasmYAML::
TargetFeaturesSection
&Section) {
343
} else if (auto S = dyn_cast<WasmYAML::
TargetFeaturesSection
>(&Section)) {
WasmYAML.cpp
86
static void sectionMapping(IO &IO, WasmYAML::
TargetFeaturesSection
&Section) {
198
Section.reset(new WasmYAML::
TargetFeaturesSection
());
199
sectionMapping(IO, *cast<WasmYAML::
TargetFeaturesSection
>(Section.get()));
/src/external/apache2/llvm/dist/llvm/lib/MC/
WasmObjectWriter.cpp
208
std::unique_ptr<WasmCustomSection>
TargetFeaturesSection
;
263
TargetFeaturesSection
.reset();
1477
TargetFeaturesSection
=
1895
if (
TargetFeaturesSection
)
1896
writeCustomSection(*
TargetFeaturesSection
, Asm, Layout);
Completed in 17 milliseconds
Indexes created Mon Sep 21 00:25:25 UTC 2026