Home
last modified time | relevance | path

Searched refs:MCSymbolGOFF (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbolGOFF.h21 class MCSymbolGOFF : public MCSymbol {
23 MCSymbolGOFF(const MCSymbolTableEntry *Name, bool IsTemporary) in MCSymbolGOFF() function
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp275 return new (Name, *this) MCSymbolGOFF(Name, IsTemporary); in createSymbolImpl()