Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DItaniumMangle.cpp346 void setUsedAbiTags(const AbiTagList &AbiTags) { in setUsedAbiTags() argument
347 UsedAbiTags = AbiTags; in setUsedAbiTags()
384 for (const auto &Tag : AbiTags) { in writeSortedUniqueAbiTags()
393 AbiTagState *AbiTags = nullptr; member in __anon3c6dfd840111::CXXNameMangler
417 AbiTagsRoot(AbiTags) { in CXXNameMangler()
425 AbiTagsRoot(AbiTags) {} in CXXNameMangler()
429 AbiTagsRoot(AbiTags) {} in CXXNameMangler()
434 NullOut(false), Structor(nullptr), AbiTagsRoot(AbiTags) {} in CXXNameMangler()
438 FunctionTypeDepth(Outer.FunctionTypeDepth), AbiTagsRoot(AbiTags), in CXXNameMangler()
806 assert(AbiTags && "require AbiTagState"); in writeAbiTags()
[all …]