Searched defs:Unit (Results 1 - 25 of 41) sorted by relevance

12

/freebsd-current/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDefs.h41 typedef std::vector<uint8_t> Unit; typedef in namespace:fuzzer
/freebsd-current/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblySortRegion.h44 const T *Unit; member in class:llvm::WebAssembly::ConcreteSortRegion
47 ConcreteSortRegion(const T *Unit) : Unit(Unit) {} argument
/freebsd-current/contrib/llvm-project/clang/lib/Frontend/
H A DASTMerge.cpp49 std::unique_ptr<ASTUnit> Unit = ASTUnit::LoadFromASTFile( local
/freebsd-current/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFEmitterImpl.cpp131 void DwarfEmitterImpl::emitCompileUnitHeader(DwarfUnit &Unit) { argument
H A DDWARFLinkerImpl.h173 std::unique_ptr<CompileUnit> Unit; member in struct:llvm::dwarf_linker::parallel::DWARFLinkerImpl::LinkContext::RefModuleUnit
H A DDWARFLinkerImpl.cpp51 RefModuleUnit( DWARFFile &File, std::unique_ptr<CompileUnit> Unit) argument
59 addModulesCompileUnit( LinkContext::RefModuleUnit &&Unit) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetRegisterInfo.cpp143 Printable printRegUnit(unsigned Unit, const TargetRegisterInfo *TRI) { argument
153 OS << "BadUnit~" << Unit; variable
[all...]
H A DLiveRegMatrix.cpp85 unsigned Unit = (*Units).first; local
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDie.h48 DWARFDie(DWARFUnit *Unit, const DWARFDebugInfoEntry *D) : U(Unit), Die(D) {} argument
H A DDWARFFormValue.h112 DWARFUnit *Unit; member in struct:llvm::DWARFFormValue::UnitOffset
/freebsd-current/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp181 void MappingTraits<DWARFYAML::Unit>::mapping(IO &IO, DWARFYAML::Unit &Unit) { argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DSourcePrinter.h30 DWARFUnit *Unit; member in struct:llvm::objdump::LiveVariable
33 LiveVariable(const DWARFLocationExpression &LocExpr, const char *VarName, DWARFUnit *Unit, const DWARFDie FuncDie) argument
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp190 const DIEUnit *Unit = getUnit(); local
/freebsd-current/sys/contrib/dev/acpica/compiler/
H A Ddtfield.c810 DT_TABLE_UNIT *Unit = (DT_TABLE_UNIT *) UtFieldCacheCalloc (); local
/freebsd-current/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DResourceManager.cpp148 uint64_t Unit = Mask & (-Mask); local
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h394 LiveRange &getRegUnit(unsigned Unit) { argument
407 LiveRange *getCachedRegUnit(unsigned Unit) { argument
417 removeRegUnit(unsigned Unit) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Demangle/
H A DRustDemangle.cpp59 Unit, member in class:__anon1919::BasicType
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h108 llvm::DIFile *Unit; member in struct:clang::DynamicInitKind::CGDebugInfo::ObjCInterfaceCacheEntry
109 ObjCInterfaceCacheEntry(const ObjCInterfaceType *Type, llvm::DIType *Decl, llvm::DIFile *Unit) argument
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp423 ASTUnit *Unit = LoadedUnit.get(); local
519 llvm::Expected<ASTUnit *> Unit = ASTStorage.getASTUnitForFunction( local
729 importDefinitionImpl(const T *D, ASTUnit *Unit) argument
764 importDefinition(const FunctionDecl *FD, ASTUnit *Unit) argument
770 importDefinition(const VarDecl *VD, ASTUnit *Unit) argument
782 getOrCreateASTImporter(ASTUnit *Unit) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinker.h402 RefModuleUnit(DWARFFile &File, std::unique_ptr<CompileUnit> Unit) argument
409 std::unique_ptr<CompileUnit> Unit; member in struct:llvm::dwarf_linker::classic::DWARFLinker::RefModuleUnit
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h110 struct Unit { struct in namespace:llvm::DWARFYAML
/freebsd-current/tools/tools/shlib-compat/
H A Dshlib-compat.py803 class Unit(object): class in class:DwarfdumpParser
/freebsd-current/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp176 void DwarfStreamer::emitCompileUnitHeader(CompileUnit &Unit, argument
433 emitDwarfDebugArangesTable( const CompileUnit &Unit, const AddressRanges &LinkedRanges) argument
475 emitDwarfDebugRangesTableFragment( const CompileUnit &Unit, const AddressRanges &LinkedRanges, PatchLocation Patch) argument
506 emitDwarfDebugRangeListHeader(const CompileUnit &Unit) argument
541 emitDwarfDebugRangeListFragment( const CompileUnit &Unit, const AddressRanges &LinkedRanges, PatchLocation Patch, DebugDieValuePool &AddrPool) argument
552 emitDwarfDebugRangeListFooter(const CompileUnit &Unit, MCSymbol *EndLabel) argument
564 emitDwarfDebugRngListsTableFragment( const CompileUnit &Unit, const AddressRanges &LinkedRanges, PatchLocation Patch, DebugDieValuePool &AddrPool) argument
603 emitDwarfDebugLocListHeader(const CompileUnit &Unit) argument
639 emitDwarfDebugLocListFragment( const CompileUnit &Unit, const DWARFLocationExpressionsVector &LinkedLocationExpression, PatchLocation Patch, DebugDieValuePool &AddrPool) argument
653 emitDwarfDebugLocListFooter(const CompileUnit &Unit, MCSymbol *EndLabel) argument
666 emitDwarfDebugLocTableFragment( const CompileUnit &Unit, const DWARFLocationExpressionsVector &LinkedLocationExpression, PatchLocation Patch) argument
706 emitDwarfDebugAddrsHeader(const CompileUnit &Unit) argument
746 emitDwarfDebugAddrsFooter(const CompileUnit &Unit, MCSymbol *EndLabel) argument
757 emitDwarfDebugLocListsTableFragment( const CompileUnit &Unit, const DWARFLocationExpressionsVector &LinkedLocationExpression, PatchLocation Patch, DebugDieValuePool &AddrPool) argument
810 emitLineTableForUnit( const DWARFDebugLine::LineTable &LineTable, const CompileUnit &Unit, OffsetsStringPool &DebugStrPool, OffsetsStringPool &DebugLineStrPool) argument
1193 emitPubSectionForUnit( MCSection *Sec, StringRef SecName, const CompileUnit &Unit, const std::vector<CompileUnit::AccelInfo> &Names) argument
1234 emitPubNamesForUnit(const CompileUnit &Unit) argument
1240 emitPubTypesForUnit(const CompileUnit &Unit) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp139 DWARFUnit *DWARFUnitVector::addUnit(std::unique_ptr<DWARFUnit> Unit) { argument
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp673 DIFile *Unit = SP->getFile(); local

Completed in 338 milliseconds

12