Home
last modified time | relevance | path

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

/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
/llvm-project/lldb/source/API/
H A DSBSymbol.cpp195 bool SBSymbol::IsExternal() { IsExternal() function in SBSymbol
/llvm-project/llvm/include/llvm/MC/
H A DMCSymbol.h100 mutable unsigned IsExternal : 1; variable
/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp107 if (IsExternal) { in getRelocationValueRef() local
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVElement.h74 IsExternal, enumerator
/llvm-project/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp451 bool IsExternal = defineSymbol() local
/llvm-project/flang/lib/Semantics/
H A Dtools.cpp893 bool IsExternal(const Symbol &symbol) { IsExternal() function