Home
last modified time | relevance | path

Searched defs:isExternal (Results 1 – 11 of 11) sorted by relevance

/llvm-project/lld/MachO/
H A DSymbols.cpp56 uint64_t value, uint64_t size, bool isWeakDef, bool isExternal, in Defined() argument
H A DSymbols.h131 bool isExternal() const { return external; } isExternal() function
/llvm-project/mlir/lib/Analysis/
H A DCallGraph.cpp32 bool CallGraphNode::isExternal() const { return !callableRegion; } in isExternal() function in CallGraphNode
/llvm-project/mlir/lib/Interfaces/
H A DFunctionImplementation.cpp270 bool isExternal = body.empty(); in printFunctionSignature() local
/llvm-project/llvm/include/llvm/MC/
H A DMCSymbol.h406 bool isExternal() const { return IsExternal; } isExternal() function
/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Dppc64.h211 bool isExternal = E.getTarget().isExternal(); in visitEdge() local
H A DJITLink.h530 bool isExternal() const { isExternal() function
/llvm-project/lld/COFF/
H A DSymbols.h110 unsigned isExternal : 1; global() variable
/llvm-project/mlir/include/mlir/Tools/PDLL/AST/
H A DNodes.h940 bool isExternal() const { return !constraintBody && !codeBlock; } in isExternal() function
1146 bool isExternal() const { return !rewriteBody && !codeBlock; } in isExternal() function
/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp905 bool isExternal; global() member in __anon4af29db20211::EnumArgument
1054 bool isExternal; global() member in __anon4af29db20211::VariadicEnumArgument
[all...]
/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h377 bool isExternal() const { isExternal() function