OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AddSection
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/wasm/
WasmObjcopy.cpp
43
// Only support
AddSection
, DumpSection, RemoveSection for now.
58
for (StringRef Flag : Config.
AddSection
) {
/src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/
CommonConfig.h
166
std::vector<StringRef>
AddSection
;
ConfigManager.cpp
895
Config.
AddSection
.push_back(ArgValue);
/src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/COFF/
COFFObjcopy.cpp
60
static void
addSection
(Object &Obj, StringRef Name, ArrayRef<uint8_t> Contents,
90
addSection
(Obj, ".gnu_debuglink", *Contents,
232
for (const auto &Flag : Config.
AddSection
) {
241
addSection
(
/src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
ELFObjcopy.cpp
209
function_ref<Expected<SectionBase *>(const SectionBase *)>
AddSection
) {
211
// We can't call `
AddSection
` while iterating over sections,
221
Expected<SectionBase *> NewSection =
AddSection
(S);
486
return &Obj.
addSection
<CompressedSection>(std::move(*NewSection));
495
return &Obj.
addSection
<DecompressedSection>(*CS);
612
for (const auto &Flag : Config.
AddSection
) {
625
Obj.
addSection
<OwnedDataSection>(SecName, Data);
631
Obj.
addSection
<GnuDebugLinkSection>(Config.AddGnuDebugLink,
/src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/
MachOObjcopy.cpp
277
static Error
addSection
(StringRef SecName, StringRef Filename, Object &Obj) {
358
for (const auto &Flag : Config.
AddSection
) {
364
if (Error E =
addSection
(SecName, File, Obj))
/src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
ELFEmitter.cpp
1758
auto
AddSection
= [&](const ELFYAML::SectionHeader &Hdr) {
1767
AddSection
(Hdr);
1771
AddSection
(Hdr);
Completed in 33 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026