Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DVariable.h70 bool IsExternal() const { return m_external; } in IsExternal() function
H A DSymbol.h196 bool IsExternal() const { return m_is_external; } in IsExternal() function
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBSymbol.cpp195 bool SBSymbol::IsExternal() { in IsExternal() function in SBSymbol
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbol.h99 mutable unsigned IsExternal : 1; variable
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp107 bool IsExternal = Obj.getPlainRelocationExternal(RelInfo); in getRelocationValueRef() local
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVElement.h74 IsExternal, enumerator
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp456 bool IsExternal = in DefineSymbol() local