Searched refs:Mapping (Results 1 - 25 of 86) sorted by relevance

1234

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeDeserializer.h32 Mapping(Reader) {}
36 TypeRecordMapping Mapping; member in struct:llvm::codeview::TypeDeserializer::MappingInfo
45 if (auto EC = I.Mapping.visitTypeBegin(CVT))
47 if (auto EC = I.Mapping.visitKnownRecord(CVT, Record))
49 if (auto EC = I.Mapping.visitTypeEnd(CVT))
68 assert(!Mapping && "Already in a type mapping!");
69 Mapping = std::make_unique<MappingInfo>(Record.content());
70 return Mapping->Mapping.visitTypeBegin(Record);
78 assert(Mapping
99 std::unique_ptr<MappingInfo> Mapping; member in class:llvm::codeview::TypeDeserializer
108 TypeRecordMapping Mapping; member in struct:llvm::codeview::FieldListDeserializer::MappingInfo
159 MappingInfo Mapping; member in class:llvm::codeview::FieldListDeserializer
[all...]
H A DSymbolDeserializer.h28 Mapping(Reader, Container) {}
32 SymbolRecordMapping Mapping; member in struct:llvm::codeview::SymbolDeserializer::MappingInfo
64 assert(!Mapping && "Already in a symbol mapping!");
65 Mapping = std::make_unique<MappingInfo>(Record.content(), Container);
66 return Mapping->Mapping.visitSymbolBegin(Record);
69 assert(Mapping && "Not in a symbol mapping!");
70 auto EC = Mapping->Mapping.visitSymbolEnd(Record);
71 Mapping
94 std::unique_ptr<MappingInfo> Mapping; member in class:llvm::codeview::SymbolDeserializer
[all...]
H A DContinuationRecordBuilder.h38 TypeRecordMapping Mapping; member in class:llvm::codeview::ContinuationRecordBuilder
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/arm/
H A Dnomapping.d2 #name: ARM Mapping Symbols Ignored
6 # Check ARM ELF Mapping Symbols are ignored properly
H A Dmapping.d2 #name: ARM Mapping Symbols
6 # Test the generation of ARM ELF Mapping Symbols
H A Dmapping3.d3 #name: ARM Mapping Symbols Test 3
H A Dmapping4.d3 #name: ARM Mapping Symbols Test 4
H A Dmapshort-eabi.d3 #name: ARM Mapping Symbols for .short (EABI version)
8 # Test the generation and use of ARM ELF Mapping Symbols
H A Dmapshort-elf.d2 #name: ARM Mapping Symbols for .short (ELF version)
7 # Test the generation and use of ARM ELF Mapping Symbols
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_platform.h59 struct Mapping { struct in namespace:__tsan
97 struct Mapping {
132 struct Mapping {
373 struct Mapping {
398 struct Mapping {
476 struct Mapping {
522 template<typename Mapping, int Type>
526 case MAPPING_LO_APP_BEG: return Mapping::kLoAppMemBeg;
527 case MAPPING_LO_APP_END: return Mapping::kLoAppMemEnd;
529 case MAPPING_MID_APP_BEG: return Mapping
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_platform.h57 struct Mapping { struct in namespace:__tsan
95 struct Mapping {
130 struct Mapping {
371 struct Mapping {
396 struct Mapping {
474 struct Mapping {
520 template<typename Mapping, int Type>
524 case MAPPING_LO_APP_BEG: return Mapping::kLoAppMemBeg;
525 case MAPPING_LO_APP_END: return Mapping::kLoAppMemEnd;
527 case MAPPING_MID_APP_BEG: return Mapping
[all...]
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_platform.h29 // Mapping app memory and back does not produce the same address,
33 // Mapping is non-linear for linear user range.
724 template <typename Mapping>
728 return Mapping::kLoAppMemBeg;
730 return Mapping::kLoAppMemEnd;
732 return Mapping::kMidAppMemBeg;
734 return Mapping::kMidAppMemEnd;
736 return Mapping::kHiAppMemBeg;
738 return Mapping::kHiAppMemEnd;
740 return Mapping
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DSimpleTypeSerializer.cpp37 TypeRecordMapping Mapping(Writer);
46 cantFail(Mapping.visitTypeBegin(CVT));
47 cantFail(Mapping.visitKnownRecord(CVT, Record));
48 cantFail(Mapping.visitTypeEnd(CVT));
H A DSymbolSerializer.cpp24 Mapping(Writer, Container) {}
35 if (auto EC = Mapping.visitSymbolBegin(Record))
44 if (auto EC = Mapping.visitSymbolEnd(Record))
/netbsd-current/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DReproducer.cpp40 SmallString<128> Mapping(Root);
41 sys::path::append(Mapping, "mapping.yaml");
42 FC->writeMapping(Mapping.str());
49 SmallString<128> Mapping(Root);
50 sys::path::append(Mapping, "mapping.yaml");
52 vfs::getRealFileSystem()->getBufferForFile(Mapping.str());
59 VFS = llvm::vfs::getVFSFromYAML(std::move(Buffer.get()), nullptr, Mapping);
H A DDwarfLinkerForBinary.h64 const DebugMapObject::DebugMapEntry *Mapping; member in struct:llvm::dsymutil::DwarfLinkerForBinary::AddressManager::ValidReloc
67 const DebugMapObject::DebugMapEntry *Mapping)
68 : Offset(Offset), Size(Size), Addend(Addend), Mapping(Mapping) {}
132 const auto &Mapping = Entry.getValue(); local
133 if (Mapping.Size && Mapping.ObjectAddress)
134 AddressRanges[*Mapping.ObjectAddress] = ObjFileAddressRange(
135 *Mapping.ObjectAddress + Mapping
66 ValidReloc(uint64_t Offset, uint32_t Size, uint64_t Addend, const DebugMapObject::DebugMapEntry *Mapping) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/aarch64/
H A Dmapping.d3 #name: AArch64 Mapping Symbols
7 # Test the generation of AArch64 ELF Mapping Symbols
H A Dmapping2.d3 #name: AArch64 Mapping Symbols Test 2
H A Dmapping3.d3 #name: AArch64 Mapping Symbols Test 3
H A Dmapping4.d3 #name: AArch64 Mapping Symbols Test 4
H A Dmapping_5.d3 #name: AArch64 Mapping Symbols Test 5
H A Dmapping_6.d3 #name: AArch64 Mapping Symbols Test 6
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86RegisterBankInfo.cpp135 auto Mapping = getValueMapping(OpRegBankIdx[Idx], 1); local
136 if (!Mapping->isValid())
139 OpdsMapping[Idx] = Mapping;
157 auto Mapping = getValueMapping(getPartialMappingIdx(Ty, isFP), 3); local
158 return getInstructionMapping(DefaultMappingID, 1, Mapping, NumOperands);
170 const InstructionMapping &Mapping = getInstrMappingImpl(MI); local
171 if (Mapping.isValid())
172 return Mapping;
191 auto Mapping = getValueMapping(getPartialMappingIdx(Ty, false), 3); local
192 return getInstructionMapping(DefaultMappingID, 1, Mapping, NumOperand
305 const RegisterBankInfo::InstructionMapping &Mapping = getInstructionMapping( local
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
H A DTokens.cpp228 std::pair<const syntax::Token *, const TokenBuffer::Mapping *>
242 auto It = llvm::partition_point(File.Mappings, [&](const Mapping &M) {
249 /*Mapping=*/nullptr};
255 return {&File.SpelledTokens[It->BeginSpelled], /*Mapping=*/&*It};
261 /*Mapping=*/nullptr};
264 const TokenBuffer::Mapping *
271 auto It = llvm::partition_point(F.Mappings, [SpelledI](const Mapping &M) {
354 std::string TokenBuffer::Mapping::str() const {
362 // Mapping an empty range is ambiguous in case of empty mappings at either end
368 const Mapping *BeginMappin
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DAnnotationRemarks.cpp89 MapVector<StringRef, unsigned> Mapping; local
98 auto Iter = Mapping.insert({cast<MDString>(Op.get())->getString(), 0});
103 for (const auto &KV : Mapping)

Completed in 154 milliseconds

1234