Home
last modified time | relevance | path

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

/external/llvm-project/lld/include/lld/Core/
DNode.h29 enum class Kind { File, GroupEnd }; enumerator
42 class GroupEnd : public Node {
44 explicit GroupEnd(int size) : Node(Kind::GroupEnd), _size(size) {} in GroupEnd() function
49 return a->kind() == Kind::GroupEnd; in classof()
/external/llvm-project/lldb/utils/TableGen/
DLLDBOptionDefEmitter.cpp49 int GroupEnd = Option->getValueAsInt("GroupEnd"); in CommandOption() local
50 for (int i = GroupStart; i <= GroupEnd; ++i) in CommandOption()
/external/llvm-project/lldb/source/Commands/
DOptionsBase.td122 int GroupEnd = end;
127 int GroupEnd = group;
/external/llvm-project/lld/lib/Core/
DResolver.cpp195 if (GroupEnd *group = dyn_cast<GroupEnd>(inputs[index].get())) { in getFile()
/external/llvm-project/lld/lib/ReaderWriter/MachO/
DMachOLinkingContext.cpp1028 elements.push_back(std::make_unique<GroupEnd>(numLibs)); in finalizeInputFiles()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp3083 unsigned GroupEnd = GroupStart + 3; in validateInstruction() local
3087 RegName.take_front(3) + Twine(GroupEnd) + in validateInstruction()
/external/llvm-project/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp3847 unsigned GroupEnd = GroupStart + 3; in validateInstruction() local
3851 RegName.take_front(3) + Twine(GroupEnd) + in validateInstruction()