Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DExecutionUtils.h199 struct AtExitRecord { struct
209 DenseMap<void *, std::vector<AtExitRecord>> AtExitRecords; argument
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DExecutionUtils.cpp206 std::vector<AtExitRecord> AtExitsToRun; in runAtExits()