Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DXCOFFYAML.h90 AUX_SYM = 253, enumerator
167 BlockAuxEnt() : AuxSymbolEnt(AuxSymbolType::AUX_SYM) {} in BlockAuxEnt()
169 return S->Type == AuxSymbolType::AUX_SYM; in classof()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DXCOFFYAML.cpp164 ECase(AUX_SYM); in enumeration()
346 case XCOFFYAML::AUX_SYM: in mapping()
H A DXCOFFEmitter.cpp705 W.write<uint8_t>(XCOFF::AUX_SYM); in writeAuxSymbol()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp529 ECase(AUX_EXCEPT), ECase(AUX_FCN), ECase(AUX_SYM), ECase(AUX_FILE),