Home
last modified time | relevance | path

Searched defs:Unit (Results 1 – 25 of 112) sorted by relevance

12345

/llvm-project/clang/test/CodeGenCXX/
H A Darray-value-initialize.cpp32 struct Unit struct
34 Unit() {} in Unit() argument
35 Unit(const Unit& v) {} in Unit() argument
/llvm-project/llvm/lib/CodeGen/
H A DLiveRegMatrix.cpp96 if (Func(Unit, S)) in foreachUnit() local
85 unsigned Unit = (*Units).first; foreachUnit() local
111 __anon8e05b2aa0102(unsigned Unit, const LiveRange &Range) assign() argument
128 __anon8e05b2aa0202(unsigned Unit, const LiveRange &Range) unassign() argument
139 for (MCRegUnit Unit : TRI->regunits(PhysReg)) { isPhysRegUsed() local
171 __anon8e05b2aa0302(unsigned Unit, const LiveRange &Range) checkRegUnitInterference() argument
201 __anon8e05b2aa0402(MCRegister Unit, const LiveRange &LR) checkInterference() argument
219 for (MCRegUnit Unit : TRI->regunits(PhysReg)) { checkInterference() local
242 for (MCRegUnit Unit : TRI->regunits(PhysReg)) { getOneVReg() local
[all...]
H A DInterferenceCache.cpp96 RegUnits[i++].VirtTag = LIUArray[Unit].getTag(); in revalidate() local
113 RegUnits.push_back(LIUArray[Unit]); in reset() local
122 for (MCRegUnit Unit : TRI->regunits(PhysReg)) { valid() local
H A DReachingDefAnalysis.cpp68 for (MCRegUnit Unit : TRI->regunits(LI.PhysReg)) { enterBasicBlock() local
93 for (unsigned Unit = 0; Unit != NumRegUnits; ++Unit) enterBasicBlock() local
98 for (unsigned Unit = 0; Unit != NumRegUnits; ++Unit) enterBasicBlock() local
131 for (MCRegUnit Unit : TRI->regunits(MO.getReg().asMCReg())) { processDefs() local
167 for (unsigned Unit = 0; Unit != NumRegUnits; ++Unit) { reprocessBasicBlock() local
271 for (MCRegUnit Unit : TRI->regunits(PhysReg)) { getReachingDef() local
[all...]
H A DMachineCopyPropagation.cpp124 for (MCRegUnit Unit : TRI.regunits(Reg)) { markRegsUnavailable() local
151 for (MCRegUnit Unit : TRI.regunits(Reg)) { invalidateRegister() local
160 for (MCRegUnit Unit : RegUnitsToInvalidate) invalidateRegister() local
167 for (MCRegUnit Unit : TRI.regunits(Reg)) { clobberRegister() local
236 for (MCRegUnit Unit : TRI.regunits(Def)) trackCopy() local
241 for (MCRegUnit Unit : TRI.regunits(Src)) { trackCopy() local
455 for (MCRegUnit Unit : TRI->regunits(Reg)) { ReadRegister() local
475 for (MCRegUnit Unit : TRI->regunits(LI.PhysReg)) { readSuccessorLiveIns() local
1099 for (MCRegUnit Unit : TRI->regunits(MO.getReg().asMCReg())) { BackwardCopyPropagateBlock() local
[all...]
H A DRegAllocFast.cpp284 for (MCRegUnit Unit : TRI->regunits(PhysReg)) in markRegUsedInInstr() local
299 for (MCRegUnit Unit : TRI->regunits(PhysReg)) in isRegUsedInInstr() local
308 for (MCRegUnit Unit : TRI->regunits(PhysReg)) { in markPhysRegUsedInInstr() local
316 for (MCRegUnit Unit : TRI->regunits(PhysReg)) in unmarkRegUsedInInstr() local
450 for (MCRegUnit Unit : TRI->regunits(PhysReg)) setPhysRegState() local
455 for (MCRegUnit Unit : TRI->regunits(PhysReg)) { isPhysRegFree() local
729 for (MCRegUnit Unit : TRI->regunits(PhysReg)) { displacePhysReg() local
783 for (MCRegUnit Unit : TRI->regunits(PhysReg)) { calcSpillCost() local
1222 for (unsigned Unit = 1, UnitE = TRI->getNumRegUnits(); Unit != UnitE; dumpState() local
1257 for (MCRegUnit Unit : TRI->regunits(PhysReg)) { dumpState() local
[all...]
H A DLiveIntervals.cpp152 for (unsigned Unit = 0, UnitE = RegUnitRanges.size(); Unit != UnitE; ++Unit) print() local
271 computeRegUnitRange(LiveRange & LR,unsigned Unit) computeRegUnitRange() argument
332 for (MCRegUnit Unit : TRI->regunits(LI.PhysReg)) { computeLiveInRegUnits() local
349 for (unsigned Unit : NewRanges) computeLiveInRegUnits() local
706 for (MCRegUnit Unit : TRI->regunits(PhysReg)) { addKillFlags() local
988 getRegUnitLI(unsigned Unit) getRegUnitLI() argument
1053 for (MCRegUnit Unit : TRI.regunits(Reg.asMCReg())) updateAllRanges() local
1717 for (MCRegUnit Unit : TRI->regunits(Reg)) { removePhysRegDefAt() local
[all...]
/llvm-project/clang/unittests/Analysis/FlowSensitive/
H A DDataflowEnvironmentTest.cpp83 auto Unit = TEST_F() local
122 auto Unit = TEST_F() local
169 auto Unit = TEST_F() local
205 auto Unit = TEST_F() local
240 auto Unit = TEST_F() local
287 auto Unit = TEST_F() local
335 auto Unit = TEST_F() local
380 auto Unit = TEST_F() local
417 auto Unit = TEST_F() local
[all...]
H A DASTOpsTest.cpp40 std::unique_ptr<ASTUnit> Unit = TEST() local
71 std::unique_ptr<ASTUnit> Unit = TEST() local
H A DMatchSwitchTest.cpp42 auto Unit = tooling::buildASTFromCode(Code); in TEST() local
92 auto Unit = tooling::buildASTFromCode(Code); in TEST() local
136 auto Unit = in TEST() local
/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp175 emitCompileUnitHeader(CompileUnit & Unit,unsigned DwarfVersion) emitCompileUnitHeader() argument
433 emitDwarfDebugArangesTable(const CompileUnit & Unit,const AddressRanges & LinkedRanges) emitDwarfDebugArangesTable() argument
475 emitDwarfDebugRangesTableFragment(const CompileUnit & Unit,const AddressRanges & LinkedRanges,PatchLocation Patch) emitDwarfDebugRangesTableFragment() argument
505 emitDwarfDebugRangeListHeader(const CompileUnit & Unit) emitDwarfDebugRangeListHeader() argument
541 emitDwarfDebugRangeListFragment(const CompileUnit & Unit,const AddressRanges & LinkedRanges,PatchLocation Patch,DebugDieValuePool & AddrPool) emitDwarfDebugRangeListFragment() argument
551 emitDwarfDebugRangeListFooter(const CompileUnit & Unit,MCSymbol * EndLabel) emitDwarfDebugRangeListFooter() argument
564 emitDwarfDebugRngListsTableFragment(const CompileUnit & Unit,const AddressRanges & LinkedRanges,PatchLocation Patch,DebugDieValuePool & AddrPool) emitDwarfDebugRngListsTableFragment() argument
602 emitDwarfDebugLocListHeader(const CompileUnit & Unit) emitDwarfDebugLocListHeader() argument
639 emitDwarfDebugLocListFragment(const CompileUnit & Unit,const DWARFLocationExpressionsVector & LinkedLocationExpression,PatchLocation Patch,DebugDieValuePool & AddrPool) emitDwarfDebugLocListFragment() argument
652 emitDwarfDebugLocListFooter(const CompileUnit & Unit,MCSymbol * EndLabel) emitDwarfDebugLocListFooter() argument
666 emitDwarfDebugLocTableFragment(const CompileUnit & Unit,const DWARFLocationExpressionsVector & LinkedLocationExpression,PatchLocation Patch) emitDwarfDebugLocTableFragment() argument
705 emitDwarfDebugAddrsHeader(const CompileUnit & Unit) emitDwarfDebugAddrsHeader() argument
745 emitDwarfDebugAddrsFooter(const CompileUnit & Unit,MCSymbol * EndLabel) emitDwarfDebugAddrsFooter() argument
757 emitDwarfDebugLocListsTableFragment(const CompileUnit & Unit,const DWARFLocationExpressionsVector & LinkedLocationExpression,PatchLocation Patch,DebugDieValuePool & AddrPool) emitDwarfDebugLocListsTableFragment() argument
810 emitLineTableForUnit(const DWARFDebugLine::LineTable & LineTable,const CompileUnit & Unit,OffsetsStringPool & DebugStrPool,OffsetsStringPool & DebugLineStrPool) emitLineTableForUnit() argument
1201 emitPubSectionForUnit(MCSection * Sec,StringRef SecName,const CompileUnit & Unit,const std::vector<CompileUnit::AccelInfo> & Names) emitPubSectionForUnit() argument
1241 emitPubNamesForUnit(const CompileUnit & Unit) emitPubNamesForUnit() argument
1247 emitPubTypesForUnit(const CompileUnit & Unit) emitPubTypesForUnit() argument
[all...]
H A DDWARFLinker.cpp55 for (auto &Unit : Dwarf.compile_units()) { in getDebugInfoSize() local
550 shouldKeepSubprogramDIE(AddressesMap & RelocMgr,const DWARFDie & DIE,const DWARFFile & File,CompileUnit & Unit,CompileUnit::DIEInfo & MyInfo,unsigned Flags) shouldKeepSubprogramDIE() argument
612 shouldKeepDIE(AddressesMap & RelocMgr,const DWARFDie & DIE,const DWARFFile & File,CompileUnit & Unit,CompileUnit::DIEInfo & MyInfo,unsigned Flags) shouldKeepDIE() argument
742 DWARFUnit &Unit = CU.getOrigUnit(); lookForRefDIEsToKeep() local
809 DWARFUnit &Unit = CU.getOrigUnit(); lookForParentDIEsToKeep() local
1074 cloneDieReferenceAttribute(DIE & Die,const DWARFDie & InputDIE,AttributeSpec AttrSpec,unsigned AttrSize,const DWARFFormValue & Val,const DWARFFile & File,CompileUnit & Unit) cloneDieReferenceAttribute() argument
1144 cloneExpression(DataExtractor & Data,DWARFExpression Expression,const DWARFFile & File,CompileUnit & Unit,SmallVectorImpl<uint8_t> & OutputBuffer,int64_t AddrRelocAdjustment,bool IsLittleEndian) cloneExpression() argument
1266 cloneBlockAttribute(DIE & Die,const DWARFDie & InputDIE,const DWARFFile & File,CompileUnit & Unit,AttributeSpec AttrSpec,const DWARFFormValue & Val,bool IsLittleEndian) cloneBlockAttribute() argument
1332 cloneAddressAttribute(DIE & Die,const DWARFDie & InputDIE,AttributeSpec AttrSpec,unsigned AttrSize,const DWARFFormValue & Val,const CompileUnit & Unit,AttributesInfo & Info) cloneAddressAttribute() argument
1397 cloneScalarAttribute(DIE & Die,const DWARFDie & InputDIE,const DWARFFile & File,CompileUnit & Unit,AttributeSpec AttrSpec,const DWARFFormValue & Val,unsigned AttrSize,AttributesInfo & Info) cloneScalarAttribute() argument
1549 cloneAttribute(DIE & Die,const DWARFDie & InputDIE,const DWARFFile & File,CompileUnit & Unit,const DWARFFormValue & Val,const AttributeSpec AttrSpec,unsigned AttrSize,AttributesInfo & Info,bool IsLittleEndian) cloneAttribute() argument
1609 addObjCAccelerator(CompileUnit & Unit,const DIE * Die,DwarfStringPoolEntryRef Name,OffsetsStringPool & StringPool,bool SkipPubSection) addObjCAccelerator() argument
1666 cloneDIE(const DWARFDie & InputDIE,const DWARFFile & File,CompileUnit & Unit,int64_t PCOffset,uint32_t OutOffset,unsigned Flags,bool IsLittleEndian,DIE * Die) cloneDIE() argument
1900 generateUnitRanges(CompileUnit & Unit,const DWARFFile & File,DebugDieValuePool & AddrPool) const generateUnitRanges() argument
1969 generateUnitLocations(CompileUnit & Unit,const DWARFFile & File,ExpressionHandlerRef ExprHandler) generateUnitLocations() argument
2034 emitDebugAddrSection(CompileUnit & Unit,const uint16_t DwarfVersion) const emitDebugAddrSection() argument
2095 rememberUnitForMacroOffset(CompileUnit & Unit) rememberUnitForMacroOffset() argument
2112 generateLineTableForUnit(CompileUnit & Unit) generateLineTableForUnit() argument
2216 emitAcceleratorEntriesForUnit(CompileUnit & Unit) emitAcceleratorEntriesForUnit() argument
2534 std::unique_ptr<CompileUnit> Unit; loadClangModule() local
3000 cloneModuleUnit(LinkContext & Context,RefModuleUnit & Unit,DeclContextTree & ODRContexts,OffsetsStringPool & DebugStrPool,OffsetsStringPool & DebugLineStrPool,DebugDieValuePool & StringOffsetPool,unsigned Indent) cloneModuleUnit() argument
[all...]
/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveRegUnits.h87 for (MCRegUnit Unit : TRI->regunits(Reg)) in addReg() local
103 for (MCRegUnit Unit : TRI->regunits(Reg)) in removeReg() local
117 for (MCRegUnit Unit : TRI->regunits(Reg)) { in available() local
H A DLiveIntervals.h417 RegUnitRanges[Unit] = LR = new LiveRange(UseSegmentSetForPhysRegs); in removeRegUnit() argument
427 const LiveRange *getCachedRegUnit(unsigned Unit) const { in removeAllRegUnitsForPhysReg() local
394 getRegUnit(unsigned Unit) getRegUnit() argument
407 getCachedRegUnit(unsigned Unit) getCachedRegUnit() argument
411 getCachedRegUnit(unsigned Unit) getCachedRegUnit() argument
[all...]
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInsertSingleUseVDST.cpp
/llvm-project/clang/test/Modules/
H A Dexport-in-non-modules.cpp2 export struct Unit { // expected-error {{export declaration can only be used within a module purvie… struct
/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblySortRegion.h44 const T *Unit; variable
47 ConcreteSortRegion(const T *Unit) : Unit(Unit) {} in ConcreteSortRegion()
/llvm-project/llvm/bindings/ocaml/all_backends/
H A Dall_backends_ocaml.c25 value llvm_initialize_all(value Unit) { in llvm_initialize_all()
/llvm-project/bolt/lib/Core/
H A DDebugNames.cpp67 void DWARF5AcceleratorTable::setCurrentUnit(DWARFUnit &Unit, in setCurrentUnit() argument
82 void DWARF5AcceleratorTable::addUnit(DWARFUnit &Unit, in addUnit() argument
118 static bool shouldIncludeVariable(const DWARFUnit &Unit, const DIE &Die) { in shouldIncludeVariable() argument
151 canProcess(const DWARFUnit & Unit,const DIE & Die,std::string & NameToUse,const bool TagsOnly) canProcess() argument
191 canGenerateEntryWithCrossCUReference(const DWARFUnit & Unit,const DIE & Die,const DWARFAbbreviationDeclaration::AttributeSpec & AttrSpec) canGenerateEntryWithCrossCUReference() argument
203 getNameOffset(BinaryContext & BC,DWARFUnit & Unit,const uint64_t Index) getNameOffset() argument
226 addAccelTableEntry(DWARFUnit & Unit,const DIE & Die,const std::optional<uint64_t> & DWOID,const uint32_t NumberParentsInChain,std::optional<BOLTDWARF5AccelTableData * > & Parent) addAccelTableEntry() argument
234 __anon9c6def8c0202(const DWARFUnit &Unit, bool &IsTU, uint32_t &DieTag) addAccelTableEntry() argument
[all...]
/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp294 ASTUnit *Unit = *ASTUnitOrError; in getCrossTUDefinitionImpl() local
423 ASTUnit *Unit = LoadedUnit.get(); in getASTUnitForFile() local
519 llvm::Expected<ASTUnit *> Unit = ASTStorage.getASTUnitForFunction( loadExternalAST() local
729 importDefinitionImpl(const T * D,ASTUnit * Unit) importDefinitionImpl() argument
765 importDefinition(const FunctionDecl * FD,ASTUnit * Unit) importDefinition() argument
771 importDefinition(const VarDecl * VD,ASTUnit * Unit) importDefinition() argument
782 getOrCreateASTImporter(ASTUnit * Unit) getOrCreateASTImporter() argument
[all...]
/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1008 CreateQualifiedType(QualType Ty,llvm::DIFile * Unit) CreateQualifiedType() argument
1030 CreateQualifiedType(const FunctionProtoType * F,llvm::DIFile * Unit) CreateQualifiedType() argument
1054 CreateType(const ObjCObjectPointerType * Ty,llvm::DIFile * Unit) CreateType() argument
1067 CreateType(const PointerType * Ty,llvm::DIFile * Unit) CreateType() argument
1210 CreatePointerLikeType(llvm::dwarf::Tag Tag,const Type * Ty,QualType PointeeTy,llvm::DIFile * Unit) CreatePointerLikeType() argument
1259 collectDefaultElementTypesForBlockPointer(const BlockPointerType * Ty,llvm::DIFile * Unit,llvm::DIDerivedType * DescTy,unsigned LineNo,SmallVectorImpl<llvm::Metadata * > & EltTys) collectDefaultElementTypesForBlockPointer() argument
1295 CreateType(const BlockPointerType * Ty,llvm::DIFile * Unit) CreateType() argument
1374 CreateType(const TemplateSpecializationType * Ty,llvm::DIFile * Unit) CreateType() argument
1482 CreateType(const TypedefType * Ty,llvm::DIFile * Unit) CreateType() argument
1571 CreateType(const FunctionType * Ty,llvm::DIFile * Unit) CreateType() argument
1940 getOrCreateMethodType(const CXXMethodDecl * Method,llvm::DIFile * Unit) getOrCreateMethodType() argument
1949 getOrCreateInstanceMethodType(QualType ThisPtr,const FunctionProtoType * Func,llvm::DIFile * Unit) getOrCreateInstanceMethodType() argument
2021 CreateCXXMemberFunction(const CXXMethodDecl * Method,llvm::DIFile * Unit,llvm::DIType * RecordTy) CreateCXXMemberFunction() argument
2139 CollectCXXMemberFunctions(const CXXRecordDecl * RD,llvm::DIFile * Unit,SmallVectorImpl<llvm::Metadata * > & EltTys,llvm::DIType * RecordTy) CollectCXXMemberFunctions() argument
2176 CollectCXXBases(const CXXRecordDecl * RD,llvm::DIFile * Unit,SmallVectorImpl<llvm::Metadata * > & EltTys,llvm::DIType * RecordTy) CollectCXXBases() argument
2192 CollectCXXBasesAux(const CXXRecordDecl * RD,llvm::DIFile * Unit,SmallVectorImpl<llvm::Metadata * > & EltTys,llvm::DIType * RecordTy,const CXXRecordDecl::base_class_const_range & Bases,llvm::DenseSet<CanonicalDeclPtr<const CXXRecordDecl>> & SeenTypes,llvm::DINode::DIFlags StartingFlags) CollectCXXBasesAux() argument
2240 CollectTemplateParams(std::optional<TemplateArgs> OArgs,llvm::DIFile * Unit) CollectTemplateParams() argument
2413 CollectFunctionTemplateParams(const FunctionDecl * FD,llvm::DIFile * Unit) CollectFunctionTemplateParams() argument
2418 CollectVarTemplateParams(const VarDecl * VL,llvm::DIFile * Unit) CollectVarTemplateParams() argument
2423 CollectCXXTemplateParams(const RecordDecl * RD,llvm::DIFile * Unit) CollectCXXTemplateParams() argument
2441 getOrCreateVTablePtrType(llvm::DIFile * Unit) getOrCreateVTablePtrType() argument
2521 CollectVTableInfo(const CXXRecordDecl * RD,llvm::DIFile * Unit,SmallVectorImpl<llvm::Metadata * > & EltTys) CollectVTableInfo() argument
2827 GetPreferredNameType(const CXXRecordDecl * RD,llvm::DIFile * Unit) GetPreferredNameType() argument
2903 CreateType(const ObjCObjectType * Ty,llvm::DIFile * Unit) CreateType() argument
2909 CreateType(const ObjCTypeParamType * Ty,llvm::DIFile * Unit) CreateType() argument
2945 CreateType(const ObjCInterfaceType * Ty,llvm::DIFile * Unit) CreateType() argument
3079 CreateTypeDefinition(const ObjCInterfaceType * Ty,llvm::DIFile * Unit) CreateTypeDefinition() argument
3256 CreateType(const VectorType * Ty,llvm::DIFile * Unit) CreateType() argument
3301 CreateType(const ConstantMatrixType * Ty,llvm::DIFile * Unit) CreateType() argument
3327 CreateType(const ArrayType * Ty,llvm::DIFile * Unit) CreateType() argument
3398 CreateType(const LValueReferenceType * Ty,llvm::DIFile * Unit) CreateType() argument
3404 CreateType(const RValueReferenceType * Ty,llvm::DIFile * Unit) CreateType() argument
3676 getOrCreateType(QualType Ty,llvm::DIFile * Unit) getOrCreateType() argument
3737 CreateTypeNode(QualType Ty,llvm::DIFile * Unit) CreateTypeNode() argument
3975 CreateMemberType(llvm::DIFile * Unit,QualType FType,StringRef Name,uint64_t * Offset) CreateMemberType() argument
3987 collectFunctionDeclProps(GlobalDecl GD,llvm::DIFile * Unit,StringRef & Name,StringRef & LinkageName,llvm::DIScope * & FDContext,llvm::DINodeArray & TParamsArray,llvm::DINode::DIFlags & Flags) collectFunctionDeclProps() argument
4034 collectVarDeclProps(const VarDecl * VD,llvm::DIFile * & Unit,unsigned & LineNo,QualType & T,StringRef & Name,StringRef & LinkageName,llvm::MDTuple * & TemplateParameters,llvm::DIScope * & VDContext) collectVarDeclProps() argument
4096 llvm::DIFile *Unit = getOrCreateFile(Loc); getFunctionFwdDeclOrStub() local
4149 llvm::DIFile *Unit = getOrCreateFile(Loc); getGlobalVariableForwardDeclaration() local
4379 llvm::DIFile *Unit = getOrCreateFile(Loc); emitFunctionStart() local
4489 llvm::DIFile *Unit = getOrCreateFile(Loc); EmitFunctionDecl() local
4683 llvm::DIFile *Unit = getOrCreateFile(VD->getLocation()); EmitTypeForVarWithBlocksAttr() local
4759 llvm::DIFile *Unit = nullptr; EmitDeclare() local
4940 llvm::DIFile *Unit = getOrCreateFile(BD->getLocation()); EmitDeclare() local
5059 llvm::DIFile *Unit = getOrCreateFile(D->getLocation()); EmitLabel() local
5100 llvm::DIFile *Unit = getOrCreateFile(VD->getLocation()); EmitDeclareOfBlockDeclRefVariable() local
5178 collectDefaultFieldsForBlockLiteralDeclare(const CGBlockInfo & Block,const ASTContext & Context,SourceLocation Loc,const llvm::StructLayout & BlockLayout,llvm::DIFile * Unit,SmallVectorImpl<llvm::Metadata * > & Fields) collectDefaultFieldsForBlockLiteralDeclare() argument
5360 CollectAnonRecordDecls(const RecordDecl * RD,llvm::DIFile * Unit,unsigned LineNo,StringRef LinkageName,llvm::GlobalVariable * Var,llvm::DIScope * DContext) CollectAnonRecordDecls() argument
5637 llvm::DIFile *Unit = nullptr; EmitGlobalVariable() local
5695 llvm::DIFile *Unit = getOrCreateFile(VD->getLocation()); EmitGlobalVariable() local
5768 llvm::DIFile *Unit = getOrCreateFile(D->getLocation()); EmitExternalVariable() local
5792 llvm::DIFile *Unit = DIL->getFile(); EmitPseudoVariable() local
[all...]
/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h110 struct Unit { struct
115 TypeUnit global() argument
116 AbbrevTableIDUnit global() argument
117 AbbrOffsetUnit global() argument
118 EntriesUnit global() argument
/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDefs.h41 typedef std::vector<uint8_t> Unit; typedef
/llvm-project/clang/tools/libclang/
H A DCXExtractAPI.cpp111 ASTUnit *Unit = cxtu::getASTUnit(tu); in clang_createAPISet() local
153 ASTUnit *Unit = cxtu::getASTUnit(TU); in clang_getSymbolGraphForCursor() local
H A DCIndexHigh.cpp246 ASTUnit &Unit; member
314 ASTUnit *Unit = cxtu::getASTUnit(TU); in findMacroRefsInFile() local
340 ASTUnit &Unit; member
386 ASTUnit *Unit = cxtu::getASTUnit(TU); in findIncludesInFile() local

12345