Home
last modified time | relevance | path

Searched defs:InterfaceFile (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DTextAPIReader.h20 class InterfaceFile; variable
H A DInterfaceFile.h144 InterfaceFile(std::unique_ptr<SymbolSet> &&InputSymbols) InterfaceFile() function
147 InterfaceFile() : SymbolsSet(std::make_unique<SymbolSet>()){}; InterfaceFile() function
[all...]
/freebsd-src/contrib/llvm-project/lld/MachO/
H A DInputFiles.h35 class InterfaceFile; variable