Home
last modified time | relevance | path

Searched defs:Targ (Results 1 – 12 of 12) sorted by relevance

/llvm-project/llvm/include/llvm/TextAPI/
H A DRecordVisitor.h47 const Target Targ; variable
H A DSymbol.h85 typename C::iterator addEntry(C &Container, const Target &Targ) { in addEntry()
142 bool hasTarget(const Target &Targ) const { in hasTarget()
H A DInterfaceFile.h69 bool hasTarget(Target &Targ) const { in hasTarget()
154 bool hasTarget(const Target &Targ) const { in hasTarget()
/llvm-project/llvm/tools/llvm-readtapi/
H A DDiffEngine.cpp101 void SymScalar::print(raw_ostream &OS, std::string Indent, MachO::Target Targ) { in print()
127 void addDiffForTargSlice(V Val, Target Targ, DiffOutput &Diff, in addDiffForTargSlice()
151 for (auto Targ : IRef.targets()) in getSingleAttrDiff() local
175 for (auto Targ : Sym->targets()) in getSingleAttrDiff() local
242 for (auto Targ : IRef.targets()) { in findAndAddDiff() local
273 for (const auto Targ : Sym->targets()) { in findAndAddDiff() local
H A DDiffEngine.h105 DiffStrVec(MachO::Target Targ) : AttributeDiff(AD_Str_Vec), Targ(Targ){}; in DiffStrVec()
117 DiffSymVec(MachO::Target Targ) : AttributeDiff(AD_Sym_Vec), Targ(Targ){}; in DiffSymVec()
/llvm-project/llvm/lib/TextAPI/
H A DSymbolSet.cpp25 const Target &Targ) { in addGlobal()
H A DTarget.cpp76 std::string getTargetTripleName(const Target &Targ) { in getTargetTripleName()
H A DInterfaceFile.cpp356 setFromBinaryAttrs(const RecordsSlice::BinaryAttrs & BA,const Target & Targ) setFromBinaryAttrs() argument
H A DRecordsSlice.cpp328 const Target &Targ = S->getTarget(); createInterfaceFile() local
H A DTextStubV5.cpp747 std::string getFormattedStr(const MachO::Target &Targ) { in getFormattedStr()
769 for (const auto Targ : ActiveTargets) { in serializeTargetInfo() local
/llvm-project/llvm/unittests/TextAPI/
H A DTextStubV5Tests.cpp208 for (const auto &Targ : AllTargets) { in TEST() local
727 for (const auto &Targ : AllTargets) { in TEST() local
901 for (const auto &Targ : AllTargets) TEST() local
[all...]
/llvm-project/clang/tools/clang-installapi/
H A DOptions.cpp1095 addConditionalCC1Args(std::vector<std::string> & ArgStrings,const llvm::Triple & Targ,const HeaderType Type) addConditionalCC1Args() argument