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.cpp48 const Architecture ArchT) { in constructTriples() argument
62 bool IsIntel = ArchitectureSet(ArchT).hasX86(); in constructTriples()
63 auto Arch = getArchitectureName(ArchT); in constructTriples()