Searched refs:RefState (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/lld/MachO/ |
| H A D | Symbols.h | 204 enum class RefState : uint8_t { Unreferenced = 0, Weak = 1, Strong = 2 }; enum 208 Undefined(StringRef name, InputFile *file, RefState refState, in Undefined() 212 assert(refState != RefState::Unreferenced); in Undefined() 215 bool isWeakRef() const override { return refState == RefState::Weak; } in isWeakRef() 219 RefState refState : 2; 258 RefState refState, bool isTlv) in DylibSymbol() 261 if (file && refState > RefState::Unreferenced) in DylibSymbol() 270 return refState == RefState::Weak || in isWeakRef() 273 bool isReferenced() const { return refState != RefState::Unreferenced; } in isReferenced() 285 RefState getRefState() const { return refState; } in getRefState() [all …]
|
| H A D | SymbolTable.cpp | 230 RefState refState = isWeakRef ? RefState::Weak : RefState::Strong; in addUndefined() 269 RefState refState = RefState::Unreferenced; in addDylib() 308 if (dysym->getRefState() != RefState::Unreferenced) in addLazyArchive() 326 if (dysym->getRefState() != RefState::Unreferenced) in addLazyObject()
|
| H A D | InputFiles.h | 49 enum class RefState : uint8_t; 249 RefState refState;
|
| H A D | LTO.cpp | 150 RefState::Strong, /*wasBitcodeSymbol=*/true); in add()
|
| H A D | InputFiles.cpp | 1709 : InputFile(DylibKind, mb), refState(RefState::Unreferenced), in DylibFile() 1892 : InputFile(DylibKind, interface), refState(RefState::Unreferenced), in DylibFile() 1986 : InputFile(DylibKind, MemoryBufferRef{}), refState(RefState::Unreferenced), in DylibFile()
|
| H A D | Writer.cpp | 948 dylibFile->refState == RefState::Weak) { in createLoadCommands()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | MallocChecker.cpp | 169 class RefState { class 191 RefState(Kind k, const Stmt *s, AllocationFamily family) in RefState() function in __anon0957485b0211::RefState 205 bool operator==(const RefState &X) const { in operator ==() 209 static RefState getAllocated(AllocationFamily family, const Stmt *s) { in getAllocated() 210 return RefState(Allocated, s, family); in getAllocated() 212 static RefState getAllocatedOfSizeZero(const RefState *RS) { in getAllocatedOfSizeZero() 213 return RefState(AllocatedOfSizeZero, RS->getStmt(), in getAllocatedOfSizeZero() 216 static RefState getReleased(AllocationFamily family, const Stmt *s) { in getReleased() 217 return RefState(Released, s, family); in getReleased() 219 static RefState getRelinquished(AllocationFamily family, const Stmt *s) { in getRelinquished() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 6675 …m::ImutKeyValueInfo<clang::ento::SymbolData const*, (anonymous namespace)::RefState>>::destroy()"}, 6676 …RefState>>*, llvm::DenseMapInfo<unsigned int>, llvm::DenseMapInfo<llvm::ImutAVLTree<llvm::ImutKeyV… 6677 …ImutKeyValueInfo<clang::ento::SymbolData const*, (anonymous namespace)::RefState>>::computeDigest(… 6678 …RefState>>*, std::allocator<llvm::ImutAVLTree<llvm::ImutKeyValueInfo<clang::ento::SymbolData const… 6679 …ImutKeyValueInfo<clang::ento::SymbolData const*, (anonymous namespace)::RefState>>::operator++()"}, 6680 …st*, (anonymous namespace)::RefState, llvm::ImutKeyValueInfo<clang::ento::SymbolData const*, (anon… 6681 …st*, (anonymous namespace)::RefState, llvm::ImutKeyValueInfo<clang::ento::SymbolData const*, (anon… 6682 …mespace)::RefState>>::getCanonicalTree(llvm::ImutAVLTree<llvm::ImutKeyValueInfo<clang::ento::Symbo… 6683 …RefState>>::add_internal(std::pair<clang::ento::SymbolData const*, (anonymous namespace)::RefState… 6684 …amespace)::RefState>>::markImmutable(llvm::ImutAVLTree<llvm::ImutKeyValueInfo<clang::ento::SymbolD… [all …]
|