Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.h778 struct InStruct { struct
779 const uint8_t *bufferStart = nullptr;
803 extern InStruct in; argument
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h1338 struct InStruct { struct
1339 std::unique_ptr<InputSection> attributes;
1340 std::unique_ptr<SyntheticSection> riscvAttributes;
1341 std::unique_ptr<BssSection> bss;
1342 std::unique_ptr<BssSection> bssRelRo;
1343 std::unique_ptr<GotSection> got;
1344 std::unique_ptr<GotPltSection> gotPlt;
1345 std::unique_ptr<IgotPltSection> igotPlt;
1346 std::unique_ptr<RelroPaddingSection> relroPadding;
1370 LLVM_LIBRARY_VISIBILITY extern InStruct in; argument
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackProtector.cpp211 bool InStruct) { in ContainsProtectableArray()