Home
last modified time | relevance | path

Searched refs:Descriptors (Results 1 – 25 of 34) sorted by relevance

12

/llvm-project/libc/benchmarks/automemcpy/lib/
H A DCodeGen.cpp
H A DResultAnalyzerMain.cpp
/llvm-project/clang/lib/AST/Interp/
H A DFunction.h
H A DCompiler.h
H A DByteCodeEmitter.h
H A DEvalEmitter.h
H A DEvalEmitter.cpp
H A DByteCodeEmitter.cpp
/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSymbolRewriter.h95 bool parse(const std::string &MapFile, RewriteDescriptorList *Descriptors);
121 Descriptors.splice(Descriptors.begin(), DL); in RewriteSymbolPass()
132 SymbolRewriter::RewriteDescriptorList Descriptors; variable
/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleList.cpp180 if (auto EC = Reader.readArray(Descriptors, ModInfo.getLength())) in initializeModInfo()
222 auto DescriptorIter = Descriptors.begin(); in initializeFileInfo()
227 assert(DescriptorIter != Descriptors.end()); in initializeFileInfo()
235 assert(DescriptorIter == Descriptors.end()); in initializeFileInfo()
258 auto Iter = Descriptors.at(Offset); in getModuleDescriptor()
259 assert(Iter != Descriptors.end()); in getModuleDescriptor()
/llvm-project/llvm/include/llvm/MCA/
H A DInstrBuilder.h73 Descriptors; variable
107 Descriptors.clear(); in clear()
/llvm-project/llvm/lib/MCA/
H A DInstrBuilder.cpp637 Descriptors[DKey] = std::move(ID); in createInstrDescImpl()
638 return *Descriptors[DKey]; in createInstrDescImpl()
656 if (Descriptors.find_as(DKey) != Descriptors.end()) in getOrCreateInstrDesc()
657 return *Descriptors[DKey]; in getOrCreateInstrDesc()
/llvm-project/llvm/test/TableGen/
H A DRegisterInfoEmitter-regcost.td33 // CHECK: static const TargetRegisterInfoDesc MyTargetRegInfoDesc = { // Extra Descriptors
H A DRegisterInfoEmitter-regcost-list.td31 // CHECK: static const TargetRegisterInfoDesc MyTargetRegInfoDesc = { // Extra Descriptors
H A DRegisterInfoEmitter-regcost-tuple.td68 // CHECK: static const TargetRegisterInfoDesc MyTargetRegInfoDesc = { // Extra Descriptors
/llvm-project/lld/test/ELF/
H A Daarch64-memtag-globals.s185 # CHECK: Memtag Global Descriptors:
/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiModuleList.h87 VarStreamArray<DbiModuleDescriptor> Descriptors; variable
/llvm-project/llvm/lib/Transforms/Utils/
H A DSymbolRewriter.cpp529 for (auto &Descriptor : Descriptors) in runImpl()
540 Parser.parse(MapFile, &Descriptors); in loadAndParseMapFiles()
/llvm-project/clang/docs/
H A DConstantInterpreter.rst179 allocation site. Descriptors and elements are stored sequentially in the
199 Descriptors
202 Descriptors are generated at bytecode compilation time and contain information
208 Descriptors global() section in Memory Organisation
/llvm-project/llvm/test/tools/llvm-objdump/ELF/RISCV/
H A Dextensions.test771 Descriptors:
786 Descriptors:
/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp244 ContentDescriptors Descriptors; in parseV5EntryFormat()
256 Descriptors.push_back(Descriptor); in parseV5EntryFormat()
268 return Descriptors; in parseV5EntryFormat()
245 ContentDescriptors Descriptors; parseV5EntryFormat() local
/llvm-project/llvm/test/tools/llvm-readobj/ELF/AArch64/
H A Dmemtag.test197 # LLVM-OK: Memtag Global Descriptors: [
206 # GNU-OK: Memtag Global Descriptors:
/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp176 IO.mapOptional("Descriptors", ARange.Descriptors); in mapping()
/llvm-project/llvm/tools/obj2yaml/
H A Ddwarf2yaml.cpp130 Range.Descriptors.push_back(Desc); in dumpDebugARanges()
/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h61 std::vector<ARangeDescriptor> Descriptors; member

12