Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeFunctionSig.cpp69 auto NTFA = std::make_unique<NativeTypeFunctionArg>(Session, std::move(S)); in wrap() local
70 return PDBSymbol::create(Session, std::move(NTFA)); in wrap()