Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DXCOFFYAML.h117 std::optional<uint32_t> StabInfoIndex; member
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h334 support::ubig32_t StabInfoIndex;
408 return Entry32->StabInfoIndex;
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DXCOFFYAML.cpp270 IO.mapOptional("StabInfoIndex", AuxSym.StabInfoIndex); in auxSymMapping()
H A DXCOFFEmitter.cpp649 W.write<uint32_t>(AuxSym.StabInfoIndex.value_or(0)); in writeAuxSymbol()