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.h841 struct InStruct { struct
842 const uint8_t *bufferStart = nullptr;
866 extern InStruct in; argument
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h1485 struct InStruct { struct
1486 std::unique_ptr<InputSection> attributes;
1487 std::unique_ptr<SyntheticSection> riscvAttributes;
1488 std::unique_ptr<BssSection> bss;
1489 std::unique_ptr<BssSection> bssRelRo;
1490 std::unique_ptr<GotSection> got;
1491 std::unique_ptr<GotPltSection> gotPlt;
1492 std::unique_ptr<IgotPltSection> igotPlt;
1493 std::unique_ptr<RelroPaddingSection> relroPadding;
1494 std::unique_ptr<SyntheticSection> armCmseSGSection;
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackProtector.cpp127 ContainsProtectableArray(Type * Ty,Module * M,unsigned SSPBufferSize,bool & IsLarge,bool Strong,bool InStruct) ContainsProtectableArray() argument