OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:StackMapSection
(Results
1 - 12
of
12
) sorted by null
/external/llvm/lib/CodeGen/
StackMaps.cpp
534
MCSection *
StackMapSection
=
536
OS.SwitchSection(
StackMapSection
);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
StackMaps.cpp
564
MCSection *
StackMapSection
=
566
OS.SwitchSection(
StackMapSection
);
/external/llvm/include/llvm/Object/
StackMapParser.h
297
StackMapV1Parser(ArrayRef<uint8_t>
StackMapSection
)
298
:
StackMapSection
(
StackMapSection
) {
301
assert(
StackMapSection
[0] == 1 &&
310
RecordAccessor(&
StackMapSection
[CurrentRecordOffset]).getSizeInBytes();
323
return read<uint32_t>(&
StackMapSection
[NumFunctionsOffset]);
328
return read<uint32_t>(&
StackMapSection
[NumConstantsOffset]);
333
return read<uint32_t>(&
StackMapSection
[NumRecordsOffset]);
338
return FunctionAccessor(
StackMapSection
.data() +
350
FunctionAccessor(
StackMapSection
.data()
[
all
...]
/external/llvm/tools/llvm-readobj/
MachODumper.cpp
650
object::SectionRef
StackMapSection
;
655
StackMapSection
= Sec;
660
if (
StackMapSection
== object::SectionRef())
664
StackMapSection
.getContents(StackMapContents);
COFFDumper.cpp
[
all
...]
ELFDumper.cpp
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
StackMapParser.h
296
StackMapV2Parser(ArrayRef<uint8_t>
StackMapSection
)
297
:
StackMapSection
(
StackMapSection
) {
300
assert(
StackMapSection
[0] == 2 &&
309
RecordAccessor(&
StackMapSection
[CurrentRecordOffset]).getSizeInBytes();
322
return read<uint32_t>(&
StackMapSection
[NumFunctionsOffset]);
327
return read<uint32_t>(&
StackMapSection
[NumConstantsOffset]);
332
return read<uint32_t>(&
StackMapSection
[NumRecordsOffset]);
337
return FunctionAccessor(
StackMapSection
.data() +
349
FunctionAccessor(
StackMapSection
.data()
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
MachODumper.cpp
652
object::SectionRef
StackMapSection
;
657
StackMapSection
= Sec;
662
if (
StackMapSection
== object::SectionRef())
666
StackMapSection
.getContents(StackMapContents);
COFFDumper.cpp
[
all
...]
ELFDumper.cpp
[
all
...]
/external/llvm/include/llvm/MC/
MCObjectFileInfo.h
147
MCSection *
StackMapSection
;
285
MCSection *getStackMapSection() const { return
StackMapSection
; }
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCObjectFileInfo.h
156
MCSection *
StackMapSection
;
311
MCSection *getStackMapSection() const { return
StackMapSection
; }
Completed in 4036 milliseconds