Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/Interp/
H A DFunction.cpp37 auto It = llvm::lower_bound(SrcMap, Elem{Offset, {}}, llvm::less_first()); in getSource()
38 if (It == SrcMap.end() || It->first != Offset) in getSource()
H A DFunction.h122 SrcMap = std::move(NewSrcMap); in setCode()
144 SourceMap SrcMap; variable
H A DByteCodeEmitter.cpp75 Func->setCode(NextLocalOffset, std::move(Code), std::move(SrcMap), in compileFunc()
163 SrcMap.emplace_back(Code.size(), SI); in emitOp()
H A DByteCodeEmitter.h94 SourceMap SrcMap; variable