Home
last modified time | relevance | path

Searched defs:GC (Results 1 – 13 of 13) sorted by relevance

/llvm-project/lld/test/ELF/
H A Dgc-sections-with-provide.s26 GC: another_used label
28 GC: baz label
29 GC: baz_ref label
30 GC: foo label
32 GC: used label
/llvm-project/llvm/unittests/DebugInfo/GSYM/
H A DGSYMTest.cpp944 const GsymCreator &GC, in TestGsymCreatorEncodeError() argument
962 GsymCreator GC; in TEST() local
1006 Compare(const GsymCreator & GC,const GsymReader & GR) Compare() argument
1017 TestEncodeDecode(const GsymCreator & GC,llvm::endianness ByteOrder,uint16_t Version,uint8_t AddrOffSize,uint64_t BaseAddress,uint32_t NumAddresses,ArrayRef<uint8_t> UUID) TestEncodeDecode() argument
1040 GsymCreator GC; TEST() local
1063 GsymCreator GC; TEST() local
1086 GsymCreator GC; TEST() local
1109 GsymCreator GC; TEST() local
1146 GsymCreator GC; TEST() local
1191 GsymCreator GC; TEST() local
1341 GsymCreator GC; TEST() local
1419 GsymCreator GC; TEST() local
1527 GsymCreator GC; TEST() local
1628 GsymCreator GC; TEST() local
1660 GsymCreator GC; TEST() local
1832 GsymCreator GC; TEST() local
2093 GsymCreator GC; TEST() local
2273 GsymCreator GC; TEST() local
2414 GsymCreator GC; TEST() local
2441 GsymCreator GC; TEST() local
2463 AddFunctionInfo(GsymCreator & GC,const char * FuncName,uint64_t FuncAddr,const char * SourcePath,const char * HeaderPath) AddFunctionInfo() argument
2504 FinalizeEncodeAndDecode(GsymCreator & GC) FinalizeEncodeAndDecode() argument
2525 GsymCreator GC; TEST() local
2677 GsymCreator GC; TEST() local
3055 GsymCreator GC; TEST() local
3283 GsymCreator GC; TEST() local
3520 GsymCreator GC; TEST() local
3800 GsymCreator GC; TEST() local
4003 GsymCreator GC; TEST() local
4156 GsymCreator GC; TEST() local
4318 GsymCreator GC; TEST() local
4639 GsymCreator GC; TEST() local
4855 GsymCreator GC; TEST() local
[all...]
/llvm-project/clang/test/Layout/
H A Dms-x86-vtordisp.cpp297 struct GC: public virtual GA { struct
299 GC() {} in GC() function
/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp254 assert(GC && "GC Strategy for isGCPointerType cannot be null"); in isGCPointerType() argument
268 isHandledGCPointerType(Type * T,GCStrategy * GC) isHandledGCPointerType() argument
283 containsGCPtrType(Type * Ty,GCStrategy * GC) containsGCPtrType() argument
299 isUnhandledGCPointerType(Type * Ty,GCStrategy * GC) isUnhandledGCPointerType() argument
317 analyzeParsePointLiveness(DominatorTree & DT,GCPtrLivenessData & OriginalLivenessData,CallBase * Call,PartiallyConstructedSafepointRecord & Result,GCStrategy * GC) analyzeParsePointLiveness() argument
1352 recomputeLiveInValues(Function & F,DominatorTree & DT,ArrayRef<CallBase * > toUpdate,MutableArrayRef<struct PartiallyConstructedSafepointRecord> records,PointerToBaseTy & PointerToBase,GCStrategy * GC) recomputeLiveInValues() argument
1501 CreateGCRelocates(ArrayRef<Value * > LiveVariables,ArrayRef<Value * > BasePtrs,Instruction * StatepointToken,IRBuilder<> & Builder,GCStrategy * GC) CreateGCRelocates() argument
1648 makeStatepointExplicitImpl(CallBase * Call,const SmallVectorImpl<Value * > & BasePtrs,const SmallVectorImpl<Value * > & LiveVariables,PartiallyConstructedSafepointRecord & Result,std::vector<DeferredReplacement> & Replacements,const PointerToBaseTy & PointerToBase,GCStrategy * GC) makeStatepointExplicitImpl() argument
1938 makeStatepointExplicit(DominatorTree & DT,CallBase * Call,PartiallyConstructedSafepointRecord & Result,std::vector<DeferredReplacement> & Replacements,const PointerToBaseTy & PointerToBase,GCStrategy * GC) makeStatepointExplicit() argument
2249 findLiveReferences(Function & F,DominatorTree & DT,ArrayRef<CallBase * > toUpdate,MutableArrayRef<struct PartiallyConstructedSafepointRecord> records,GCStrategy * GC) findLiveReferences() argument
2652 std::unique_ptr<GCStrategy> GC = findGCStrategy(F); insertParsePoints() local
3191 computeLiveInValues(BasicBlock::reverse_iterator Begin,BasicBlock::reverse_iterator End,SetVector<Value * > & LiveTmp,GCStrategy * GC) computeLiveInValues() argument
3223 computeLiveOutSeed(BasicBlock * BB,SetVector<Value * > & LiveTmp,GCStrategy * GC) computeLiveOutSeed() argument
3239 computeKillSet(BasicBlock * BB,GCStrategy * GC) computeKillSet() argument
3277 computeLiveInValues(DominatorTree & DT,Function & F,GCPtrLivenessData & Data,GCStrategy * GC) computeLiveInValues() argument
3344 findLiveSetAtInst(Instruction * Inst,GCPtrLivenessData & Data,StatepointLiveSetTy & Out,GCStrategy * GC) findLiveSetAtInst() argument
3365 recomputeLiveInValues(GCPtrLivenessData & RevisedLivenessData,CallBase * Call,PartiallyConstructedSafepointRecord & Info,PointerToBaseTy & PointerToBase,GCStrategy * GC) recomputeLiveInValues() argument
[all...]
/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DGsymCreator.cpp498 GsymCreator *GC = ExpectedGC->get(); saveSegments() local
529 std::unique_ptr<GsymCreator> GC(new GsymCreator(/*Quiet=*/true)); createSegment() local
[all...]
/llvm-project/llvm/include/llvm/TextAPI/
H A DInterfaceFile.h48 GC = 4, enumerator
/llvm-project/compiler-rt/lib/asan/
H A Dasan_fake_stack.cpp148 NOINLINE void FakeStack::GC(uptr real_stack) { in GC() function in __asan::FakeStack
/llvm-project/clang-tools-extra/pseudo/unittests/
H A DGLRTest.cpp
/llvm-project/llvm/unittests/Analysis/
H A DLazyCallGraphTest.cpp1908 LazyCallGraph::SCC &GC = *CG.lookupSCC(G); in TEST() local
/llvm-project/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c1620 const char *GC = LLVMGetGC(Value_val(Fn)); llvm_gc() local
1627 llvm_set_gc(value GC,value Fn) llvm_set_gc() argument
/llvm-project/llvm/lib/IR/
H A DVerifier.cpp5738 auto GC = llvm::getGCStrategy(Relocate.getFunction()->getGC()); visitIntrinsicCall() local
H A DCore.cpp2458 LLVMSetGC(LLVMValueRef Fn,const char * GC) LLVMSetGC() argument
/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp6368 std::string GC; parseFunctionHeader() local