OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Augmentation
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/DebugInfo/DWARF/
DWARFDebugFrame.cpp
203
SmallString<8>
Augmentation
, uint8_t AddressSize,
209
Augmentation
(std::move(
Augmentation
)), AddressSize(AddressSize),
220
StringRef getAugmentationString() const { return
Augmentation
; }
235
OS << "
Augmentation
: \"" <<
Augmentation
<< "\"\n";
249
OS << "
Augmentation
data: ";
264
SmallString<8>
Augmentation
;
553
const char *
Augmentation
= Data.getCStr(&Offset);
554
StringRef AugmentationString(
Augmentation
? Augmentation : "")
[
all
...]
/external/llvm/lib/MC/
MCDwarf.cpp
[
all
...]
/external/swiftshader/third_party/LLVM/lib/MC/
MCDwarf.cpp
801
//
Augmentation
String
802
SmallString<8>
Augmentation
;
804
if (verboseAsm) streamer.AddComment("CIE
Augmentation
");
805
Augmentation
+= "z";
807
Augmentation
+= "P";
809
Augmentation
+= "L";
810
Augmentation
+= "R";
811
streamer.EmitBytes(
Augmentation
.str(), 0);
827
//
Augmentation
Data Length (optional)
842
if (verboseAsm) streamer.AddComment("
Augmentation
Size")
[
all
...]
Completed in 90 milliseconds