Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DCOFFLinkerContext.h45 void addTpiSource(TpiSource *tpi) { tpiSourceList.push_back(tpi); } in addTpiSource() function
H A DDebugTypes.cpp177 ctx.addTpiSource(this); in TpiSource()