OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SegmentFlags
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCSectionWasm.h
44
unsigned
SegmentFlags
;
48
MCSectionWasm(StringRef Name, SectionKind K, unsigned
SegmentFlags
,
51
SegmentFlags
(
SegmentFlags
) {}
59
unsigned getSegmentFlags() const { return
SegmentFlags
; }
/src/external/apache2/llvm/dist/llvm/lib/MC/
MCSectionWasm.cpp
70
if (
SegmentFlags
& wasm::WASM_SEG_FLAG_STRINGS)
72
if (
SegmentFlags
& wasm::WASM_SEG_FLAG_TLS)
/src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
WasmYAML.h
38
LLVM_YAML_STRONG_TYPEDEF(uint32_t,
SegmentFlags
)
146
SegmentFlags
Flags;
469
template <> struct ScalarBitSetTraits<WasmYAML::
SegmentFlags
> {
470
static void bitset(IO &IO, WasmYAML::
SegmentFlags
&Value);
/src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
WasmYAML.cpp
543
void ScalarBitSetTraits<WasmYAML::
SegmentFlags
>::bitset(
544
IO &IO, WasmYAML::
SegmentFlags
&Value) {
Completed in 36 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026