Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DFunction.cpp68 auto It = llvm::lower_bound(SrcMap, Elem{Offset, {}}, llvm::less_first()); in getSource()
69 if (It == SrcMap.end()) in getSource()
70 return SrcMap.back().second; in getSource()
H A DFunction.h244 SrcMap = std::move(NewSrcMap); in setCode()
271 SourceMap SrcMap; variable
H A DByteCodeEmitter.cpp90 Func->setCode(NextLocalOffset, std::move(Code), std::move(SrcMap), in compileFunc()
221 SrcMap.emplace_back(Code.size(), SI); in emitOp()
H A DByteCodeEmitter.h93 SourceMap SrcMap; variable