Home
last modified time | relevance | path

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

/external/llvm/lib/Object/
DMachOObjectFile.cpp1578 const char* ImportName = Stack.back().ImportName; in otherName() local
1579 if (ImportName) in otherName()
1580 return StringRef(ImportName); in otherName()
1590 ImportName(nullptr), ChildCount(0), NextChildIndex(0), in NodeState()
1605 State.ImportName = reinterpret_cast<const char*>(State.Current); in pushNode()
/external/llvm/include/llvm/Object/
DMachO.h88 const char *ImportName; member