Home
last modified time | relevance | path

Searched defs:IsExternal (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/gnu/llvm/lldb/include/lldb/Symbol/
DVariable.h70 bool IsExternal() const { return m_external; } in IsExternal() function
DSymbol.h180 bool IsExternal() const { return m_is_external; } in IsExternal() function
/openbsd/src/gnu/llvm/lldb/source/API/
DSBSymbol.cpp195 bool SBSymbol::IsExternal() { in IsExternal() function in SBSymbol
/openbsd/src/gnu/llvm/llvm/include/llvm/MC/
DMCSymbol.h100 mutable unsigned IsExternal : 1; variable
/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp107 bool IsExternal = Obj.getPlainRelocationExternal(RelInfo); in getRelocationValueRef() local
/openbsd/src/gnu/llvm/llvm/lib/MC/
DWinCOFFObjectWriter.cpp437 bool IsExternal = MCSym.isExternal() || in DefineSymbol() local