Searched refs:ElfFlags (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCTargetDesc.cpp518 static std::map<StringRef,unsigned> ElfFlags = { local
529 auto F = ElfFlags.find(STI.getCPU());
530 assert(F != ElfFlags.end() && "Unrecognized Architecture");
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3481 std::string ElfFlags; local
3483 ElfFlags =
3488 ElfFlags = printFlags(e->e_flags, makeArrayRef(ElfHeaderRISCVFlags));
3490 if (!ElfFlags.empty())
3491 Str = Str + ", " + ElfFlags;

Completed in 126 milliseconds