Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
H A DObjectFileTransformer.cpp76 const bool IsELF = isa<ELFObjectFileBase>(&Obj); in convert() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCContext.h77 enum Environment { IsMachO, IsELF, IsCOFF, IsWasm, IsXCOFF }; enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp2262 bool IsELF = CGM.getTarget().getTriple().isOSBinFormatELF(); in addLinkOptionsPostorder() local