Home
last modified time | relevance | path

Searched refs:TypeChkSectNum (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h321 support::ubig16_t TypeChkSectNum;
331 support::ubig16_t TypeChkSectNum;
374 uint16_t getTypeChkSectNum() const { return GETVALUE(TypeChkSectNum); }
/openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DXCOFFYAML.h123 std::optional<uint16_t> TypeChkSectNum; member
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DXCOFFEmitter.cpp531 W.write<uint16_t>(AuxSym.TypeChkSectNum.value_or(0)); in writeAuxSymbol()
540 W.write<uint16_t>(AuxSym.TypeChkSectNum.value_or(0)); in writeAuxSymbol()
H A DXCOFFYAML.cpp230 IO.mapOptional("TypeChkSectNum", AuxSym.TypeChkSectNum); in auxSymMapping()