Searched refs:isExtern (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DArchHandler.cpp68 if (reloc.isExtern)
95 result.isExtern = (pattern & rExtern);
H A DMachONormalizedFileBinaryUtils.h142 result.isExtern = false;
152 result.isExtern = bitFieldExtract(r1, isBigEndian, 27, 1);
175 bitFieldSet(r1, isBigEndian, r.isExtern, 27, 1);
H A DMachONormalizedFile.h83 length(0), pcRel(false), isExtern(false), value(0),
91 bool isExtern; member in struct:lld::mach_o::normalized::Relocation
H A DMachONormalizedFileToAtoms.cpp634 + ", r1_extern=" + Twine(reloc.isExtern)
644 + ", r2_extern=" + Twine(reloc2.isExtern)
670 + ", r_extern=" + Twine(reloc.isExtern)
H A DMachONormalizedFileYAML.cpp358 io.mapRequired("extern", reloc.isExtern);
H A DArchHandler_arm.cpp883 if (reloc1.isExtern) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DBlock.h53 bool isExtern() const { return IsExtern; } function in class:clang::interp::Block
H A DPointer.h229 bool isExtern() const { return Pointee->isExtern(); } function in class:clang::interp::Pointer
H A DInterp.cpp182 if (!Ptr.isExtern())
H A DInterp.h405 if (B->isExtern())
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp463 bool isExtern = O->getPlainRelocationExternal(RE); local
471 if (isExtern) {
1477 bool isExtern = false; local
1480 isExtern = O->getPlainRelocationExternal(RE);
1481 if (isExtern) {
1627 bool isExtern = false; local
1630 isExtern = O->getPlainRelocationExternal(RE);
1631 if (isExtern) {
2634 bool isExtern = false; local
2659 isExtern
2708 bool isExtern = false; local
2746 bool isExtern = false; local
2811 bool isExtern = false; local
3338 bool isExtern = false; local
6889 bool isExtern = false; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp2134 bool isExtern = getPlainRelocationExternal(RE); local
2135 if (!isExtern)

Completed in 268 milliseconds