OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getContents
(Results
1 - 25
of
63
) sorted by relevancy
1
2
3
/src/external/apache2/llvm/dist/llvm/lib/MC/
MCObjectStreamer.cpp
121
flushPendingLabels(PendingFixup.DF, PendingFixup.DF->
getContents
().size());
231
flushPendingLabels(DF, DF->
getContents
().size());
247
MCFixup::create(DF->
getContents
().size(), Value,
249
DF->
getContents
().resize(DF->
getContents
().size() + Size, 0);
281
Symbol->setOffset(F->
getContents
().size());
433
IF->
getContents
().append(Code.begin(), Code.end());
598
flushPendingLabels(DF, DF->
getContents
().size());
599
DF->
getContents
().append(Data.begin(), Data.end());
631
flushPendingLabels(DF, DF->
getContents
().size())
[
all
...]
MCWinCOFFStreamer.cpp
62
Fixups[i].setOffset(Fixups[i].getOffset() + DF->
getContents
().size());
66
DF->
getContents
().append(Code.begin(), Code.end());
222
MCFixup Fixup = MCFixup::create(DF->
getContents
().size(), SRE, FK_SecRel_2);
224
DF->
getContents
().resize(DF->
getContents
().size() + 2, 0);
238
MCFixup Fixup = MCFixup::create(DF->
getContents
().size(), MCE, FK_SecRel_4);
242
DF->
getContents
().resize(DF->
getContents
().size() + 4, 0);
257
MCFixup Fixup = MCFixup::create(DF->
getContents
().size(), MCE, FK_Data_4);
261
DF->
getContents
().resize(DF->getContents().size() + 4, 0)
[
all
...]
MCAssembler.cpp
294
return cast<MCDataFragment>(F).
getContents
().size();
296
return cast<MCRelaxableFragment>(F).
getContents
().size();
298
return cast<MCCompactEncodedInstFragment>(F).
getContents
().size();
319
return cast<MCLEBFragment>(F).
getContents
().size();
379
return cast<MCDwarfLineAddrFragment>(F).
getContents
().size();
381
return cast<MCDwarfCallFrameFragment>(F).
getContents
().size();
383
return cast<MCCVInlineLineTableFragment>(F).
getContents
().size();
385
return cast<MCCVDefRangeFragment>(F).
getContents
().size();
387
return cast<MCPseudoProbeAddrFragment>(F).
getContents
().size();
574
OS << cast<MCDataFragment>(F).
getContents
();
[
all
...]
MCWasmStreamer.cpp
40
flushPendingLabels(DF, DF->
getContents
().size());
44
DF->
getContents
().size());
49
DF->
getContents
().append(EF->
getContents
().begin(), EF->
getContents
().end());
175
Fixups[I].setOffset(Fixups[I].getOffset() + DF->
getContents
().size());
179
DF->
getContents
().append(Code.begin(), Code.end());
MCELFStreamer.cpp
57
uint64_t FSize = EF->
getContents
().size();
63
Assembler, EF, DF->
getContents
().size(), FSize);
74
DF->
getContents
().append(Code.begin(), Code.end());
78
flushPendingLabels(DF, DF->
getContents
().size());
82
DF->
getContents
().size());
87
DF->
getContents
().append(EF->
getContents
().begin(), EF->
getContents
().end());
580
CEIF->
getContents
().append(Code.begin(), Code.end());
604
Fixup.setOffset(Fixup.getOffset() + DF->
getContents
().size())
[
all
...]
MCXCOFFStreamer.cpp
108
const size_t ContentsSize = DF->
getContents
().size();
116
DF->
getContents
().append(Code.begin(), Code.end());
MCFragment.cpp
384
const SmallVectorImpl<char> &Contents = DF->
getContents
();
408
const SmallVectorImpl<char> &Contents = CEIF->
getContents
();
434
OS << " (" << F->
getContents
().size() << " bytes)";
MCCodeView.cpp
142
StrTabFragment->
getContents
().push_back('\0');
148
SmallVectorImpl<char> &Contents = getStringTableFragment()->
getContents
();
359
->
getContents
()[Files[CurFileNum - 1].StringTableOffset]) +
509
SmallVectorImpl<char> &Buffer = Frag.
getContents
();
608
SmallVectorImpl<char> &Contents = Frag.
getContents
();
MCMachOStreamer.cpp
469
Fixup.setOffset(Fixup.getOffset() + DF->
getContents
().size());
473
DF->
getContents
().append(Code.begin(), Code.end());
/src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
TestingSupport.cpp
83
if (Expected<StringRef> E = CoverageMapping.
getContents
())
89
if (Expected<StringRef> E = CoverageRecords.
getContents
())
95
if (Expected<StringRef> E = ProfileNames.
getContents
())
/src/external/apache2/llvm/dist/clang/tools/libclang/
CXString.h
102
static inline StringRef
getContents
(const CXUnsavedFile &UF) {
/src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCFragment.h
197
SmallVectorImpl<char> &
getContents
() { return Contents; }
198
const SmallVectorImpl<char> &
getContents
() const { return Contents; }
434
SmallString<8> &
getContents
() { return Contents; }
435
const SmallString<8> &
getContents
() const { return Contents; }
527
SmallString<8> &
getContents
() { return Contents; }
528
const SmallString<8> &
getContents
() const { return Contents; }
/src/external/apache2/llvm/dist/clang/include/clang/Tooling/DependencyScanning/
DependencyScanningFilesystem.h
63
llvm::ErrorOr<StringRef>
getContents
() const {
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
X86AsmBackend.cpp
498
if (cast<MCDataFragment>(F)->
getContents
().size() != 0)
513
DF->
getContents
().size() != PrevInstPosition.second;
527
return cast<MCDataFragment>(*F).
getContents
().size();
529
return cast<MCRelaxableFragment>(*F).
getContents
().size();
531
return cast<MCCompactEncodedInstFragment>(*F).
getContents
().size();
877
const unsigned OldSize = RF.
getContents
().size();
907
Code.append(RF.
getContents
().begin(), RF.
getContents
().end());
908
RF.
getContents
() = Code;
934
const unsigned OldSize = RF.
getContents
().size()
[
all
...]
/src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
ObjDumper.cpp
111
unwrapOrError(Obj.getFileName(), Section.
getContents
());
145
unwrapOrError(Obj.getFileName(), Section.
getContents
());
COFFDumper.cpp
987
unwrapOrError(Obj->getFileName(), Section.
getContents
());
1297
StringRef Data = unwrapOrError(Obj->getFileName(), S.
getContents
());
1337
StringRef Data = unwrapOrError(Obj->getFileName(), Section.
getContents
());
1401
StringRef Data = unwrapOrError(Obj->getFileName(), Sec.
getContents
());
1754
unwrapOrError(Obj->getFileName(), Section.
getContents
());
1794
StringRef Ref = unwrapOrError(Obj->getFileName(), S.
getContents
());
1906
unwrapOrError(Obj->getFileName(), RSF.
getContents
(DataEntry));
1931
unwrapOrError(Obj->getFileName(), StackMapSection.
getContents
());
1962
unwrapOrError(Obj->getFileName(), AddrsigSection.
getContents
());
1995
unwrapOrError(Obj->getFileName(), CGProfileSection.
getContents
());
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
ObjectFileTransformer.cpp
44
Expected<StringRef> E = Sect.
getContents
();
/src/external/apache2/llvm/dist/llvm/lib/Object/
IRObjectFile.cpp
77
Expected<StringRef> Contents = Sec.
getContents
();
/src/external/apache2/llvm/dist/llvm/lib/Remarks/
RemarkLinker.cpp
45
if (Expected<StringRef> Contents = Section.
getContents
())
/src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/
RISCVMCExpr.cpp
65
if (DF->
getContents
().size() == Offset) {
/src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/COFF/
COFFObjcopy.cpp
68
Sec.Header.VirtualSize = NeedVA ? Sec.
getContents
().size() : 0u;
73
: Sec.
getContents
().size();
Object.h
43
ArrayRef<uint8_t>
getContents
() const {
/src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
ProfiledBinary.cpp
195
StringRef Contents = unwrapOrError(Section.
getContents
(), FileName);
199
StringRef Contents = unwrapOrError(Section.
getContents
(), FileName);
399
arrayRefFromStringRef(unwrapOrError(Section.
getContents
(), FileName));
/src/external/apache2/llvm/dist/clang/include/clang/Frontend/
PrecompiledPreamble.h
101
llvm::StringRef
getContents
() const {
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFObjectWriter.cpp
283
if (!DF->
getContents
().empty())
Completed in 59 milliseconds
1
2
3
Indexes created Thu Jun 18 00:24:58 UTC 2026