Searched defs:Unit (Results 26 - 50 of 58) sorted by relevance

123

/external/clang/tools/libclang/
H A DCIndexDiagnostic.cpp212 unsigned clang_getNumDiagnostics(CXTranslationUnit Unit) { argument
213 if (cxtu::isNotUsableTU(Unit)) {
214 LOG_BAD_TU(Unit);
217 if (!cxtu::getASTUnit(Unit))
219 return lazyCreateDiags(Unit, /*checkIfChanged=*/true)->getNumDiagnostics();
222 CXDiagnostic clang_getDiagnostic(CXTranslationUnit Unit, unsigned Index) { argument
223 if (cxtu::isNotUsableTU(Unit)) {
224 LOG_BAD_TU(Unit);
228 CXDiagnosticSet D = clang_getDiagnosticSetFromTU(Unit);
239 CXDiagnosticSet clang_getDiagnosticSetFromTU(CXTranslationUnit Unit) { argument
[all...]
H A DIndexing.cpp521 ASTUnit *Unit = ASTUnit::create(CInvok.get(), Diags, CaptureDiagnostics, local
523 if (!Unit)
527 new CXTUOwner(MakeCXTranslationUnit(CXXIdx, Unit)));
587 IndexAction.get(), Unit, Persistent, CXXIdx->getClangResourcesPath(),
593 printDiagsToStderr(Unit);
595 if (isASTReadError(Unit))
611 static void indexPreprocessingRecord(ASTUnit &Unit, CXIndexDataConsumer &IdxCtx) { argument
612 Preprocessor &PP = Unit.getPreprocessor();
618 bool isModuleFile = Unit.isModuleFile();
619 for (PreprocessedEntity *PPE : Unit
[all...]
/external/swiftshader/third_party/LLVM/bindings/ocaml/executionengine/
H A Dexecutionengine_ocaml.c34 CAMLprim value llvm_initialize_native_target(value Unit) { argument
/external/google-benchmark/src/
H A Dbenchmark_register.cc259 Benchmark* Benchmark::Unit(TimeUnit unit) { function in class:benchmark::internal::Benchmark
/external/icu/icu4c/source/i18n/
H A DdecNumberLocal.h78 #define Unit decNumberUnit macro
247 /* decNumber struct) safely. Note that one Unit is included in the */
251 ((((SD2U(d)-1)*sizeof(Unit))+sizeof(decNumber)*2-1)/sizeof(decNumber))
/external/libcxx/utils/google-benchmark/src/
H A Dbenchmark_register.cc259 Benchmark* Benchmark::Unit(TimeUnit unit) { function in class:benchmark::internal::Benchmark
/external/llvm/bindings/ocaml/target/
H A Dtarget_ocaml.c158 CAMLprim value llvm_target_default_triple(value Unit) { argument
167 CAMLprim value llvm_target_first(value Unit) { argument
/external/llvm/lib/IR/
H A DDebugInfoMetadata.cpp415 int ThisAdjustment, unsigned Flags, bool IsOptimized, Metadata *Unit,
424 Flags, IsOptimized, Unit, TemplateParams, Declaration, Variables));
426 LinkageName, Type, ContainingType, Unit,
410 getImpl( LLVMContext &Context, Metadata *Scope, MDString *Name, MDString *LinkageName, Metadata *File, unsigned Line, Metadata *Type, bool IsLocalToUnit, bool IsDefinition, unsigned ScopeLine, Metadata *ContainingType, unsigned Virtuality, unsigned VirtualIndex, int ThisAdjustment, unsigned Flags, bool IsOptimized, Metadata *Unit, Metadata *TemplateParams, Metadata *Declaration, Metadata *Variables, StorageType Storage, bool ShouldCreate) argument
H A DLLVMContextImpl.h534 Metadata *Unit; member in struct:llvm::MDNodeKeyImpl
544 bool IsOptimized, Metadata *Unit, Metadata *TemplateParams,
551 Flags(Flags), IsOptimized(IsOptimized), Unit(Unit),
562 IsOptimized(N->isOptimized()), Unit(N->getRawUnit()),
578 Unit == RHS->getUnit() &&
539 MDNodeKeyImpl(Metadata *Scope, MDString *Name, MDString *LinkageName, Metadata *File, unsigned Line, Metadata *Type, bool IsLocalToUnit, bool IsDefinition, unsigned ScopeLine, Metadata *ContainingType, unsigned Virtuality, unsigned VirtualIndex, int ThisAdjustment, unsigned Flags, bool IsOptimized, Metadata *Unit, Metadata *TemplateParams, Metadata *Declaration, Metadata *Variables) argument
H A DVerifier.cpp992 auto *Unit = N.getRawUnit(); local
996 AssertDI(Unit, "subprogram definitions must have a compile unit", &N);
997 AssertDI(isa<DICompileUnit>(Unit), "invalid unit type", &N, Unit); local
1000 AssertDI(!Unit, "subprogram declarations must not have a compile unit", &N);
/external/webrtc/webrtc/voice_engine/test/android/android_test/jni/
H A Dandroid_test.cc107 Unit = 3, enumerator in enum:TestType
396 tType = Unit;
/external/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp700 unsigned Unit = *MCRegUnitIterator(Loc.getReg(), &TRI); local
701 LiveRange *LR = &LIS.getRegUnit(Unit);
H A DLiveIntervalAnalysis.cpp245 // Register Unit Liveness
258 void LiveIntervals::computeRegUnitRange(LiveRange &LR, unsigned Unit) { argument
262 // The physregs aliasing Unit are the roots and their super-registers.
267 for (MCRegUnitRootIterator Roots(Unit, TRI); Roots.isValid(); ++Roots) {
277 for (MCRegUnitRootIterator Roots(Unit, TRI); Roots.isValid(); ++Roots) {
317 unsigned Unit = *Units; local
318 LiveRange *LR = RegUnitRanges[Unit];
321 LR = RegUnitRanges[Unit] = new LiveRange(UseSegmentSetForPhysRegs);
322 NewRanges.push_back(Unit);
326 DEBUG(dbgs() << ' ' << PrintRegUnit(Unit, TR
335 unsigned Unit = NewRanges[i]; local
926 getRegUnitLI(unsigned Unit) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.osgi.util_3.2.100.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/llvm/examples/Kaleidoscope/Chapter9/
H A Dtoy.cpp842 static DISubroutineType *CreateFunctionType(unsigned NumArgs, DIFile *Unit) { argument
1241 DIFile *Unit = DBuilder->createFile(KSDbgInfo.TheCU->getFilename(), local
1243 DIScope *FContext = Unit;
1247 FContext, P.getName(), StringRef(), Unit, LineNo,
1248 CreateFunctionType(TheFunction->arg_size(), Unit),
1270 SP, Arg.getName(), ++ArgIdx, Unit, LineNo, KSDbgInfo.getDoubleTy(),
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp512 DwarfCompileUnit *Unit = lookupUnit(VariableDie->getUnit()); local
513 assert(Unit);
517 Unit->addDIEEntry(*VariableDie, dwarf::DW_AT_abstract_origin,
520 Unit->applyVariableAttributes(*Var, *VariableDie);
595 // If compile Unit has macros, emit "DW_AT_macro_info" attribute.
1055 // Set DwarfDwarfCompileUnitID in MCContext to the Compile Unit this function
1340 Asm->OutStreamer->AddComment("Offset of Compilation Unit Info");
1343 Asm->OutStreamer->AddComment("Compilation Unit Length");
/external/llvm/unittests/IR/
H A DMetadataTest.cpp1432 DICompileUnit *Unit = getUnit(); local
1437 ThisAdjustment, Flags, IsOptimized, Unit,
1456 EXPECT_EQ(Unit, N->getUnit());
1463 ThisAdjustment, Flags, IsOptimized, Unit,
1470 Unit, TemplateParams, Declaration, Variables));
1475 Unit, TemplateParams, Declaration, Variables));
1479 ThisAdjustment, Flags, IsOptimized, Unit,
1485 Unit, TemplateParams, Declaration, Variables));
1490 Unit, TemplateParams, Declaration, Variables));
1496 Unit, TemplateParam
[all...]
/external/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp196 static bool hasRegUnit(CodeGenRegister::RegUnitList &RegUnits, unsigned Unit) { argument
197 return RegUnits.test(Unit);
379 unsigned Unit = RegBank.newRegUnit(this, AR); local
380 RegUnits.set(Unit);
381 AR->RegUnits.set(Unit);
1411 for (auto &Unit : I->Regs)
1412 dbgs() << " " << Unit->getName();
/external/clang/lib/Frontend/
H A DASTUnit.cpp820 ASTUnit &Unit; member in class:__anon1314::TopLevelDeclTrackerConsumer
825 : Unit(_Unit), Hash(Hash) {
841 Unit.addTopLevelDecl(D);
847 Unit.addFileLevelDecl(D);
869 return Unit.getASTMutationListener();
873 return Unit.getDeserializationListener();
879 ASTUnit &Unit; member in class:__anon1314::TopLevelDeclTrackerAction
885 Unit.getCurrentTopLevelHashValue()));
887 Unit, Unit
900 ASTUnit &Unit; member in class:__anon1314::PrecompilePreambleAction
904 PrecompilePreambleAction(ASTUnit &Unit) argument
919 ASTUnit &Unit; member in class:__anon1314::PrecompilePreambleConsumer
926 PrecompilePreambleConsumer(ASTUnit &Unit, PrecompilePreambleAction *Action, const Preprocessor &PP, StringRef isysroot, raw_ostream *Out) argument
1731 LoadFromCompilerInvocationAction( CompilerInvocation *CI, std::shared_ptr<PCHContainerOperations> PCHContainerOps, IntrusiveRefCntPtr<DiagnosticsEngine> Diags, FrontendAction *Action, ASTUnit *Unit, bool Persistent, StringRef ResourceFilesPath, bool OnlyLocalDecls, bool CaptureDiagnostics, unsigned PrecompilePreambleAfterNParses, bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion, bool UserFilesAreVolatile, std::unique_ptr<ASTUnit> *ErrAST) argument
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DDecimalFormat.java4350 AttributedCharacterIterator formatToCharacterIterator(Object obj, Unit unit) {
6041 * Unit is an immutable class for the textual representation of a unit, in
6047 static class Unit { class in class:DecimalFormat
6051 public Unit(String prefix, String suffix) { method in class:DecimalFormat.Unit
6069 if (!(obj instanceof Unit)) {
6072 Unit other = (Unit) obj;
6081 static final Unit NULL_UNIT = new Unit("", "");
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDecimalFormat.java4417 AttributedCharacterIterator formatToCharacterIterator(Object obj, Unit unit) {
6146 * Unit is an immutable class for the textual representation of a unit, in
6152 static class Unit { class in class:DecimalFormat
6156 public Unit(String prefix, String suffix) { method in class:DecimalFormat.Unit
6174 if (!(obj instanceof Unit)) {
6177 Unit other = (Unit) obj;
6186 static final Unit NULL_UNIT = new Unit("", "");
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp618 llvm::DIFile *Unit) {
641 return getOrCreateType(QualType(T, 0), Unit);
644 auto *FromTy = getOrCreateType(Qc.apply(CGM.getContext(), T), Unit);
652 llvm::DIFile *Unit) {
658 return getOrCreateType(CGM.getContext().getObjCIdType(), Unit);
661 Ty->getPointeeType(), Unit);
665 llvm::DIFile *Unit) {
667 Ty->getPointeeType(), Unit);
749 llvm::DIFile *Unit) {
759 return DBuilder.createReferenceType(Tag, getOrCreateType(PointeeTy, Unit),
617 CreateQualifiedType(QualType Ty, llvm::DIFile *Unit) argument
651 CreateType(const ObjCObjectPointerType *Ty, llvm::DIFile *Unit) argument
664 CreateType(const PointerType *Ty, llvm::DIFile *Unit) argument
746 CreatePointerLikeType(llvm::dwarf::Tag Tag, const Type *Ty, QualType PointeeTy, llvm::DIFile *Unit) argument
777 CreateType(const BlockPointerType *Ty, llvm::DIFile *Unit) argument
835 CreateType(const TemplateSpecializationType *Ty, llvm::DIFile *Unit) argument
858 CreateType(const TypedefType *Ty, llvm::DIFile *Unit) argument
904 CreateType(const FunctionType *Ty, llvm::DIFile *Unit) argument
1137 getOrCreateMethodType(const CXXMethodDecl *Method, llvm::DIFile *Unit) argument
1147 getOrCreateInstanceMethodType( QualType ThisPtr, const FunctionProtoType *Func, llvm::DIFile *Unit) argument
1211 CreateCXXMemberFunction( const CXXMethodDecl *Method, llvm::DIFile *Unit, llvm::DIType *RecordTy) argument
1313 CollectCXXMemberFunctions( const CXXRecordDecl *RD, llvm::DIFile *Unit, SmallVectorImpl<llvm::Metadata *> &EltTys, llvm::DIType *RecordTy) argument
1351 CollectCXXBases(const CXXRecordDecl *RD, llvm::DIFile *Unit, SmallVectorImpl<llvm::Metadata *> &EltTys, llvm::DIType *RecordTy) argument
1389 CollectTemplateParams(const TemplateParameterList *TPList, ArrayRef<TemplateArgument> TAList, llvm::DIFile *Unit) argument
1493 CollectFunctionTemplateParams(const FunctionDecl *FD, llvm::DIFile *Unit) argument
1506 CollectCXXTemplateParams( const ClassTemplateSpecializationDecl *TSpecial, llvm::DIFile *Unit) argument
1516 getOrCreateVTablePtrType(llvm::DIFile *Unit) argument
1538 CollectVTableInfo(const CXXRecordDecl *RD, llvm::DIFile *Unit, SmallVectorImpl<llvm::Metadata *> &EltTys) argument
1763 CreateType(const ObjCObjectType *Ty, llvm::DIFile *Unit) argument
1793 CreateType(const ObjCInterfaceType *Ty, llvm::DIFile *Unit) argument
1887 CreateTypeDefinition(const ObjCInterfaceType *Ty, llvm::DIFile *Unit) argument
2048 CreateType(const VectorType *Ty, llvm::DIFile *Unit) argument
2066 CreateType(const ArrayType *Ty, llvm::DIFile *Unit) argument
2118 CreateType(const LValueReferenceType *Ty, llvm::DIFile *Unit) argument
2124 CreateType(const RValueReferenceType *Ty, llvm::DIFile *Unit) argument
2339 getOrCreateType(QualType Ty, llvm::DIFile *Unit) argument
2394 CreateTypeNode(QualType Ty, llvm::DIFile *Unit) argument
2477 getOrCreateLimitedType(const RecordType *Ty, llvm::DIFile *Unit) argument
2593 CreateMemberType(llvm::DIFile *Unit, QualType FType, StringRef Name, uint64_t *Offset) argument
2604 collectFunctionDeclProps(GlobalDecl GD, llvm::DIFile *Unit, StringRef &Name, StringRef &LinkageName, llvm::DIScope *&FDContext, llvm::DINodeArray &TParamsArray, unsigned &Flags) argument
2639 collectVarDeclProps(const VarDecl *VD, llvm::DIFile *&Unit, unsigned &LineNo, QualType &T, StringRef &Name, StringRef &LinkageName, llvm::DIScope *&VDContext) argument
2692 llvm::DIFile *Unit = getOrCreateFile(Loc); local
2722 llvm::DIFile *Unit = getOrCreateFile(Loc); local
2878 llvm::DIFile *Unit = getOrCreateFile(Loc); local
2951 llvm::DIFile *Unit = getOrCreateFile(Loc); local
3055 llvm::DIFile *Unit = getOrCreateFile(VD->getLocation()); local
3130 llvm::DIFile *Unit = nullptr; local
3276 llvm::DIFile *Unit = getOrCreateFile(VD->getLocation()); local
3518 CollectAnonRecordDecls( const RecordDecl *RD, llvm::DIFile *Unit, unsigned LineNo, StringRef LinkageName, llvm::GlobalVariable *Var, llvm::DIScope *DContext) argument
[all...]
/external/llvm/tools/dsymutil/
H A DDwarfLinker.cpp166 /// Get the child of \a Context described by \a DIE in \a Unit. The
176 const DWARFDebugInfoEntryMinimal *DIE, CompileUnit &Unit,
401 // The root DIE might be null, meaning that the Unit had nothing to
492 /// Unit into \p Sec. The data is provided in \p Names.
494 const CompileUnit &Unit,
513 /// \brief Emit the compilation unit header for \p Unit in the
518 void emitCompileUnitHeader(CompileUnit &Unit);
538 /// \brief Emit debug_aranges entries for \p Unit and if \p
541 void emitUnitRangesEntries(CompileUnit &Unit, bool DoRangesSection);
545 /// \brief Emit the debug_loc contribution for \p Unit b
674 emitCompileUnitHeader(CompileUnit &Unit) argument
755 emitUnitRangesEntries(CompileUnit &Unit, bool DoDebugRanges) argument
835 emitLocationsForUnit(const CompileUnit &Unit, DWARFContext &Dwarf) argument
1029 emitPubSectionForUnit( MCSection *Sec, StringRef SecName, const CompileUnit &Unit, const std::vector<CompileUnit::AccelInfo> &Names) argument
1067 emitPubNamesForUnit(const CompileUnit &Unit) argument
1073 emitPubTypesForUnit(const CompileUnit &Unit) argument
1484 resolveDIEReference( const DwarfLinker &Linker, MutableArrayRef<CompileUnit> Units, const DWARFFormValue &RefValue, const DWARFUnit &Unit, const DWARFDebugInfoEntryMinimal &DIE, CompileUnit *&RefCU) argument
1732 reportWarning(const Twine &Warning, const DWARFUnit *Unit, const DWARFDebugInfoEntryMinimal *DIE) const argument
2063 getAttributeOffsets(const DWARFAbbreviationDeclaration *Abbrev, unsigned Idx, unsigned Offset, const DWARFUnit &Unit) argument
2078 shouldKeepVariableDIE(RelocationManager &RelocMgr, const DWARFDebugInfoEntryMinimal &DIE, CompileUnit &Unit, CompileUnit::DIEInfo &MyInfo, unsigned Flags) argument
2119 shouldKeepSubprogramDIE( RelocationManager &RelocMgr, const DWARFDebugInfoEntryMinimal &DIE, CompileUnit &Unit, CompileUnit::DIEInfo &MyInfo, unsigned Flags) argument
2172 shouldKeepDIE(RelocationManager &RelocMgr, const DWARFDebugInfoEntryMinimal &DIE, CompileUnit &Unit, CompileUnit::DIEInfo &MyInfo, unsigned Flags) argument
2207 const DWARFUnit &Unit = CU.getOrigUnit(); local
2363 cloneDieReferenceAttribute( DIE &Die, const DWARFDebugInfoEntryMinimal &InputDIE, AttributeSpec AttrSpec, unsigned AttrSize, const DWARFFormValue &Val, CompileUnit &Unit) argument
2477 cloneAddressAttribute( DIE &Die, AttributeSpec AttrSpec, const DWARFFormValue &Val, const CompileUnit &Unit, AttributesInfo &Info) argument
2514 cloneScalarAttribute( DIE &Die, const DWARFDebugInfoEntryMinimal &InputDIE, CompileUnit &Unit, AttributeSpec AttrSpec, const DWARFFormValue &Val, unsigned AttrSize, AttributesInfo &Info) argument
2558 cloneAttribute( DIE &Die, const DWARFDebugInfoEntryMinimal &InputDIE, CompileUnit &Unit, const DWARFFormValue &Val, const AttributeSpec AttrSpec, unsigned AttrSize, AttributesInfo &Info) argument
2705 cloneDIE( const DWARFDebugInfoEntryMinimal &InputDIE, CompileUnit &Unit, int64_t PCOffset, uint32_t OutOffset, unsigned Flags) argument
2876 patchRangesForUnit(const CompileUnit &Unit, DWARFContext &OrigDwarf) const argument
2979 patchLineTableForUnit(CompileUnit &Unit, DWARFContext &OrigDwarf) argument
3108 emitAcceleratorEntriesForUnit(CompileUnit &Unit) argument
3213 getDwoId(const DWARFDebugInfoEntryMinimal &CUDie, const DWARFUnit &Unit) argument
3223 registerModuleReference( const DWARFDebugInfoEntryMinimal &CUDie, const DWARFUnit &Unit, DebugMap &ModuleMap, unsigned Indent) argument
3335 std::unique_ptr<CompileUnit> Unit; local
[all...]
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
H A Dllvm_ocaml.c99 CAMLprim LLVMContextRef llvm_create_context(value Unit) { argument
110 CAMLprim LLVMContextRef llvm_global_context(value Unit) { argument
1980 CAMLprim LLVMMemoryBufferRef llvm_memorybuffer_of_stdin(value Unit) { argument
1999 CAMLprim LLVMPassManagerRef llvm_passmanager_create(value Unit) { argument
/external/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c55 CAMLprim value llvm_reset_fatal_error_handler(value Unit) { argument
61 CAMLprim value llvm_enable_pretty_stacktrace(value Unit) { argument
165 CAMLprim LLVMContextRef llvm_create_context(value Unit) { argument
177 CAMLprim LLVMContextRef llvm_global_context(value Unit) { argument
2364 CAMLprim LLVMMemoryBufferRef llvm_memorybuffer_of_stdin(value Unit) { argument
2408 CAMLprim LLVMPassManagerRef llvm_passmanager_create(value Unit) { argument

Completed in 1090 milliseconds

123