Searched defs:Used (Results 1 - 22 of 22) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DRecordStreamer.h27 enum State { NeverSeen, Global, Defined, DefinedGlobal, DefinedWeak, Used, enumerator in enum:llvm::RecordStreamer::State
H A DIRSymtab.cpp195 addSymbol(const ModuleSymbolTable &Msymtab, const SmallPtrSet<GlobalValue *, 8> &Used, ModuleSymbolTable::Symbol Msym) argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DWeak.h35 void setUsed(bool Used=true) { used = Used; } argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DFunctionImportUtils.h44 SmallPtrSet<GlobalValue *, 8> Used; member in class:llvm::FunctionImportGlobalProcessing
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangle.h31 size_t Used = 0; member in struct:llvm::ms_demangle::ArenaAllocator::AllocatorNode
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCUnusedIVarsChecker.cpp29 enum IVarState { Unused, Used }; enumerator in enum:IVarState
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DInternalize.cpp154 SmallPtrSet<GlobalValue *, 8> Used; local
H A DWholeProgramDevirt.cpp172 std::vector<ArrayRef<uint8_t>> Used; local
H A DSampleProfile.cpp628 unsigned SampleCoverageTracker::computeCoverage(unsigned Used, argument
1740 unsigned Used = CoverageTracker.countUsedRecords(Samples, PSI); local
1753 uint64_t Used = CoverageTracker.getTotalUsedSamples(); local
[all...]
H A DLowerTypeTests.cpp339 SmallPtrSet<GlobalValue *, 16> Used, CompilerUsed; member in struct:__anon2598::ScopedSaveAliaseesAndUsed
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/
H A DPassAnalysisSupport.h54 SmallVector<AnalysisID, 0> Used; member in class:llvm::AnalysisUsage
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DExecuteStage.cpp54 SmallVector<std::pair<ResourceRef, ResourceCycles>, 4> Used; local
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_buffer_queue.h73 bool Used = false; member in struct:__xray::BufferQueue::BufferRep
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DLinePrinter.cpp156 uint32_t Used = std::min(BlockSize, StreamBytesRemaining); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp388 std::vector<GlobalValue *> Used; local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetCallingConv.h161 bool Used = false; member in struct:llvm::ISD::InputArg
/freebsd-11-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DCrashDebugger.cpp226 std::vector<Constant *> Used; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp657 SmallPtrSet<GlobalValue *, 8> Used; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp634 bool Used = Symbol.isUsedInReloc(); local
572 isInSymtab(const MCAsmLayout &Layout, const MCSymbolELF &Symbol, bool Used, bool Renamed) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp181 Used = 0x04, enumerator in enum:__anon2224::GepNode::__anon2225
[all...]
H A DHexagonLoopIdiomRecognition.cpp206 ValueSetType Used; // The set of all cloned values used by Root. member in struct:__anon2259::Simplifier::Context
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp4721 GlobalVariable *Used = collectUsedGlobalVariables(M, UsedGlobals, true); local

Completed in 314 milliseconds