Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCGOFFAttributes.h48 GOFF::ESDBindingScope BindingScope = GOFF::ESD_BSC_Unspecified;
71 GOFF::ESDBindingScope BindingScope = GOFF::ESD_BSC_Unspecified;
79 GOFF::ESDBindingScope BindingScope = GOFF::ESD_BSC_Unspecified;
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DGOFF.h134 enum ESDBindingScope : uint8_t { enum
251 GOFF_BEHAVIORAL_ATTRIBUTE(BindingScope, GOFF::ESDBindingScope, 5, 4, 4)
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DGOFF.h262 GOFF::ESDBindingScope &Scope) { in getBindingScope()
265 Scope = (GOFF::ESDBindingScope)Value; in getBindingScope()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionGOFF.cpp74 GOFF::ESDBindingScope BindingScope) { in emitXATTR()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DGOFFObjectFile.cpp270 GOFF::ESDBindingScope BindingScope; in getSymbolFlags()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp2812 GOFF::ESDBindingScope PRBindingScope = in SelectSectionForGlobal()
2817 GOFF::ESDBindingScope SDBindingScope = in SelectSectionForGlobal()