Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TextAPI/BinaryReader/
H A DDylibReader.cpp49 const Architecture ArchT) { in constructTriples() argument
63 bool IsIntel = ArchitectureSet(ArchT).hasX86(); in constructTriples()
64 auto Arch = getArchitectureName(ArchT); in constructTriples()