Home
last modified time | relevance | path

Searched defs:InStruct (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lld/MachO/
H A DSyntheticSections.h790 struct InStruct { struct
791 const uint8_t *bufferStart = nullptr;
815 extern InStruct in; argument
/openbsd-src/gnu/llvm/lld/ELF/
H A DSyntheticSections.h1274 struct InStruct { struct
1275 std::unique_ptr<InputSection> attributes;
1276 std::unique_ptr<SyntheticSection> riscvAttributes;
1277 std::unique_ptr<BssSection> bss;
1278 std::unique_ptr<BssSection> bssRelRo;
1279 std::unique_ptr<GotSection> got;
1280 std::unique_ptr<GotPltSection> gotPlt;
1304 LLVM_LIBRARY_VISIBILITY extern InStruct in; argument
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Ddump_format_style.py227 BeforeStruct, Finished, InStruct, InNestedStruct, InNestedFieldComment, \ variable in OptionsReader.read_options.State