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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCTargetDesc.cpp409 static std::map<StringRef,unsigned> ElfFlags = { local
418 auto F = ElfFlags.find(STI.getCPU());
419 assert(F != ElfFlags.end() && "Unrecognized Architecture");
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3079 std::string ElfFlags; local
3081 ElfFlags =
3086 ElfFlags = printFlags(e->e_flags, makeArrayRef(ElfHeaderRISCVFlags));
3088 if (!ElfFlags.empty())
3089 Str = Str + ", " + ElfFlags;

Completed in 114 milliseconds