Home
last modified time | relevance | path

Searched refs:ESDBindingScope (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DGOFF.h134 enum ESDBindingScope : uint8_t { enum
/src/contrib/llvm-project/llvm/include/llvm/Object/
H A DGOFF.h262 GOFF::ESDBindingScope &Scope) { in getBindingScope()
265 Scope = (GOFF::ESDBindingScope)Value; in getBindingScope()
/src/contrib/llvm-project/llvm/lib/Object/
H A DGOFFObjectFile.cpp270 GOFF::ESDBindingScope BindingScope; in getSymbolFlags()