Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DFunction.cpp42 auto It = llvm::lower_bound(SrcMap, Elem{Offset, {}}, llvm::less_first()); in getSource()
43 assert(It != SrcMap.end()); in getSource()
H A DFunction.h204 SrcMap = std::move(NewSrcMap); in setCode()
230 SourceMap SrcMap; variable
H A DByteCodeEmitter.cpp133 Func->setCode(NextLocalOffset, std::move(Code), std::move(SrcMap), in compileFunc()
239 SrcMap.emplace_back(Code.size(), SI); in emitOp()
H A DByteCodeEmitter.h85 SourceMap SrcMap; variable