Searched defs:isExtern (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGCUDARuntime.h | 75 bool isExtern() const { return Extern; } isExtern() function |
/llvm-project/clang/lib/AST/Interp/ | ||
H A D | InterpBlock.h |
|
H A D | Pointer.h |
|
/llvm-project/llvm/tools/llvm-objdump/ | ||
H A D | MachODump.cpp | 384 bool isExtern = O->getPlainRelocationExternal(RE); in printRelocationTargetName() local |
/llvm-project/llvm/lib/Object/ | ||
H A D | MachOObjectFile.cpp | 2251 bool isExtern = getPlainRelocationExternal(RE); in getRelocationSymbol() local |