Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCMachOStreamer.cpp143 Section->setBeginSymbol(Label); in changeSection()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSection.h153 void setBeginSymbol(MCSymbol *Sym) { in setBeginSymbol() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp2781 TextSection->setBeginSymbol(TextLD); in getModuleMetadata()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp967 Sec->setBeginSymbol(SectionStartSym); in Run()