Home
last modified time | relevance | path

Searched defs:AuxSymbolType (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DXCOFFYAML.h86 enum AuxSymbolType : uint8_t { global() enum
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DCOFF.h282 enum AuxSymbolType { IMAGE_AUX_SYMBOL_TYPE_TOKEN_DEF = 1 }; enum