Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLLVMTargetMachine.cpp80 TmpAsmInfo->setFullRegisterNames(Options.MCOptions.PPCUseFullRegisterNames); in initAsmInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h704 void setFullRegisterNames(bool V) { PPCUseFullRegisterNames = V; } in setFullRegisterNames() function