Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerGlobalDtors.cpp175 Function *CallDtors = Function::Create( in runImpl() local
185 BasicBlock *BB = BasicBlock::Create(C, "body", CallDtors); in runImpl()
208 Value *Args[] = {CallDtors, Null, DsoHandle}; in runImpl()