Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DFunction.h118 void setCode(unsigned NewFrameSize, std::vector<char> &&NewCode, SourceMap &&NewSrcMap, in setCode()
144 SourceMap SrcMap;
H A DByteCodeEmitter.h94 SourceMap SrcMap;
H A DSource.h99 using SourceMap = std::vector<std::pair<unsigned, SourceInfo>>; variable
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DRISCVCompressInstEmitter.cpp106 std::vector<Record *> RF, IndexedMap<OpData> &SourceMap, in CompressPat()
108 : Source(S), Dest(D), PatReqFeatures(RF), SourceOperandMap(SourceMap), in CompressPat()