Searched refs:SourceMap (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/ |
H A D | Function.h | 118 void setCode(unsigned NewFrameSize, std::vector<char> &&NewCode, SourceMap &&NewSrcMap, in setCode() 144 SourceMap SrcMap;
|
H A D | ByteCodeEmitter.h | 94 SourceMap SrcMap;
|
H A D | Source.h | 99 using SourceMap = std::vector<std::pair<unsigned, SourceInfo>>; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
H A D | RISCVCompressInstEmitter.cpp | 106 std::vector<Record *> RF, IndexedMap<OpData> &SourceMap, in CompressPat() 108 : Source(S), Dest(D), PatReqFeatures(RF), SourceOperandMap(SourceMap), in CompressPat()
|