Home
last modified time | relevance | path

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

123

/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dslapd.service1 [Unit] section
2 Description=OpenLDAP Server Daemon
3 After=syslog.target network-online.target
4 Documentation=man:slapd
5 Documentation=man:slapd-config
6 Documentation=man:slapd-mdb
/netbsd-src/external/bsd/openldap/dist/servers/lloadd/
H A Dlloadd.service1 [Unit] section
2 Description=LDAP Load Balancer Daemon
3 After=syslog.target network-online.target
4 Documentation=man:lloadd.conf
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLiveRegMatrix.cpp85 unsigned Unit = (*Units).first; in foreachUnit() local
111 TRI, VirtReg, PhysReg, [&](unsigned Unit, const LiveRange &Range) { in assign()
128 [&](unsigned Unit, const LiveRange &Range) { in unassign()
139 for (MCRegUnitIterator Unit(PhysReg, TRI); Unit.isValid(); ++Unit) { in isPhysRegUsed() local
171 const LiveRange &Range) { in checkRegUnitInterference()
200 [&](MCRegister Unit, const LiveRange &LR) { in checkInterference()
241 for (MCRegUnitIterator Unit(PhysReg, TRI); Unit.isValid(); ++Unit) { in getOneVReg() local
H A DReachingDefAnalysis.cpp62 for (MCRegUnitIterator Unit(LI.PhysReg, TRI); Unit.isValid(); ++Unit) { in enterBasicBlock() local
87 for (unsigned Unit = 0; Unit != NumRegUnits; ++Unit) in enterBasicBlock() local
92 for (unsigned Unit = 0; Unit != NumRegUnits; ++Unit) in enterBasicBlock() local
125 for (MCRegUnitIterator Unit(MO.getReg().asMCReg(), TRI); Unit.isValid(); in processDefs() local
162 for (unsigned Unit = 0; Unit != NumRegUnits; ++Unit) { in reprocessBasicBlock() local
266 for (MCRegUnitIterator Unit(PhysReg, TRI); Unit.isValid(); ++Unit) { in getReachingDef() local
H A DLiveIntervals.cpp159 for (unsigned Unit = 0, UnitE = RegUnitRanges.size(); Unit != UnitE; ++Unit) in print() local
278 void LiveIntervals::computeRegUnitRange(LiveRange &LR, unsigned Unit) { in computeRegUnitRange()
344 unsigned Unit = *Units; in computeLiveInRegUnits() local
361 for (unsigned Unit : NewRanges) in computeLiveInRegUnits() local
719 for (MCRegUnitIterator Unit(VRM->getPhys(Reg), TRI); Unit.isValid(); in addKillFlags() local
1000 LiveRange *getRegUnitLI(unsigned Unit) { in getRegUnitLI()
1708 for (MCRegUnitIterator Unit(Reg, TRI); Unit.isValid(); ++Unit) { in removePhysRegDefAt() local
/netbsd-src/external/bsd/unbound/dist/contrib/
H A Dunbound_portable.service.in14 [Unit] section
15 Description=Validating, recursive, and caching DNS resolver
16 Documentation=man:unbound(8)
17 After=network.target
18 Before=network-online.target nss-lookup.target
19 Wants=nss-lookup.target
H A Dunbound.service.in42 [Unit] section
43 Description=Validating, recursive, and caching DNS resolver
44 Documentation=man:unbound(8)
45 After=network.target
46 Before=network-online.target nss-lookup.target
/netbsd-src/external/bsd/libpcap/dist/rpcapd/
H A Drpcapd@.service1 [Unit] section
2 Description=Rpcap Per-Connection Server
H A Drpcapd.socket1 [Unit] section
2 Description=Rpcap Socket for Per-Connection Servers
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblySortRegion.h44 const T *Unit; variable
47 ConcreteSortRegion(const T *Unit) : Unit(Unit) {} in ConcreteSortRegion()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp46 for (auto &Unit : Dwarf.compile_units()) { in getDebugInfoSize() local
463 const DWARFFile &File, CompileUnit &Unit, CompileUnit::DIEInfo &MyInfo, in shouldKeepSubprogramDIE()
518 CompileUnit &Unit, in shouldKeepDIE()
627 DWARFUnit &Unit = CU.getOrigUnit(); in lookForRefDIEsToKeep() local
697 DWARFUnit &Unit = CU.getOrigUnit(); in lookForParentDIEsToKeep() local
871 CompileUnit &Unit) { in cloneDieReferenceAttribute()
942 CompileUnit &Unit, SmallVectorImpl<uint8_t> &OutputBuffer) { in cloneExpression()
1005 DIE &Die, const DWARFFile &File, CompileUnit &Unit, AttributeSpec AttrSpec, in cloneBlockAttribute()
1061 const CompileUnit &Unit, AttributesInfo &Info) { in cloneAddressAttribute()
1138 CompileUnit &Unit, AttributeSpec AttrSpec, const DWARFFormValue &Val, in cloneScalarAttribute()
[all …]
H A DDWARFStreamer.cpp138 void DwarfStreamer::emitCompileUnitHeader(CompileUnit &Unit, in emitCompileUnitHeader()
348 void DwarfStreamer::emitUnitRangesEntries(CompileUnit &Unit, in emitUnitRangesEntries()
429 const CompileUnit &Unit, DWARFContext &Dwarf, in emitLocationsForUnit()
723 MCSection *Sec, StringRef SecName, const CompileUnit &Unit, in emitPubSectionForUnit()
763 void DwarfStreamer::emitPubNamesForUnit(const CompileUnit &Unit) { in emitPubNamesForUnit()
769 void DwarfStreamer::emitPubTypesForUnit(const CompileUnit &Unit) { in emitPubTypesForUnit()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp940 llvm::DIFile *Unit) { in CreateQualifiedType()
974 llvm::DIFile *Unit) { in CreateType()
987 llvm::DIFile *Unit) { in CreateType()
1130 llvm::DIFile *Unit) { in CreatePointerLikeType()
1161 const BlockPointerType *Ty, llvm::DIFile *Unit, llvm::DIDerivedType *DescTy, in collectDefaultElementTypesForBlockPointer()
1197 llvm::DIFile *Unit) { in CreateType()
1238 llvm::DIFile *Unit) { in CreateType()
1261 llvm::DIFile *Unit) { in CreateType()
1323 llvm::DIFile *Unit) { in CreateType()
1594 llvm::DIFile *Unit, bool decl) { in getOrCreateMethodType()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp266 ASTUnit *Unit = *ASTUnitOrError; in getCrossTUDefinitionImpl() local
395 ASTUnit *Unit = LoadedUnit.get(); in getASTUnitForFile() local
491 llvm::Expected<ASTUnit *> Unit = ASTStorage.getASTUnitForFunction( in loadExternalAST() local
693 CrossTranslationUnitContext::importDefinitionImpl(const T *D, ASTUnit *Unit) { in importDefinitionImpl()
730 ASTUnit *Unit) { in importDefinition()
736 ASTUnit *Unit) { in importDefinition()
747 CrossTranslationUnitContext::getOrCreateASTImporter(ASTUnit *Unit) { in getOrCreateASTImporter()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h393 LiveRange &getRegUnit(unsigned Unit) { in getRegUnit()
406 LiveRange *getCachedRegUnit(unsigned Unit) { in getCachedRegUnit()
410 const LiveRange *getCachedRegUnit(unsigned Unit) const { in getCachedRegUnit()
416 void removeRegUnit(unsigned Unit) { in removeRegUnit()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h109 struct Unit { struct
114 llvm::dwarf::UnitType Type; // Added in DWARF 5 argument
115 Optional<uint64_t> AbbrevTableID;
116 Optional<yaml::Hex64> AbbrOffset;
117 std::vector<Entry> Entries;
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/all_backends/
H A Dall_backends_ocaml.c25 value llvm_initialize_all(value Unit) { in llvm_initialize_all()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndexHigh.cpp245 ASTUnit &Unit; member
313 ASTUnit *Unit = cxtu::getASTUnit(TU); in findMacroRefsInFile() local
339 ASTUnit &Unit; member
385 ASTUnit *Unit = cxtu::getASTUnit(TU); in findIncludesInFile() local
H A DCIndexDiagnostic.cpp199 unsigned clang_getNumDiagnostics(CXTranslationUnit Unit) { in clang_getNumDiagnostics()
209 CXDiagnostic clang_getDiagnostic(CXTranslationUnit Unit, unsigned Index) { in clang_getDiagnostic()
226 CXDiagnosticSet clang_getDiagnosticSetFromTU(CXTranslationUnit Unit) { in clang_getDiagnosticSetFromTU()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DASTMerge.cpp49 std::unique_ptr<ASTUnit> Unit = ASTUnit::LoadFromASTFile( in ExecuteAction() local
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/transforms/passmgr_builder/
H A Dpassmgr_builder_ocaml.c43 value llvm_pmbuilder_create(value Unit) { in llvm_pmbuilder_create()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDie.h49 DWARFDie(DWARFUnit *Unit, const DWARFDebugInfoEntry *D) : U(Unit), Die(D) {} in DWARFDie()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/executionengine/
H A Dexecutionengine_ocaml.c32 value llvm_ee_initialize(value Unit) { in llvm_ee_initialize()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DSourcePrinter.h28 DWARFUnit *Unit; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexingAction.cpp187 static void indexTranslationUnit(ASTUnit &Unit, IndexingContext &IndexCtx) { in indexTranslationUnit()
241 void index::indexASTUnit(ASTUnit &Unit, IndexDataConsumer &DataConsumer, in indexASTUnit()

123