Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCContext.h209 StringMap<bool> ELFRelSecNames; variable
/external/llvm/lib/MC/
DMCContext.cpp321 std::tie(I, Inserted) = ELFRelSecNames.insert(std::make_pair(Name, true)); in createELFRelSection()