Home
last modified time | relevance | path

Searched refs:ObjectFilesMap (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DExecutionUtils.cpp399 if (!ObjectFilesMap.count(Name)) in tryToGenerate()
401 auto ChildBuffer = ObjectFilesMap[Name]; in tryToGenerate()
456 ObjectFilesMap[L.getExecutionSession().intern(SymName)] = in buildObjectFilesMap()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DExecutionUtils.h330 DenseMap<SymbolStringPtr, MemoryBufferRef> ObjectFilesMap; variable