Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.h843 struct InStruct { struct
844 const uint8_t *bufferStart = nullptr;
868 extern InStruct in; argument
/freebsd/contrib/llvm-project/lld/ELF/
H A DConfig.h569 struct InStruct { struct
570 std::unique_ptr<InputSection> attributes;
571 std::unique_ptr<SyntheticSection> hexagonAttributes;
572 std::unique_ptr<SyntheticSection> riscvAttributes;
573 std::unique_ptr<BssSection> bss;
574 std::unique_ptr<BssSection> bssRelRo;
575 std::unique_ptr<SyntheticSection> gnuProperty;
576 std::unique_ptr<SyntheticSection> gnuStack;
577 std::unique_ptr<GotSection> got;
578 std::unique_ptr<GotPltSection> gotPlt;
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackProtector.cpp212 bool InStruct) { in ContainsProtectableArray()