Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDVariable.h70 bool IsExternal() const { return m_external; } in IsExternal() function
HDSymbol.h196 bool IsExternal() const { return m_is_external; } in IsExternal() function
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
HDSBSymbol.cpp195 bool SBSymbol::IsExternal() { in IsExternal() function in SBSymbol
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCSymbol.h100 mutable unsigned IsExternal : 1; variable
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRuntimeDyldMachO.cpp107 bool IsExternal = Obj.getPlainRelocationExternal(RelInfo); in getRelocationValueRef() local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
HDLVElement.h74 IsExternal, enumerator
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
HDWinCOFFObjectWriter.cpp428 bool IsExternal = in defineSymbol() local