Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DFunction.cpp37 auto It = llvm::lower_bound(SrcMap, Elem{Offset, {}}, llvm::less_first()); in getSource()
38 assert(It != SrcMap.end()); in getSource()
H A DFunction.h155 SrcMap = std::move(NewSrcMap); in setCode()
180 SourceMap SrcMap; variable
H A DByteCodeEmitter.cpp96 Func->setCode(NextLocalOffset, std::move(Code), std::move(SrcMap), in compileFunc()
190 SrcMap.emplace_back(Code.size(), SI); in emitOp()
H A DByteCodeEmitter.h94 SourceMap SrcMap; variable