Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/gold/
H A Dgold-plugin.cpp108 struct ResolutionInfo { struct
128 static StringMap<ResolutionInfo> ResInfo;
592 ResolutionInfo &Res = ResInfo[Name]; in claim_file_hook()
651 ResolutionInfo &Res = ResInfo[Name]; in claim_file_hook()
652 ResolutionInfo &WrapRes = ResInfo["__wrap_" + Name.str()]; in claim_file_hook()
653 ResolutionInfo &RealRes = ResInfo["__real_" + Name.str()]; in claim_file_hook()
743 ResolutionInfo &Res = ResInfo[Sym.name]; in addModule()