Home
last modified time | relevance | path

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

/freebsd/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 if (It == SrcMap.end()) in getSource()
44 return SrcMap.back().second; in getSource()
H A DFunction.h223 SrcMap = std::move(NewSrcMap); in setCode()
249 SourceMap SrcMap; variable
H A DByteCodeEmitter.h88 SourceMap SrcMap; variable
H A DByteCodeEmitter.cpp191 Func->setCode(NextLocalOffset, std::move(Code), std::move(SrcMap), in compileFunc()
317 SrcMap.emplace_back(Code.size(), SI); in emitOp()