Searched defs:getLocRange (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMCAsmLexer.cpp35 SMRange AsmToken::getLocRange() const { function in class:AsmToken
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86Operand.h95 SMRange getLocRange() const { return SMRange(StartLoc, EndLoc); } function in struct:llvm::final
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp244 SMRange getLocRange() const { return SMRange(StartLoc, EndLoc); } function in struct:__anon2343::PPCOperand
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp291 SMRange getLocRange() const { return SMRange(StartLoc, EndLoc); } function in class:__anon2401::SystemZOperand
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp707 SMRange getLocRange() const { function in class:__anon2091::AMDGPUOperand
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp870 SMRange getLocRange() const { return SMRange(StartLoc, EndLoc); } function in class:__anon2168::ARMOperand

Completed in 233 milliseconds