Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DDLL.h50 ArrayRef<Chunk *> getCodeUnwindInfo() { return unwindinfo; } in getCodeUnwindInfo()
70 std::vector<Chunk *> unwindinfo; variable
H A DDLL.cpp1033 unwindinfo.push_back(symtab.tailMergeUnwindInfoChunk); in create()