9#ifndef LLVM_ASMPARSER_FILELOC_H
10#define LLVM_ASMPARSER_FILELOC_H
33 FileLoc(std::pair<unsigned, unsigned> LC) :
Line(LC.first),
Col(LC.second) {}
assert(UImm &&(UImm !=~static_cast< T >(0)) &&"Invalid immediate!")
static GCRegistry::Add< CoreCLRGC > E("coreclr", "CoreCLR-compatible GC")
@ C
The default llvm calling convention, compatible with C.
This is an optimization pass for GlobalISel generic memory operations.
bool contains(FileLoc L) const
bool contains(FileLocRange LR) const
FileLocRange(FileLoc S, FileLoc E)
Struct holding Line:Column location.
FileLoc(std::pair< unsigned, unsigned > LC)
unsigned Col
0-based column number
FileLoc(unsigned L, unsigned C)
bool operator<=(const FileLoc &RHS) const
bool operator<(const FileLoc &RHS) const
unsigned Line
0-based line number