reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
202 M.expectAddObject(K1, Obj1); 203 cantFail(T1.addObject(K1, std::move(Obj1))); 229 M.expectFindSymbolIn(K1, Name, ExportedOnly); 230 llvm::JITSymbol Sym2 = T1.findSymbolIn(K1, Name, ExportedOnly); 234 M.expectEmitAndFinalize(K1); 235 cantFail(T2.emitAndFinalize(K1)); 241 M.expectMapSectionAddress(K1, Buffer, MockAddress); 242 T1.mapSectionAddress(K1, Buffer, MockAddress);